Subversion Repositories DevTools

Rev

Go to most recent revision | Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
239 6495 d 6 h dpurdie /core_devl/trunk/ DevTools/core_devl: Checkin by Svn Import
Major changes:

Minor changes:
* Corrected operation of GBE_PLATFORM, when building a GENERIC package.
A GENERIC package can now be built independently of the value
of GBE_PLATFORM.

* MOS Toolset
If only building for a production target, then don't generate an error
if there is no debug data and code addresses specified.

Use to build platform independent MOS Releases. Cannot have debug, but
can have production (PIC) components.

* Utility command: jats abt
Parse and use -buildfile=xxx option

* Utility command: jats extract -extractfiles
The extractfiles option will now duplicate empty directories

* Building ANT projects under JATS
Ensure that the PATH is correctly setup so that ANT can locate
utilities within the JAVA directory - for both Solaris and Windows.
Previously only worked on Windows
 
227 6573 d 8 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.