| Rev |
Age |
Author |
Path |
Log message |
Diff |
| 7326 |
2294 d 15 h |
dpurdie |
/core_devl/trunk/TOOLS/ |
Added BuildInfo calculation to allow information to be calculated and exported to the build system |
|
| 279 |
6145 d 7 h |
dpurdie |
/core_devl/trunk/ |
DevTools/core_devl: Checkin by Svn Import
Major changes:
* GBE_BUILDFILTER configuration has been simplified
JATS will automatically filter out target platforms that cannot be built
on the users machine. ie: It will not try to build Solaris targets on a
Windows machine. Thus, under the new scheme a Windows GBE_BUILDFILTER need
not contains '!SOLARIS'
This greatly simplifies the creation of GBE_BUILDFILTER as it does not
need to be configured to exclude targets that cannot by built.
Existing GBE_BUILDFILTER definitions are backward compatible.
* Jats utility : gen_cots
Requires the user to specify a target VOB with the -vob option
Ensures the user is aware of the target VOB
Now creates temporary directory within the users TEMP directory.
Addresses problems where the user's CWD is within the package being
processed.
Removed the '-delete' option
Always delete the temp work directory if it exists.
Minor changes:
* Sandbox command
Added build, make, clean, clobber commands
Sandbox packages may contain a file called 'stop', to exclude the
target from consideration in the build set.
* MCR Toolset
This toolset only supports 16 compiler search paths. An descriptive error
has been added to detect and report on this error.
* WIN32 and PHARLAP toolsets
The --Resource=xxx option specifies a comma separated list of files.
Spaces are now allowed either side of the comma.
ie: "--Resource=file1.h, File2.h"
* Jats run_test command
Removed a non-fatal warning message that was being generated when the
tests we run on a Window machine.
* descpkg file
Now contains HOSTNAME of the build machine
Not (yet) aggregated when packages are merged
* built.<machine> tag files created by create_dpkg
Now contains build trace information
Date-Time, Machine, User, ABT config
* jats abt command simplified usage
This command now appends the current directory as a library path to ANT if
it contains 'jar' files.
Uses ANT 1.6 as the default version of ANT
Both changes will simplify the use of this command within the escrow
environment. ie: 'jats abt -buildfile=build1.xml'
* BuildVersion directive
Form:
BuildVersion ('--Style=C');
now works as expected.
Slightly better error detection on the directives arguments. |
|
| 261 |
6318 d 13 h |
dpurdie |
/core_devl/trunk/ |
DevTools/core_devl: Checkin by Svn Import
Major changes:
* Perl Version. Must be at least version 5.8.2
This is the first version that supports Windows 2003 server.
After discovering that several operations are not fully function under
Perl 5.6.1 the minimum version of Active State Perl that is required has
been increased.
A suitable windows installer can be found at:
\\auperaunx26\devl\releases\3rdParty-Products\ActivePerl\5.8.8.819\
ActivePerl-5.8.8.819-MSWin32-x86-267479.msi
* Jats Build Targets
New target and toolset: VERIX
* Jats utility: jats_save_build
Extended to allow all ClearCase specific operations to be removed
from the Build Daemons.
This utility is only used by "Release Planner" and the "Build Daemons".
Suggested new usage:
jats etool jats_save_build
-pname=xxxx
-pversion=yyyy
-infofile=path_name
-locatepkg=zzzz (Optional)
-infile=aaaa (Optional)
-outfile=bbbb (Optional)
-wiplabel=ccccc (Optional)
Minor changes:
* JATS make: Merge Library Operation [DEVI-049475]
Fixed such that Library Merge operations don't delete other build
artifacts.
* JATS make: New option expert=0|1
Runtime processing of 'expert' mode to allow dependencies between the
object files and the makefile to be ignored.
Previous this operation could only be invoked at 'build' time. Now the
default state will be set at build time and it can be overridden at 'make'
time.
* JATS utility: CCdiff
Corrected operation of the option "-new=dir=."
* Nunit support in CSHARP
Improved support for different version of Nunit
Allow the DLLs that are required by nunit to be specified
within the package.
* Jats utility: dstatus
Suppresses archived releases.
Shows release state
* Build file directive: BuildPkgArchive
Extended list of supported directories to include 'wsdl'. |
|
| 227 |
6572 d 11 h |
dpurdie |
/core_devl/trunk/ |
DevTools/core_devl: Checkin by Svn Import
First Release in Release Manager
Major changes:
Minor changes:
* Jats Tool: create_dpkg
Added options to allow the utility to sanity test the package name and
version of the package being created. This is intended to be used by the
automated build system. New options are:
-pname=Package_Name
-pversion=Package_Version
Added option to allow the source package form to be tested, without
transferring the package. New options are:
-test
* Jats Tool: CCdiff
-output=filename now works. Previously only -out=filename worked.
-vob=name does not generate internal message under unix
* JATS Environment variables GBE_BUILDFILTER and GBE_PLATFORM can be either
a space separated or a comma separated list.
* Solaris Toolset
Disable the use of purify, purecov and quantify when building shared
libraries. Shared libraries are not supported by these tools. Executable
programs are still supported. |
|