| Rev |
Age |
Author |
Path |
Log message |
Diff |
| 4699 |
4039 d 13 h |
alewis |
/core_devl/branches/alewis_gccinstrumented/ |
Created by Jats svn branch |
|
| 4688 |
4043 d 7 h |
dpurdie |
/core_devl/trunk/ |
* EnvVars
Added GBE_DPKG_REPLICA. This read-only package store is scanned
before GBE_DPKG. It is intended to facilitate remote build
servers that have a local package archive replica.
* Autobuild support for Java Based Packages
Attempt to overcome shortcomings in ant-using in a remote build
environment. Set GBE_DPKG to GBE_DPKG_REPLICA if doing an ABT enabled
build and GBE_DPKG_REPLICA is defined.
* Jats caching
Modified the cache mechanism such that if the required version is
found in the cache, then it will not be refreshed. This should speed
up jats startup. |
|
| 361 |
5289 d 1 h |
dpurdie |
/core_devl/trunk/ |
DevTools/core_devl: Checkin by Svn Import
Major changes:
* HTML Help (Experimental)
Generated documentation for the various JATS utilities
It is based on the internal JATS documentation available on the command
line.
Use http://auperaunx26.aupera.erggroup.com/devl/core_devl2/HTML/index.html
Minor changes:
* PackageFile directive
Allow packaging of files with a comma in the name.
Used by some COTS packages.
* Windows utilities used by jats
stdmux and rpccpp: provide production versions that do not use debug
libraries as these are not present for all users.
* Jats utility: dstatus
Shows the user friendly host name rather then the internal machine name.
This change is in line with the changes to Release Manager
* Utility: svnrelease
Better deletion of workspaces referenced with non-standard URLs
Corrected problem with -branch=name option
* Utility: svnrelease and ccrelease
Better deletion of workingspace directory.
Attempt to correct for directory permission problems.
* Updated definition of GBE_SVN_URL_FRBESASVN01 to use
the server by name, rather than IP address: 'frbesasvn01'
* Added EnvVar GBE_VCS to control the default Version Control System
employed by the 'jats release' and 'jats extract' commands.
Usable values are: 'cc' and 'svn'.
The default value is 'cc', providing backward compatability to existing
developers. |
|
| 345 |
5479 d 1 h |
dpurdie |
/core_devl/trunk/ |
DevTools/core_devl: Checkin by Svn Import
Minor changes:
* New target platform - PHP
This target is only available on a Windows Platform. It is used to limit
the processing of PHP artifacts by the ZendGaurd.
* Utility: cache_dpkg
Used internally to cache packages to a local archive.
When an error is encountered in the transfer the utility will now
correctly delete the pckage that it was transferring. Previously it
could leave a partially transferred package.
* Utility: create_dpkg [DEVI-063950 ]
Creates build.<MachineName> marker files as well as built.<MachType>.
Partial work for DEVI-063950
* makefile.pl directives
Corrects and extended the operation of the platform-specifier.
All non-platform options must be true, while the platform names are
treated as before - any of them may be true. See MASS-00166 for full
details.
Internal:
* System(--Shell) operations will escape spaces in the argument
Allows the use c:\Program Files\... in path elements. |
|
| 337 |
5572 d 8 h |
dpurdie |
/core_devl/trunk/ |
DevTools/core_devl: Checkin by Svn Import
Major changes:
* New platform - 'COBRA'.
Support for the ARM926EJS based hardware.
This is a Linux based target.
Requires a new compiler to be installed into build machines |
|
| 335 |
5573 d 7 h |
dpurdie |
/core_devl/trunk/ |
DevTools/core_devl: Checkin by Svn Import
Major changes:
* [DEVI-062103]
Many (11) toolsets - all that generate linker dependency
files for creating shared libraries or programs.
Solaris, Gcc, WIN32, Wince, MOS, Verix, Keil, AVR_IAR,
CSHARP, MCR, Pharlap.
Better, simpler, and in some cases correct, generation
of dependency files used in linking. Also generate separate
files for Production and Debug builds.
Minor changes:
* Jats sandbox command
The 'info' subcommand will highlight external packages that cannot be
found in any of the the package archives.
* Jats release -extract
The ClearCase view that is created will have a comment tag added that
describes:
- the directory in which the user created the view
- the date of creation
* PackageFile directive
Now supports --NoRecurse and --Recurse in conjunction with --DirTree
Internal:
* PackageFile, PackageHdr and InstallHdr directives
Removed --Abs option - its not supported
Fixed --Full option. |
|
| 229 |
6549 d 1 h |
dpurdie |
/core_devl/trunk/ |
DevTools/core_devl: Checkin by Svn Import
Major changes:
* Jats Release Mechanism
Jats can now release itself. This is not the same a building all of its
internal components, but it does mean that a new version of JATS can be
released using the 'standard' mechanism.
Jats releases will be tracked in Release Manager.
A side effect of this is that the labelling scheme will change to align
itself with Release Manager. ie: package_name_package_version
* Running Jats
Running Jats from within a ClearCase view is being deprecated.
Jats should be run from a package present in dpkg_archive.
This may affect some windows developers.
This release of JATS can be run from ClearCase, but generates a warning.
Future versions will generate an error.
Refer to MASS-00164 Installing and Using JATS.
Minor changes:
* Perl Version Check
Jats will generate a warning if the version of Perl in use is newer
than the version used in test. Newer versions are not always backward
compatible. Currently JATS has been extensively tested with 5.8.8.
* Build Directive: BuildVersion
This directive has been extended to allow the creation of a 'properties'
file. This file may be used to pass version information into a an ANT
build.
* Jats Internals
Minor fix to interwork with Perl version 5.10.
Perl 5.10 has not been extensively tested - yet.
* Jats Tool: CCbc2
Added utility to use BeyondCompare (BC2) to compare files in two
packages defined as ClearCase labels. The utility creates two dynamic views
and starts BeyondCompare. The views are destroyed at the end of the
process.
Requires BeyondCompare to be installed in its default location.
Only works under Windows.
Use jats CCbc2 -help (or -man) for further details.
* Jats test runtime helper scripts set_PLATFORM.sh
Marked as executable, so that users can run them directly
* Jats test runtime helper scripts set_PLATFORM.bat
Uses SETLOCAL / ENDLOCAL to prevent environment variables being exported
into the parent space. This mimics the behaviour of Unix.
* Jats eprog
Consistent cross-platform handling of programs found in the current
directory.
* jats tool jats_metrics
A new utility that will be used by the Automated Build System to collect
build metrics. |
|
| 227 |
6572 d 7 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. |
|