Rev 239 | Rev 243 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
------------------------------------------------------------------------Version: CURRENT Released: 07-Apr-08------------------------------------------------------------------------Major changes:* MOS68K Toolset (Not MOS68KRM)Force compiler option -nOjThe default compiler option (-Oj) has been seen to cause problems with somecode. Problem reported/analysed by rparker and thunter.* MOS68K Toolset (Not MOS68KRM)Correct problem in disabling Global Optimization that was introduced inversion 2.73.1000Minor changes:* JATS makefilesCorrect problem where a Production/Debug only build would create OBJdirectories for both production and debug, and not clean them up.* JATS buildsAllow ANT builds to be run in verbose mode to facilitate debuggingThe command "make all options=args" will run the ANT builds in 'verbose'mode.* JATS makefilesExtended the 'selector' used in all makefile directives - as the firstargument. Added two non-platform related options:--Project=xxxx True if the package suffix matches--Defined=yyy True if yyy is declared with a SetValue orSetList directive.ie: AddSrcDir ('--Project=sls' , 'sls' );AddSrcDir ('!--Project=sls', 'default');* JATS makefiles. MakeProject directiveNew packaging options to package up programs to be used as JATS plug-ins--PackageTool=xxxx--PackageToolProd=xxx--PackageToolDebug=xxx* JATS buildfile processingGenerate a warning for build platforms that are unknown to JATSThese may be the result of a user typo or an incompatible versionof JATS.* JATS save_build utilityCorrectly handle autobuild branches that contain multiple checkouts, one ofwhich may be reserved.* JATS gen_cots utilityCorrectly labels directories up to the VOB root.Displays the correct 'Source Path' in the Release Manager Information.Ignores the 'administration_view' as this is read-only* JATS sandbox (experimental)Ensure the AutoBuildTool does not use any sandbox* JATS release (cbuilder) utilityHandle paths that have a trailing path separators.* JATS Makefile generation. Packaging directivesPackaging directives that use the --Dir option have been modifiedsuch that the direction cannot use a a relative path.* Escrow toolCreates a simple HTML file that details all the packages with a shortdescription.------------------------------------------------------------------------Version: 2.73.2000.cr Released: 06-Mar-08------------------------------------------------------------------------Major changes:Minor changes:* Corrected operation of GBE_PLATFORM, when building a GENERIC package.A GENERIC package can now be built independently of the valueof GBE_PLATFORM.* MOS ToolsetIf only building for a production target, then don't generate an errorif there is no debug data and code addresses specified.Use to build platform independent MOS Releases. Cannot have debug, butcan have production (PIC) components.* Utility command: jats abtParse and use -buildfile=xxx option* Utility command: jats extract -extractfilesThe extractfiles option will now duplicate empty directories* Building ANT projects under JATSEnsure that the PATH is correctly setup so that ANT can locateutilities within the JAVA directory - for both Solaris and Windows.Previously only worked on Windows------------------------------------------------------------------------Version: 2.73.1000.cr Released: 21-Feb-08------------------------------------------------------------------------Major changes:Minor changes:* Jats Label UtilityCorrect use of '-norecurse' operation.* Jats command line under UnixCorrected problem when command line quoted arguments with a space arepassed in. ie: -xxx="aaa bbb ccc"* Escrow toolAdded totals to all the tables created in the HTML report* Platform MOS68KRMRome builds. Modified compiler options to match the existing build system------------------------------------------------------------------------Version: 2.73.0000.cr Released: 20-Feb-08------------------------------------------------------------------------Major changes:* New Toolset: BORLANDThe toolset uses the Borland C++ Builder 6 to build Borland Projectfiles via the MakeProject directive.In this release there is no support for native compilation and linking.Details are provided in MASS-00166 JATS Reference ManualMinor changes:* Extract/Release utility.Handle Source Path option with spaces by creating a config specthat can handle spaces* MOS CompilerThe TMP directory used by the assembler will be created before theassembler is invoked. This will ensure that the directory exists.* Utility: create_dpkgUses the first 'descpkg' file found. Allows packages that have embeddeddescpkg files to be copied.* AVR_IAR ToolsetAdded support for AT90SC144144CT - by David Payne.* JATS ANT commandBetter selection of the ant build file* Build directive: BuildVersionExtended the WinRc version file to allow the name of an icon to beembedded in the .RC file.------------------------------------------------------------------------Version: 2.72.2000.cr Released: 06-Feb-08------------------------------------------------------------------------Major changes:Minor changes:* Building JATS. Installer will set a+x in dpkg_archive* JATS rewrite. Remove the need for the 'name=' attribute in the<project> field.* CCdiff utilityNow ignores blank lines when generating a file difference report.* Escrow utilityQuote 'path' in the generated extraction commandsAllow escrow to be based on a single Release Manager package* Minor Perl-10 tweaks------------------------------------------------------------------------Version: 2.72.2000.cr Released: 24-Jan-08------------------------------------------------------------------------Major changes:Minor changes:* Jats Tool: CCbc2 [DEVI-044908]Locates BeyondCompare through the Windows Registry. This allowsBeyondCompare to be installed in places other then the default location.* Jats test runtime helper scripts set_PLATFORM.batWindows. Batch file modified so that it doesn't exit the shell.* Jats wrapperIf JATS attempts to cache itself and an error is reported by the cachingutility, then Jats would fail without reporting an error message.------------------------------------------------------------------------Version: 2.72.00000.cr Released: 11-Jan-08------------------------------------------------------------------------Major changes:* Jats Release MechanismJats can now release itself. This is not the same a building all of itsinternal components, but it does mean that a new version of JATS can bereleased 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 alignitself with Release Manager. ie: <package_name>_<package_version>.* Running JatsRunning 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 CheckJats will generate a warning if the version of Perl in use is newerthan the version used in test. Newer versions are not always backwardcompatible. Currently JATS has been extensively tested with 5.8.8.* Build Directive: BuildVersionThis directive has been extended to allow the creation of a 'properties'file. This file may be used to pass version information into a an ANTbuild.* Jats InternalsMinor fix to interwork with Perl version 5.10.Perl 5.10 has not been extensively tested - yet.* Jats Tool: CCbc2Added utility to use BeyondCompare (BC2) to compare files in twopackages defined as ClearCase labels. The utility creates two dynamic viewsand starts BeyondCompare. The views are destroyed at the end of theprocess.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.shMarked as executable, so that users can run them directly* Jats test runtime helper scripts set_PLATFORM.batUses SETLOCAL / ENDLOCAL to prevent environment variables being exportedinto the parent space. This mimics the behaviour of Unix.* Jats eprogConsistent cross-platform handling of programs found in the currentdirectory.* jats tool jats_metricsA new utility that will be used by the Automated Build System to collectbuild metrics.------------------------------------------------------------------------Version: 2.71.6.cr Released: 18-Dec-07------------------------------------------------------------------------Major changes:Minor changes:* Jats Tool: create_dpkgAdded options to allow the utility to sanity test the package name andversion of the package being created. This is intended to be used by theautomated build system. New options are:-pname=Package_Name-pversion=Package_VersionAdded option to allow the source package form to be tested, withouttransferring 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 eithera space separated or a comma separated list.* Solaris ToolsetDisable the use of purify, purecov and quantify when building sharedlibraries. Shared libraries are not supported by these tools. Executableprograms are still supported.------------------------------------------------------------------------Version: 2.71.5.cr Released: 07-Dec-07------------------------------------------------------------------------Major changes:Minor changes:* WINCE toolsetsAdded a run-time test for the presence of the required toolsetThis will report an error if the required WINCE toolset has not beeninstalled. This is better than obscure message generated by the compilerswhen header files cannot be found.* GenerateFiles directiveIf the generating tool can only be found in the users path, don't makeit a prequisite under Windows. There are problems with spaces in pathnamesthat are difficult to solve.* MakePerlModule directiveExtended the directive syntax to allow command line options to be passedto the the module builder.* Jats Tool: labelAdd the ability to label specific sub-directories (-dirs=name[,name]+)Allow the -up option to be used in conjunction with the -files=xxx and-dirs=xxx options.* Jats Tool: releaseCorrected a problem when multiple ant builds where located within thebuild view. Now all ants builds will be perform.Expanded the operation of the '-build=name' option such that it can beused to limit ANT builds by specifying the name of the depends.xml file.* Jats Tool: CCdiffAdded utility to provide difference reports in a format suitable to beuploaded to CodeStriker.Use jats CCdiff -help (or -man) for further details.------------------------------------------------------------------------Version: 2.71.4.cr Released: 30-Nov-07------------------------------------------------------------------------Major changes:* New Platform : MOS68KRMBuilding MOS for the 68K processor for RomeRequires the Microtec 4.5R compilerSimilar to MOS68K, but has different optimization and definitionsMinor changes:* label utilityBetter handling of filenames with embedded spaces.* make package and install operationsImproved the error detection and reported that may occur during a filetransfer.* make clean upImproved the cleanup of generated files.* Jats Tool: jats_transform_fileTool that can be used within makefiles and test harnesses to performminor file transformations such as:Copy, with optional renameForce Dos or Unix style line endingsPerform simple TAG replacementUse 'jats jats_transform_file -help' for details* jats release utilityAdded the -extractfiles option to extract files without leaving a viewin place.* escrow utilityAdded -extract option to assist in creating images of all files inthe escrow, with a log file to summarize success/failure of the extraction.------------------------------------------------------------------------Version: 2.71.3.cr Released: 16-Nov-07------------------------------------------------------------------------Major changes:Minor changes:* Makefile generationCorrected a problem in the detection of a generated targetSome JAVA builds were not correctly detecting the need to run thegenerate phase early.------------------------------------------------------------------------Version: 2.71.2.cr Released: 09-Nov-07------------------------------------------------------------------------Major changes:Minor changes:* GBE_PLATFORM operationRestored operation of GBE_PLATFORM. This feature is not encouraged.* Makefile generationAdded a sanity check to generate a warning if a file is packaged, orinstalled, from more than one makefile.pl* Utilities gen_msproject, gen_dirlist and gen_metricsModified to use generic interface to the makefile data* AutoBuilder support tool 'save_build'Check for users having placed locks on the build file and the autobuildbranch. The locks will be removed.* jats_rewrite utilityBetter handling of DOS line ending under Unix* jats escrow utilityCan now create a simple escrow build, and information, on a Release.Still handles an escrow based on an SBOM.Can be used to create an HTML report on unbuildable packages andinconsistent packages.* jats make helpCorrected the list of target platforms to only show those that areavailable within the current build.* jats makefilesModified the behaviour of jats when multiple instances of theMakefileGenerate() directive are found.If the MakefileGenerate() directive is found in the 'common' makefile.pl, then it will be ignored.* gcc toolsetSharedLibries.The --Def=name option supports two types of def fileThe 'old' form is used if the name of the Def file ends in .defThe 'old' form is created by the existing versions of mod_if.plThe 'new' form is created by tne new versions (daf_tools 25.1.5000.cr)of mod_if - if the name of the file does not end in .def.SharedLibraries and Prog (Experimental)New options:--MultiScan--NoMultiScan ( default)MultiScan will scan the libraries until no more undefined referencescan be satisfied. This may simplify linking of complex programs.------------------------------------------------------------------------Version: 2.71.1.cr Released: 16-Oct-07------------------------------------------------------------------------Major changes:Minor changes:PackageLib directiveThe construct "PackageLib( '*', @SHLIBS, @LIBS );" now works as expected.Packaging multiple libraries and shared libraries works as expected.Packaging multiple shared libraries works as expected.MakefileGenerate directiveThis directive should only be called once. JATS will now generate a warning,and not produce an erroneous, if the directive is invoked more than once.Multiple Parent detectionA makefile.pl that is invoked from more than one other makefile.pl, or thebuild.pl, is counted as having multiple parents. This condition isnormally treated as an error. When run by the Auto Built Tool, thiscondition will be treated as a warning.Solaris ToolsetAdded option '--WithMisalign' to the SharedLib directive.When used in conjunction with the 'misalign' CompleOption this option willcause a machine specific object file (misalign.o) to be included in thelink.Programs that are created with 'misalign' will automatically include themisalign.o object file. The fact that shared libraries do not may be anindication that this is a bad thing to do.Make and generation of subdirectoriesFixed an issue which caused created directories to have a bad timestamp.This could result in multiple attempts to generate the source dependencyfile.------------------------------------------------------------------------Version: 2.71.0.cr Released: 10-Oct-07------------------------------------------------------------------------Major changes:Makefile generation and make recursionExtensive changes to the makefiles that are generated by JATS and method bywhich JATS recuses through subdirectories during a build.Summary of changes:- Removed the use of 'make' to perform recursion over subdirectoriesand platforms. This has been replaced by a JATS program that performsthe same task - only a great deal faster and with a greater scope forflexibility.The user interface remains identical: jats make ....- Replaced the generated 'Makefile' with 'Makefile.gbe'. This is a textfile that provides sufficient information to allow JATS to locate theinterface directory and associated build information.- Significant speed up in determining the need to rebuild a makefile.On a large package this has been reduced from 30+ seconds to lessthan one second.- Significant speed up of large recursive builds through intelligentbuilding of the 'make_init' target. This is only processed once foreach platform type. Previously it was processed in each and everymakefile. This make target is used, internally, to perform sanitytesting of the compiler environment and to display the name of thetoolset. It is an expensive operation.- Intelligent speed up of large recursive through better mechanismfor creating required directories. These are now created on the fly,rather than via a slow recursive pass though all makefiles.- Better makefile rebuildingMakefiles can be rebuilt on the fly. The previous system was prone todetecting that makefiles needs to be re-built, but then not re-building them.- Detection of build file changesThe make process will detect that the build file has been modifiedand that the component has not been rebuilt. This is a warning. Itdoes not prevent the 'make' operation.- Quieter make outputThe 'Nothing to be done' message has been disabled.Minor changes:MakeAnt DirectiveAllows ANT_HOME to be a path with spaces. ie: c:\Program Files\apache-ant-1.6.5JATS command "debug" and "prod"These now handle make arguments and options correctly. Thus the command:jats prod WIN32 OPTIONS=argsWill correctly do a production build for WIN32 with command executiondisplay. Before, the system would attempt to process prod_OPTIONS=args.CSHARP toolsetCorrectly detect missing compiler directories------------------------------------------------------------------------Version: 2.70.2.cr Released: 27-Sep-07------------------------------------------------------------------------Major changes:Minor changes:Java target. Resolve problem of multiple project builds when multiple filesare generated.MakeAntIf the Ant build fails JATS will terminate.Previously JATS would continue until another error forced its termination.This is done through a better startup of ANT using theorg.apache.tools.ant.launch.Launcher directly.MCR platformCreate '.mod' files from the generated THX files.This is a MOS binary and can be download to the MCR devices.------------------------------------------------------------------------Version: 2.70.1.cr Released: 20-Sep-07------------------------------------------------------------------------Major changes:Minor changes:MakeAnt directive extendedNew option: --PackageBaseThis will pass the path to all packages specified with LinkPkgArchivedirectives to the build.xml file. Without the option the path willaddress a 'jar' directory within the package.New passed parameter: PACKAGEDIRThis is the path to the output package that is being created by JATSAllows the ant build script to place artifacts directly into thepackage image being created.------------------------------------------------------------------------Version: 2.70.0.cr Released: 13-Sep-07------------------------------------------------------------------------Major changes:* Linux compilerChanged the linux compiler used to build Embedded Linux platformsDEVLINUXLINUX_EMULINUX_ETXARM9TDMILMOSLMOS_LINUX_EMULMOS_LINUX_ETXLMOS_ARM9TDMIThis is a non-backwardly compatibly release.Do not migrate to this version of JATS if you are building againstexisting packages, until the underlying packages have been rebuilt.Packages created with the previous version of the compiler should not bemixed with packages created with the version in this release.Packages will be rebuilt with the new compiler as soon as possible.The new compiler will need to be installed on users VM'sThe compiler package is dpkg_archive/linux_gnu_tools/1.1.0000.cotsThe binary is:crosstool-gcc-4.1.1-glibc-2.5.tar.bz2This should be extacted, as root, into / with the (one line) commandtar -xjf /net/auperaunx26/export/devl/dpkg_archive/linux_gnu_tools/1.1.0000.cots/crosstool-gcc-4.1.1-glibc-2.5.tar.bz2 -C/Minor changes:* Skipped 2.69 due to nature of major change------------------------------------------------------------------------Version: JATS_2.68.3 Released: 28-Aug-07------------------------------------------------------------------------Major changes:Minor changes:* WIN32 CompileOptions to control use of precompiled headersAdded a WIN32 specific compiler option to control the pre compiledheaders.CompileOptions ('WIN32', 'PreCompileHdrs' ); (default)CompileOptions ('WIN32', 'NoPreCompileHdrs' );------------------------------------------------------------------------Version: JATS_2.68.2 Released: 28-Aug-07------------------------------------------------------------------------Major changes:Minor changes:* Reverted changes made in JATS_2.68.1 to the library search pathAlthough the search order is broken, we will need to live with it.Addressed the search order of /usr/lib under Solaris by adding a newAddLibDir option (--System) to add system paths. These will be searchedlast.For the record, the search order for header files and libraries is:1) As specified with AddIncDir/AddLibDir in the local makefile.plor within any such directive with the --Local option2) Within the components 'local' directories. These are populated withInstallHdr and InstallLib directives.3) Within the 'interface' directory as populated by BuildPkgArchive4) As specified with AddIncDir/AddLibDir in the 'global' makefile.plor within any such directive with the --Global option5) Within packages specified by a LinkPkgArchive directive6) As specified with AddIncDir/AddLibDir in any makefile.plwith the --System option* LMOS target platformIncludes LINUX_ETX------------------------------------------------------------------------Version: JATS_2.68.1 Released: 24-Aug-07------------------------------------------------------------------------Major changes:Minor changes:* Solaris ToolsetCorrected library search order, such that /usr/lib is search after thedependent packages.* RunTest operationAdded the current directory '.' to the PATH used when the test is run.* Csharp toolkit.dtd files are treated as resource files too------------------------------------------------------------------------Version: JATS_2.68.0 Released: 20-Aug-07------------------------------------------------------------------------Major changes:* Trap use of uncontrolled versions of 'ant' and the Java Compiler (javac)It was discovered that a few old makefile.pl's where invoking ant andjavac directly in order to build small Java components. This wasnormally being done in the guise of the WIN32 target. These packageswere making assumptions about the version of Java on the users searchpath.JATS can invoke ANT and build Java based components using the MakeAntdirective and the JAVA platform. This method is controlled andreproducible.This release provides changes such that these packages will not build.This is better than building incorrectly.There are several aspects to the change1) JATS provides binaries (ant and javac) with an error message. Ifthe user invoked ant/javac in a manner that involves searching thePATH then these will be used and report an error.2) A special command (jats abt) can be used to start up the Auto BuildTool in a manner that does not alter the PATH seen by the utilities.Moreover it does not alter the JAVA_HOME seen by the build. This iscontrolled separately.Minor changes:* Sanitize the PATH environment variableEnsure the JATS bin directory is the first directory searchedRemove duplicatesPlace non-existent components at the end of the PATH------------------------------------------------------------------------Version: JATS_2.67.1 Released: 17-Aug-07------------------------------------------------------------------------Major changes:Minor changes:* Makefile sanity testAdded a test to ensure that makefiles created on a machine of one type arenot then run on a machine of a different type.This will prevent files created on solaris-sparc being used on a solaris-x86 machine.* Correct bug in RunTestRunTest now extends the PATH to include the local bin directory------------------------------------------------------------------------Version: JATS_2.67.0 Released: 13-Aug-07------------------------------------------------------------------------Major changes:* RunTest directiveAdded support for running tests within the NUNIT test framework for theCSHARP target. In the process a generalized mechanism for accessingtoolset specific test frameworks has been added.Changes to the directive to support a FrameWork.The use of a test FrameWork is signaled with the option--FrameWork=<name> If this is present then the raw name of the programunder test will be passed to the framework. program.If a FrameWork is in use, then JATS will invoke the specified frameworkbuilder within the current toolset.When a framework is in place JATS will pass arguments of the form:'--Tag=Text' to the FrameWork. Other options are processed as normal.With in the Nunit FrameWork the program under test will be a DLL Nunitwill only operate on a DLL. The DLL must have been created by the makefilecontaining the RunTest directive.The Nunit Framework supports the following options:--Uses=<Name>[,SubOption]+This option specifies other DLLs that are used by the TestDLL. They willbe copied in to the test directory, and may be sourced from an externalpackage or the components 'local' lib directory.SubOptions available to The --Uses directive are:--NonJats This is not a JATS built library. It will not have aP or D suffix.--Jats (Default) This is a JATS built library. JATS willselect the correct library type for this build.Minor changes:* New Cache cleanup mechanismWhen a package is consumed from the 'cache' a flag is updated withinthe cache. The cache aging routines use this file in preference tothe descpkg file, thus it will prevent the aging of packages that arefrequently used. The aging policy can be made more aggressive.* Save Build UtilityThis utility is used by the Auto Build System to save the 'build.pl' fileused in a ripple build.The utility has been enhanced to detect a reserved checkout of thebuild.pl. The checkout will be changed to unreserved - if possible.* Release UtilityThe 'jats release' command will now unlock any labels that it lockedwhen an error is encountered.This simplifies the 'release' process as the developers label will beunlocked if a build error occurs.* Jats caching local copy of itselfFixed a bug which resulted in an "Use of individualized value" messagebeing displayed a large number of times during the file transfer process.* Minor extension to allow plug-in directives to perform a processing stepbefore the makefiles are created.* TestProg directiveTestProg's are now built in exactly the same manner as Progs* Correct problem introduced in 2.66.1 with packaging of files witha 'space' or '$' in the file name.------------------------------------------------------------------------Version: JATS_2.66.1 Released: 20-Jul-07------------------------------------------------------------------------Major changes:* New build targetLINUX_ETX - Support for Linux on an ETX boardLMOS_LINUX_ETX - Support for LMOS on the LINUX_ETX targetThese targets have also been added to the following pseudo targets.DEVLINUXLMOS_DEVLINUX* Internal utility dpkg_cache [Windows]Modified to remove use of system utilities to perform the the filetransfer, after having problems the 'cp.exe' provided by JATS.Minor changes:* Added utility class to provide directory searchingTo be used in JATS and JATS support tools* tweaks to the C# toolsetCorrect problem with filename that start with "n" as in .\not_nice.csCreate resource files with Fully Qualified Names derived from the .resxand .cs files.Handle Strong Key Names and creates wrappers to provide do the rightthing.* Microtec ColdFire compilerFurther attempts to get the compiler to place all of its temp files in alocal directory. The compiler uses a large number of EnVars to controlwere it places temp files.Underlying problem is random compiler failures on big builds. Suspectedinteraction with other builds.* Release utility commandAdded a -tag=name option to allow the Auto Build Tools to createmultiple instances of a static view. The tag is used to provide a uniquecomponent in the clearcase tag name.------------------------------------------------------------------------Version: JATS_2.66.0 Released: 27-Jun-07------------------------------------------------------------------------Major changes:* Support for building CSHARP codeNatively build C# within JATS using the Microsoft command line programsSupports the handling of .resx filesSupports the creation of windows programs, console programs and sharedlibrariesMinor changes:* Unit TestsAllow test scripts to be PERL - with a .pl extensionThese will be correctly initiated under WIndows and UnixCorrect warning messsage that is generated if a "CopyIn" file is also listedas a Script.------------------------------------------------------------------------Version: JATS_2.65.3 Released: 11-Jun-07------------------------------------------------------------------------Major changes:Minor changes:* WINCE SupportAdded WCEPA962_500 support. The WINCE target now includes this target.Complete list of WINCE targets is:WCEIT3000WCEPA961WCEPA962WCEPA962_500WCEPCM7220WCEPSION_500WCEPSPC_armWCEPSPC_emuWCEX86A420WCEX86A500WCEX86A500_SOM4455------------------------------------------------------------------------Version: JATS_2.65.2 Released: 06-Jun-07------------------------------------------------------------------------Major changes:Minor changes:* WINCE SupportAdded WCEPSION_500 support. The WINCE target now includes this target.* Removed the following targetsTP5600TP5600_ARM9TDMITP5600_EMULMOS_TP5600_ARM9TDMILMOS_TP5600_EMU* DeploymentSimplify access to build information during deployment* build.plBetter error check on a packages version number.The --forcebuildpkg has been extended to copy files on a Unix system, ratherthan to use symlinks. This simplifies remote builds.* Tool: gen_msprojectsHas been extended to create either a Debug build (default), or a Productionbuild.Eg: jats etool gen_msprojects -prod* Tool: escrowNew featuresGiven an rtag_id, report determine packages that are in the 'release' butare not in the SBOM.Prune "patch" package versions.Specify packages to be ignored.------------------------------------------------------------------------Version: JATS_2.65.1 Released: 30-May-07------------------------------------------------------------------------Major changes:* Provided a mechanism by which JATS makefile.pl directives can be extendedthrough modules provided by external packages. This will be used to reducethe dependancy on JATS of various packaging processes.* GenerateFilesAdded the options:--UnknownPreq - Will force the recipe to be run every timethe generated files are required. May be usedwhen the dependancies are too complex todescribe. ie: Entire directory tree.--AutoGenerate - Will not force the recipe to be run during the'generate' phase, unless the recipe generatessource files. Allows recipes to be run verylate. ie: when the dependent files are actuallyrequired.Minor changes:* GenerateFile directiveAdded --Var(BuildRoot)* GCC ToolsetCreating Shared Libaries with a 'Def' file. The library is now dependenton the Def file, such that changes to the Def file will cause the library tobe rebuilt.* MakeAnt and MakeProject directivesPreserve the order in which projects are built.------------------------------------------------------------------------Version: JATS_2.65.0 Released: 16-May-07------------------------------------------------------------------------Major changes:* Access to Release Manager and Deployment Manager databasesThe database location, user and password have been made configurable viaenvironment variables.Reason: The Release Manager and Deployment Manager databases are beingmoved.This will affect users that:1) Use tools that access RM or DMSome tools that build deployable packages2) Use the ABT systemThe buildadm user, and the ABT scripts will be modified to providethe required configurationIf you need to use tools that access RM or DM, outside of the ABT scripts onthe build machine then you will need to add the following environmentdefinitions to your .profile_bash, or jats.bat.Windowsset GBE_RM_LOCATION=jdbc:oracle:thin:@auperaora03:1521:RELEASEMset GBE_RM_USERNAME=RELEASE_MANAGERset GBE_RM_PASSWORD=RELEASE_MANAGERset GBE_RM_URL=http://erg:8002/ManagerSuite/Release_Managerset GBE_DM_LOCATION=%GBE_DM_LOCATION%set GBE_DM_USERNAME=DEPLOYMENT_MANAGERset GBE_DM_PASSWORD=DEPLOYMENT_MANAGERset GBE_DM_URL=http://erg:8002/ManagerSuite/Deployment_ManagerNote: GBE_RM_LOCATION will change in the near future.* New build platformsARM9TDMI - To replace TP5600_ARM9TDMILINUX_EMU - To replace TP5600_EMULMOS_ARM9TDMI - To replace LMOS_TP5600_ARM9TDMILMOS_LINUX_EMU - To replace LMOS_TP5600_EMUDEVLINUX - To replace TP5600LMOS_DEVLINUX - To replace LMOS_TP5600LMOS - New platform that expands to known LMOS targets:LMOS_ARM9TDMI, LMOS_LINUX_EMU, LMOS_WIN32Many of these targets are designed to replace the badly named platformsof TP5600_ARM9TDMI and TP5600_EMU. These will be removed in a futurerelease.The GBE_BUILDFILTER for linux boxes may need to be changed toLINUX_I386 ARM9TDMI LINUX_EMU LMOS_ARM9TDMI LMOS_LINUX_EMUThe TP5600* targets should be removed to make it obvious that these packagesneed to be converted.* Building Linux Device DriversThe hard-coded path to the Kernel Headers has been removed.Linux Drivers must be built with a suitable package to providethe kernel headers. This allows multiple versions of the linux kernel to beused for different targets platforms.* Sandbox supportEmbryonic support for building multiple packages in a common sandboxWill remain undocumented until fully implemented.New command: jats sandbox ...Minor changes:------------------------------------------------------------------------Version: JATS_2.64.1 Released: 03-May-07------------------------------------------------------------------------Major changes:* MakeAnt directiveAdded options to allow the and project to unit tests.New options--AutoTest=<target> # Run as Automated unit test--UnitTest=<target> # Run as Unit testThis will invoke the ant build file, with the specified target, during therun_unit_tests phase.* Sandbox supportEmbryonic support for building multiple packages in a common sandboxWill remain undocumented until fully implementedMinor changes:* jats buildUse platform configuration information to prune platforms from the list ofplatforms that will be 'built'.This simplies the construction of a GBE_BUILDFILTERThis information is not available for all supported platforms, but isavailable for psuedo platforms that transform into machine specificplatforms. These include SOLARIS, LINUX, TP5600 and LMOS_TP5600* AVR_IAR ToolsetClean up 9 files that may be created by the USB license dongle.* JATS.BATExample file now provides a default GBE_DPKG definition that assumes thatthe "V" drive is mapped to \\auperaunx26\devl. This allows access to boththe dpkg_acrhive and the deploy_archive with the one mapping.* jats labelCorrect problem when locking a label in a specified VOB------------------------------------------------------------------------Version: JATS_2.64.0 Released: 16-Apr-07------------------------------------------------------------------------Major changes:* New build platform:LMOS_TP5600LMOS_TP5600_ARM9TDMILMOS_TP5600_EMULMOS_TP5600 is a tag that will be expanded to the entire family of LMOS_TP5600supported targets. A common alias of LMOS_T5600 will be created todescribe the group of platforms.LMOS_TP5600_ARM9TDMI and LMOS_TP5600_EMUThese are LMOS based targets. The 'lmos' package must be used in order tobuild these targets.The LMOS_TP5600_ARM9TDMI can use components from the TP5600_ARM9TDMI,where no LMOS_TP5600_ARM9TDMI components are provided.The LMOS_TP5600_EMU can use components from the TP5600_EMU,where no LMOS_TP5600_EMU components are provided.* New build platform: WINCEThis is a tag that will be expanded to all the known WINCE targets.Use of this platform will simplify the creation of components forconsumption on all WINCE machines.The current list of WINCE targets is:WCEIT3000WCEPA961WCEPA962WCEPCM7220WCEPSION_420WCEPSPC_armWCEPSPC_emuWCEX86A420WCEX86A500WCEX86A500_SOM4455The WINCE targets actually built will be affected by GBE_BUILDFILTER.* JATS makefile.plThe package descriptor file, 'descpkg', will be packaged in all makefilesthat contain packaging directives.There is now no need to explicitly package the 'descpkg' file, except invery unusual configurations.Minor changes:* Directive: PackageFileGenerate a warning if the source file name does not confirm to good namingconventions. The filename must not start with a '-' and must not containan '='.Normally the result of an error in the directive. ie: "-Subdir=etc", insteadof "--Subdir=etc".* JATS Internal utility: cmdfileUpdated Linux and Solaris targets with a version of the cmdfile thatprovides a better error message for libraries that cannot be found.This version will display the library search path with one item per line,rather than all items on one, very long, line.------------------------------------------------------------------------Version: JATS_2.63.0 Released: 5-Apr-07------------------------------------------------------------------------Major changes:* JATS release commandModified the configuration spec generated when a branching rule isspecified. The change will ensure that directories are not branched.Rules are:Modify a file: File will branchAdding a file: Containing directory will not branchFile will be placed on a branchAdd a directory: Containing directory will not branchNew directory will branchMinor changes:* JATS release commandAdded -noprefex option to allow the creation of a view directory without theuser name being prefixed to it. This is useful in creating an escrow view.* JATS label commandDetect and report parent directories that are checkedout when a labelis applied. Previously these had gone unreported.* JATS makeUndo previous change to preserve symbolic links while Packaging andInstalling files. A problem was encountered when a file from a packagewas re-packaged.* JATS escrowAdded a tool to generate information for creating an escrow drop.Use jats escrow -help for details* makefile.pl directive: MakeAntThis directive will create parameters to specify the location of external javapackages that have been referenced via a LinkPkgArchive directive.This allows the build.xml to contruct a CLASSPATH to access JAR files inpackages, without the overhead of copying the entire package into theinterface directory.* build.pl directive: BuildPkgArchiveModified the processing of 'jar' directories.Directories of the form 'jar.<target>' will be transferred into the 'jar'directory as seen by the package.Intended use: Deployment of oraclient for Solaris 10* JAVA 6JATS now supports all versions of Java through the use of JAVA_HOME_X_Yenvironment variables. Where X andY specify the version of JAVA.The jats.bat and jats.sh example files only provide indication of 1.4, 1.5and 1.6 support, but all versions are now supported.The "jats vars -v" command will display all JAVA_HOME environment variables* Jats command: varsExtended to show a "*" for EnvVars that do not address a valid directoryThese indicate potential problems.------------------------------------------------------------------------Version: JATS_2.62.4 Released: 20-Mar-07------------------------------------------------------------------------Major changes:* JATS create_dpkg + packageing shared libraries (Unix)When a shared library is created a simple symbolic link to the versionedlibarry is also created.Previous versions of JATS would replace the symbolic link with a physicalcopy of the file. The effect of this is that when the shared libaries is'Installed', 'Packaged' and transferred into dpkg_archive there are twofiles, instead of one file and one link to the file (in the same directory)The Solaris shared libraries can be quite large, due to the debuginformation contained within the file.This version of JATS will preserve symbolic links when 'Installing','Packaging' and transferring to dpkg_archive.The advantage of this will be significant reduction in disk space usedwithin the build environment and dpkg_archive.* Building Perl ModulesModified the process to prevent the module builder attempting to modify thedocumentation on the build machine.Integrated the 'jats clean' operation.Minor changes:* jats create_dpkgAdded an option to create a built.generic fileThis is only used by the Automated Built Tools.------------------------------------------------------------------------Version: JATS_2.62.3 Released: 28-Feb-07------------------------------------------------------------------------Major changes:* JATS JAVA build targetThe default behaviour of the JAVA build target has changed such that thedefault version of JAVA used will be 1.4.Previous behaviour was to use whichever version was specified by the EnvVarJAVA_HOME. This was not controlled, thus the build was not controlled.Problems occur when using the new AutoBuildTool as it uses Java 1.5 and thisis then picked up as the default version.If a version, other than 1.4, is required then specify it within thebuild.pl file.Minor changes:* jats releaseEnsure that the 'cleartool' command can be found in the users PATHIssue an error if it cannot be found.This error indicates bad DevEnv setupAdded facility to create a view based on a config_spec, instead of a label.Such a view cannot be used to create a release. It is intended to simplifythe creation of simple static views. The name of view is, by default,based on the name of the config spec. Use the -view=name option to changethe name of the view.* GenerateFiles directiveAdded new --Vars() to allow packaging of JATS plugin tools.* MOS ToolsetWhen using MOS fast intermodule calls the optimizer will preload commonlyused memory addresses into a register BEFORE the GDP has been correctly setup. Use the following option to suppress this optimizationAdded: CompileOptions ('*', 'NoGlobalOptimization' );------------------------------------------------------------------------Version: JATS_2.62.2 Released: 15-Feb-07------------------------------------------------------------------------Major changes:Minor changes:* JATS environmentEnsure that the true path of the Perl executable is present in the PATHenvironment variable. This allows build tool access to various perl utilitiesthat are located in the Perl bin directory.Resolves issues in locating utilities such as pod2html* Use of GENERIC platformsReport an error if a GENERIC platform is mixed with any other platformspecifier. GENERIC is used for packages that build on all machines becausethey do not use a compiler or linker. They simply contains files that needto be packaged.* Generated makefilesSolaris and Linux: Ensure that LD_LIBRARY_PATH is exported if it is used.* Generating MOS THX filesAdded option --BinaryImage to the SharedLib directive used to create MOS THXfiles. This option will create a binary image (.bin) instead of a .thx file.This is being used in the creation of BR Applets.SharedLib ( 'MOS', "xxx", @OBJS, "--Rel=xxx.rel", "--BinaryImage" );* JATS releaseCorrect the operation of the -path option under Unix* JATS extractNew JATS command. This is the same as 'jats release -extract'* JATS ToolsetAdded support for the WinCe PSION (WCEPSION_420)This is a armv4i device using 4.20 of the WCE SDK------------------------------------------------------------------------Version: JATS_2.62.1 Released: 18-Jan-07------------------------------------------------------------------------Major changes:Minor changes:* jats labelAdded a -vob=name optionThis allwos the label utility to create, lock, unlock, rename and deletelabels without the user actually being located within the VOB. This optioncannot be used in conjunction with operations that place labels on files.It can only be used for operations that manipulate the label.Added a -user=name optionThis extends the operation of the -mine operation to change ownership of thelabel to the named user.* jats releaseDisplays the path to the view and the build file in a user friendly mannerUnder Windows it uses \, unless running under cygwin.* JATS build.plBuildProduct supports the --Uses=xxxx construct on a per-target basis.ie:BuildProduct ('TP5', 'LMOS_TP5600_EMU', 'LMOS_TP5600_ARM9TDMI,--Uses=TP5600_ARM9TDMI');------------------------------------------------------------------------Version: JATS_2.62.0 Released: 22-Dec-06------------------------------------------------------------------------Major changes:* GenerateFiles and RunTest directivesThese directives have been extended to allow a large number of makefilevalues to be added to the command lines,without resorting to knowledge ofthe makefile internals. ie:--Var(BuildName)will be expanded to (hen building MyPackage)-BuildName=MyPackageThe complete list of Variables is provided in the JATS manual.* GenerateFilesAdded a --Clean option to allow tools to be invoked in the 'clean' phaseThis allows external scripts to cleanup.* BuildPlatformsRestored operation of the --Uses optionMinor changes:* GCC ToolsetExports path to compiler. Used by scripts to build packagesInternal changes:* GenerateFilesMaintains the arguments in an array for simpler processing.--Shell is now processed by the 'make' shell rather then invoking anexternal shell. It will be the same shell, just easier to setup.------------------------------------------------------------------------Version: JATS_2.61.3 Released: 14-Dec-06------------------------------------------------------------------------Major changes:* Caching JATSAdded a mechanism whereby JATS can cache a copy of itself on the users localdrive. This is applicable to windows.This mechanism will allow a user to address JATS via the soft-links indpkg_archive and pick up the current version of JATS without the penalty ofthen using JATS across a slow(network) link.The EnvVar GBE_CACHE_JATS controls the operation of this feature.Set GBE_CACHE_JATS to one to enable the operation, but it will only beeffective if JATS is being run from GBE_DPKG in the first place.Use: Build Machines and Windows UsersMinor changes:* Build directive: BuildAlias with --Target optionCorrected a problem when the target name is a expanded platform name (ie:TP5600) that prevent correct expansion.* jats buildIf the user has not configured a cache, then do not attempt to cachepackages. This will remove an annoying warning message for each packageprocessed by the build.* jats buildModified the error messages generated when JATS fails to create themakefiles. The previous system would report failures while creatingmakefiles and, at the end of the process, it would generate a large errormessage to indicate the failure. This large message diverted the usersfrom reading the other error messages resulting in confusion.* PackageFile, PackageLib, PackageProg and PackageHdrDetect and report as an error use of the --Dir=<Path> option where thePath is not specified.Most instances of this error will be where the option has been mis-used inconjunction with a package.pl file, or during transition from using apackage.pl file. That change is detects errors where the user has specified--Dir=$Pincbut $Pinc is not defined.* Purify and Purecov under WindowsChanges to correct the operation of Rational's tools when used on theWindows platform.- OPTIONS=purecovForces the link operations to generate the relocation table requiredby 'purecov.Does not attempt to use purecov in the compiler tool chainThis is required under Solaris, but not Windows- OPTIONS=purifyDoes not attempt to use purecov in the compiler tool chainThis is required under Solaris, but not Windows.Under WIndows this option does nothing.------------------------------------------------------------------------Version: JATS_2.61.2 Released: 27-Nov-06------------------------------------------------------------------------Major changes:* makefile.pl directive PlatformThis directive has been expanded to allow for the negation operationExample:Platform ('!MOSCF');Process makefile for all targets other than MOSCFThis is the same as Platform ('*', '!MOSCF');Excluded platform will be processed after included platforms havebeen determined.Minor changes:* Added the ScanList directive.This directive allows a list of files within an external package to belocated at build-time.* Unix based systemsIf the EnvVar LD_LIBRARY_PATH was undefined, then a warning would begenerated by make under some conditions. The warning has been removed.* MakeLinuxDriverAdded a --Define=text option to allow "defines" to be passed to thedriver being built.------------------------------------------------------------------------Version: JATS_2.61.1 Released: 20-Nov-06------------------------------------------------------------------------Major changes:Minor changes:* jats_rewrite toolHandle the BuildPreviousVersion() directive.This directive is only used within deployment scripts.* Internal package: RmPkgInfoExtract modified date when extracting package informationAdded the function getDependenciesHash() to provide a hash of all thedependancy information within a package.Added NO_WARN option to the classes 'new' method to supress warningmessages.------------------------------------------------------------------------Version: JATS_2.61.0 Released: 13-Nov-06------------------------------------------------------------------------Major changes:* makefile.pl directivesAdded directive: MakePerlModule to build and package CPAN style Perl Modules.Added directive: MakeLinuxDriver to build and Linux Device Driver.GenerateFiles.Added option: --NoGenerate to indicate that the directive doesnot generate any tangible results. The command willbe run on every invocation.Minor changes:* Added the jats version commandWill only print out the current version of JATS* GCC Toolset (Used to build Linux)Added options to allow the generation of statically linked programs.There are two mechanism:Globally within the makefile.pl, or if applied in the common makefile.plthe option can apply to all programs being built.CompileOptions ( 'platform', 'StaticProgs' ); - Generate static programsCompileOptions ( 'platform', 'No_StaticProgs' ); - DefaultWithin the Prog directive, the following options will override the globaldefault.--Static - Create a statically linked program--Shared - Create a dynamically linked program------------------------------------------------------------------------Version: JATS_2.60.0 Released: 03-Nov-06------------------------------------------------------------------------Major changes:* SunWorks ToolsetBetter determination of the location of the SunWorks compiler and libraryDoes not use an environment variable to locate compiler librariesIt is based on machine type.Uses the absolute path to the compiler and does not use the user's PATHCorrects a problem on the Solaris10 installs.Minor changes:* Perl DBI interfaceRemoved the message showing database connection* JATS internal libraryBetter handling of badly formed version numbers------------------------------------------------------------------------Version: JATS_2.59.0 Released: 30-Oct-06------------------------------------------------------------------------Major changes:* GCC ToolsetAltered the mechanism used to determine cross compilationExtended the cross compilers that can be handled by the toolsetRemoved the use of `uname`.* Added platformsTP5600 ( Expands to TP5600_ARM9TDMI and TP5600_EMU )TP5600_ARM9TDMITP5600_EMUMinor changes:* descpkg file readerAllow handcrafted JAVA based packages that use tabs instead of spaces as afield separator.* JATS eprog commandCan now start java programs encapsulated within JAR files* Microtec Coldfire compilerForce the compiler to create temp files within the interface directory.This is an attempt to solve a infrequent problem seen when multiple buildsare being performed. The 68k compiler already had a similar fix to address asimilar, but more pronounced, issue.* Atmel toolset (DEVI-031788)New Products: AT90SC7272C and AT90SC3232CSThe AT90SC3232CS is identical to the existing AT3232The AT90SC7272C replaces the (as yet unused) AT72722Note: Products of AT3232 and AT90SC3232CS cannot be mixed.AT3232 is provided for backward compatibility.------------------------------------------------------------------------Version: JATS_2.58.0 Released: 16-Oct-06------------------------------------------------------------------------Major changes: Directive: RunTests* The --CopyIn option will always copy in the specified files* GCC Toolset (Shared Library Generation)Added option --Def=file_name to the shared library definitionsWhen compiling Shared Library objects the -fPIC flag has been added.Minor changes:* JATS wrapper scriptAdded a sanity test to ensure that the JATS machine specific BIN directorieshave been setup. When JATS is installed the PostInstall script must be runto setup links to system programs.------------------------------------------------------------------------Version: JATS_2.57.1 Released: 15-Sep-06------------------------------------------------------------------------Major changes:Minor changes:* AT3232 toolsetAdded a --Type=PayLoadType field to the Prog directive for this targetwhen creating .sxml files* Test ToolAdded: jats_lib_scan.plUse jats jats_lib_scan -man for detailed help------------------------------------------------------------------------Version: JATS_2.57.0 Released: 12-Sep-06------------------------------------------------------------------------Major changes:* SOLARIS toolset: CompileOptionsAdded CompileOptionsmisalign - Only allowed on sparc platformsno_misalign - Defaultmultithread - Defaultno_multithread - Disable multithread compilation and linking* SOLARIS toolset: CompileOptionsImplemented the common CompileOptionsprod_no_optimiseprod_no_debuginfoprod_optimiseprod_debuginfodebug_no_optimisedebug_no_debuginfodebug_optimisedebug_debuginfo* SOLARIS target: New AliasesProvided new ALIAS based in the underlying architectureTheses are:SOLARIS_SPARCSOLARIS_AMDThese may be used to limit operations to only flavor of SOLARIS. eg: Theutility 'rtc_patch_area' is only usable on sparc machines.Minor changes:* AT3232 toolsetCreate .sxml files in conjunction with .s19 files* Jats buildAltered the programs help mechanism to use perl POD.Extended the builtin help text.------------------------------------------------------------------------Version: JATS_2.56.3 Released: 04-Sep-06------------------------------------------------------------------------Major changes:Minor changes:* Utility InstallPkg as used by BuildPkgArchive()Better dection of directories that have been processed to reduce warningmessages* PackageFile and PackageProg directivesThe --Machine and --Tool options have been modified to allow the JATS toolsto be created in a directory that is related to GBE_MACHTYPE on which thetool is created, rather then the target platform type.------------------------------------------------------------------------Version: JATS_2.56.2 Released: 28-Aug-06------------------------------------------------------------------------Major changes:Minor changes:* WIN32 and WINCE toolsetsSharedLib operation. Added an option to allow the creation of a 'stub'library without creating the body of the library:eg: SharedLib ( 'WIN', 'MyStub' , '--Def=windef.def','--MutualDll','--Stubonly' );* MOS toolsetsSharedLib operation. Added an option to allow the creation of a 'stub'library without creating the body of the library:eg: SharedLib ( 'MOS', 'MyStub' , '--Rel=lib.rel' , '--Implib=lib_stub','--Stubonly' );* JATS BIN directoriesAdded the program 'gmake' as a soft link.gmake is required by some COTS packages that are being built from sourceusing autoconf.* Generate directiveThe shared library search path is extended to allow the tools to locateall shared libraies (.dll/.so) in packages and the local area.Simplifies the use of Xerces during the build process.------------------------------------------------------------------------Version: JATS_2.56.1 Released: 23-Aug-06------------------------------------------------------------------------Major changes:* Support for SOLARIS10_X86 and SOLARIS10_X64Initial release.Minor changes:------------------------------------------------------------------------Version: JATS_2.56.0 Released: 18-Aug-06------------------------------------------------------------------------Major changes:* Support for SOLARIS10_sparc32 and SOLARIS10_sparc64Initial release.* Packaging directivesAdded option --OsCommon to allow files and header files to be packed intoa directory known to all platforms being built for a common OS.Currently this is only supported to target platforms based onSOLARISWIN32* Removal of support for badly formed packagesAs of this release libraries that exist in the <packagename>/lib directorywill not be available to JATS. These libraries are in the incorrectdirectory. They MUST be in a directory that indicates the intended purposeof the library. A .so library cannot be used on all machines ( linux,solaris-sparc, solaris-amd ... ).* Build Platform target name expansion facilityThe build targets of SOLARIS and LINUX are seen as expandable names. Theywill be expanded to suitable targets - depending on the host machine .Minor changes:* Utility: JATS LABELEnsure that the 'cleartool' utility can be found in the users path.Generate a suitable error message if it cannot be found.* Utility: JATS RELEASEAdded a -root=dirname to allow the user to place the created view at a givenlocationAdded GBE_VIEWBASE to provide a globally configured mechanism forcontrolling the view location. Performs the same job as -root=xxxx* Utility genrcAdded the company name to the copyright string* Utility: jats_save_buildAdded option: -newThis option forces the saved file only a new branch.The option can be used to save a build.pl file onto a new project-specificbranch. Useful when branching an entire release.* Utility: jats_rewriteAdded options to allow project suffixes to be replaced.Use: Convert a .syd project to a .bej project.* Deprecated features: package.pl and tree.dirThese two build features are being deprecated. They are not suitable formigration to other SOLARIS based platforms.The Package directives provide sufficient power to replace the package.plfeatures - in a uniform manner.Internal Changes:* Major rework of the JATS BuildPlatform, BuildAlias an BuildProductsdirectives, together with the mechanism used to describe the platform builds.Introduced a CFG/<PLATFORM>.CFG file to provide:1) Platform information available at build time2) Dynamic platform names* Major rework of the 'SOLARIS' platformThe SOLARIS platform will generate one or more targets, depending on themachine on which the platform is invoked.Consolidated a number of SOLARIS specific kludges and converted them intoconfigurable items. These kludges are really on applicable to theSOLARIS8_SPARC32 platform. New SOLARIS builds will be well formed.* BuildPkgArchive operationFormalized a number of kludges in operation of the SOLARIS8 under sparc32platform. These are configured early in the build process and are no longerneeded.A side effect of this work is that files from external packages may belocated in 'SOLARIS', 'SOLARIS_sparc' or 'sparc' directories. The changeshould be transparent as the consumer tools should be able to handlefiles from all of these.------------------------------------------------------------------------Version: JATS_2.55.1 Released: 17-Aug-06------------------------------------------------------------------------Major changes:Minor changes:* WinCE toolsetAdded support for the adv_som_4455_wlan------------------------------------------------------------------------Version: JATS_2.55.0 Released: 3-Aug-06------------------------------------------------------------------------Major changes:* Jats wrapper: Specify version of JATS to be usedAdded a -version=xxxx option to force JATS to use a specific version ofJATS. The same operation can be achieved by setting GBE_JATS_VERSION.The required version MUST be found in one of the known archives.JATS will attempt to cache the version of JATS to assist in speeding upthe operations.The version option MUST be the first option.The version option MUST be followed by a '--' option.This prevents JATS parsing other options and recursion issues.Example: jats -version=2.54.3.cr -- build* Migrated the "jats install" functionality out of the jats wrapper scriptand into the create_dpkg utility. This is transparent to the user.* Utility: create_dpkgAdded a '-quiet' option to allow use within scriptsExtended the built-in helpAdded useful error messagesMigrate code to a common error reporting mechanism* WinCE toolsetAdded support for the WCEPA962 target.* M16 toolset as used in building MCRFirmwareAdded a --MotOnly option to the Prog directives. MOT filesare used in the creation of bootstraps.Minor changes:* JATS wrapper scriptAdded a -ABT=xxx option to allow the Auto Build Tool to be invoked fromthe command line.* Utility: jats_rewriteModified so that it will display changes. These will then be present in theABT log so that a developer can see which packages have been rippled.Internal Changes:* Common Error ReportingWill use environment variables to control DEBUG and VERBOSE levelsfor individual users. A module reporting with a name of XXXX will use EnvVarsof GBE_XXXX_VERBOSE and GBE_XXXX_DEBUG to control the debug and VERBOSElevel.Force flushing after a "Question" is asked to ensure that the prompt isdisplayed.Enable autoflush for both STDOUT and STDERR.* Added JatsSystem moduleCommon code for accessing system commands------------------------------------------------------------------------Version: JATS_2.54.3 Released: 17-Jul-06------------------------------------------------------------------------Major changes:Minor changes:* BR Compiler toolsetAdd the include file search path to the link command line. Allows.def files to include other files.* IAR toolsetAdded AT7272 support* Tool: jats_manifestAdded links to a suitable md5sum program on target platforms------------------------------------------------------------------------Version: JATS_2.54.2 Released: 12-Jul-06------------------------------------------------------------------------Major changes:Minor changes:* BR Compiler toolsetCorrected a problem in flagging that the non-version-1 compiler was inuse.------------------------------------------------------------------------Version: JATS_2.54.1 Released: 29-Jun-06------------------------------------------------------------------------Major changes:Minor changes:* Mictotec toolsetAssembler files. Define DEBUG in debug builds and NDEBUG in productionbuilds.* JATS CoreAdded GBE_ABT. This is used by the Auto Build Tool to indicate that anauto build is in progress. It may be used by various tools to modify theirbehaviour.------------------------------------------------------------------------Version: JATS_2.54.0 Released: 22-Jun-06------------------------------------------------------------------------Major changes:* Removal of non-core deployment functionality from JATS.Deployment package will be affected.The build.pl file of deployment package will need to import deploymentsupport with a BuildPkgArchive directive. ie:BuildPkgArchive ( 'deployfiles', '1.0.0.cr' );This version of deployfiles contains the same functionality as that providedby the previous version of JATS. Version 2 of this package will be the startof a deployment system that will provide support for building InstallShieldpackages.* Deployment support utilities must be run under JATSThe environment required for the deployment support utilities is complexand is provided by the JATS wrapper script.This is a change in usage. Instead of running the program 'updatenodespec'the user will need to run 'jats updatenodespec'Minor changes:* SubDir directiveAdded a sanity test to detect the case when a 'SubDir' directive specifiesa directory from two different makefiles.* Tools: Dependancy generator mkdependIf an include file was referenced by a symbolic name, then the generateddependancy information would be wrong for all but the first occurrenceof the file usage.* New utility: jats_manifestUsed by the build system to generate and validate source files.Beta Release: Windows only at the moment* Unit tests under SOLARIS_sparcThe LD_LIBRARY_PATH has been modified to correctly pick up librariesgenerated within the build and have been installed locally.* Default behaviour of JATS the wrapper scriptThis has been changed. Previous unknown commands were passed to make.In this release unknown comamnds will be treated a 'etool' commands andwill execute a JATS extended command.Internal Changes:* Code refactorCreated JatsEnv to encapsulate functionality that was multiply defined.* Deployment utilitiesThe Perl module Ignorelist.pm and the .ccignore fileChanged the mechanism by which this module locates a .ccignore file.The .ccignore file has been moved to the same directory as the module andthe module can locate the file.Previously the module required an environment variable in order to locatethe file, which was in a fixed location anyway.* JATS coreRemoved the use of the environment variable PERLINC.Better parsing of descpkg files.* JATS core debugging: JatsError.pmAllow control over the debug and verbose messages of specific programsthrough the use of environment variables.A program reporting errors as "name" can be controlled via environmentvariables GBE_name_VERBOSE and GBE_name_DEBUG.* BuildPkgArchive operationModified the subdirectories transferred with this directive to include:deployfiles - as used by the deployment systemtools/scripts - as used by perl based extensions* Make environmentExtended the PERL5LIB path seen by perl programs executed under make toinclude 'tools/script' directories that contain Perl Modules.------------------------------------------------------------------------Version: JATS_2.53.2 Released: 13-Jun-06------------------------------------------------------------------------Major changes:* Deployment. GetMassInstId.rul (From George Christidis)Added support for SILENT_MODE------------------------------------------------------------------------Version: JATS_2.53.1 Released: Not release------------------------------------------------------------------------Not Released.This label waas used as a place keeper. This version was not used as a basisfor JATS_2.53.2. Its much closer to JATS_2.54.0.------------------------------------------------------------------------Version: JATS_2.53.0 Released: 11-Apr-06------------------------------------------------------------------------Major changes:* Deployment Scripts: Release Manager Database AccessThe mechanism for communicating with the Release Manager Database has beenradically replaced.A test tool has been added to prove connectivity to Release Manager.Usage:jats etool test_rmconnectionThe pervious scripts used DBI::ODBC to communicate with the OracleDatabase that contains Release Manager. There were a number of problems withthis solution:- Required the installation of two Perl Modules- Required the installation of an Oracle client- Required the use of an ODBC bridge machine when used on Solaris- Support for Perl within Oracle appears to be on the declineThe solutions uses a Java application and Java's jdbc. The oracle:thinclient is used as this does not require any installation or configuration inorder to work.JATS overrides Perl's DBI package with a package of the same name, butreduced functionality.Minor changes:* makefile.pl directive: SetValueAdded a '--' option to disable and enable parsing of options.This allows a value with leading '--' to be set.* makefile.pl directive: SetListAdded this directive to formalise the creation and processing of listswithin the makefiles.Options:--NoWarn Disable name clash warnings--Project=xxxx[,xxxx]+ Add to list in selected projects--Unique Add only if not already present--Clear Clear list, before adding new items--Append Append items to list (default)-- Disable/Enable option parsingUseage:SetList ('*', 'LibList', 'lib1', 'lib2', '--Project=syd');SharedLib ('*', 'MyDLL', @OBJS, @LibList );* Makefile.pl directive: RunTestCorrected the option of the --CopyIn=file option where the specified fileis not in the current directory.* Jats Command: ant'This command has been extended to make use of the -buildfile=xxxx optionto allow multiple buildfiles to be differentiated.eg: jats -buildfile=MyPackage ant* TOOLSET: DAFBR Compiler supportModified the toolset to support an optimisation feature of the nextgeneration of the daf_br_compiler. These will be enabled if the major versionof the package containing the compiler is greater the "1". ie: 2.0.0.cr* Interface helper files: set_XXXX.bat/.shAdded provision to process user command arguments.Thusset_WIN32.bat progwill set the WIN32 environment and run the command: prog------------------------------------------------------------------------Version: JATS_2.52.2 Released: 30-Mar-06------------------------------------------------------------------------Major changes:Minor changes:* Addressed issue with BUILDNAME, an internal variable.Due to the use of these 'raw' values in user build.pl's they need to bemaintained. Previously the values may or may not have had a projectextension. It was bad. Now:$(BUILDNAME) contains two or three space seperated fields - always* m16c Toolset - MCRFirmwareForce the generation of .thx and payload files when the .bin files arecreated. Previously this only occured in the packaging phase.Internal changes:* JATS toolsetsAdded a feature to allow a toolset to flag additional files that get createdas a part of a "Prog". This allows a "Prog" definition to generate anumber of files, some which may be packaged.Previously such files where only generated during the packaging phase. Nowthey will be generated during the make_prog phase - with the other programs.------------------------------------------------------------------------Version: JATS_2.52.1 Released: 29-Mar-06------------------------------------------------------------------------Major changes:* Jats command: etoolExtended to allow execution of deployment tools. This allows the deploymenttools to use the JATS core perl modules.* Address issues with the use of BUILDVER and ScmBuildVerDue to the use of these 'raw' values in user makefile.pl's they need to bemaintained. Previously the values may or may not have had a projecttextension. It was bad. Now:$(BUILDVERSION) contains the project extension - always$ScmBuildVersion does not contain a project extension - alwaysMinor changes:------------------------------------------------------------------------Version: JATS_2.52.0 Released: 27-Mar-06------------------------------------------------------------------------Major changes:* JATS environment variablesAdded GBE_DPKG_STOREOptionally addresses a dpkg_archive store. This is intended to allowread only access to a remote repository. The GBE_DPKG_STORE will besearched after GBE_DPKG. It will be searched last. JATS, be default,will not publish packages in this repository.Uses: Seed repository for a complete buildRemote repositoryAdded GBE_DPLYOptionally addresses a Deployment Archive. This is only used in theplacement of deployment packages. This value may be project specific.* MOS_MRI toolsetChanges the mechanism used to link against the compiler RTL.Previously the RTL was included multiple times in the link order. Thiscreated problem with daf_dsi as the function 'time()' was being satisfied bythe RTL before being satisfied by the user libraries.The compiler RTL is now treated as a library of last resort. It will beprocessed once and it will be processed last.Minor changes:* JATS utility: build* JATS utility: cache_dpkgExtended the package search algorithm to locate a package withinGBE_DPKG_STORE. This archive will be searched last.* JATS utility: gen_cotsEnsure label is not lockedAdd option to allow user to specify source directory other than a packagethat already exists in dpkg_archive.* JATS directive: PackageFileNow supports --Prod and --Debug options to limit the packaging processto a specific type of build.* JATS directive: GenerateFiles and RunTestsAdded a --PackageInfo() replacement tag to allow package version informationto be extracted and passed to generator programs.ie: --PackageInfo(sysbasetypes,syd,--fullversion)Extended the --PackageBase() replacement tag to work with packages such assysbasetypes, where there is a .cr and a .syd type.ie: --PackageBase(sysbasetypes,syd)* JATS utility: releaseUnder windows, ensure that the directory C:\Clearcase exists. There havebeen installations of Clearcase where this is directory does not exist.* JATS utility: labelAdded option: "-comment=Text" to allow a comment to be added to a label,when it is being created.Internal Changes* JATS utility: create_dpkgRefactored code to use JATS DescPkg class.Added options to allow packaging to the various archives. This is of no useto the normal developer, but will be used within the complete build system.* Factored out the parsing of the BuildName directiveThis process was being done in 3 locations - and there were gettingdifferent results.* ToolsetRequire directiveThis has been extended to allow JATS to locate Toolset extensions withinpackages. They should be placed within the tool/scripts directory------------------------------------------------------------------------Version: JATS_2.51.0 Released: 15-Mar-06------------------------------------------------------------------------Major changes:* MCR toolsetGenerate CD payload files in conjunction with the .BIN files------------------------------------------------------------------------Version: JATS_2.50.0 Released: 15-Feb-06------------------------------------------------------------------------Major changes:* WIN32 utilitiesReplaced a number of the Windows utilities ( cp, rm, mv ...)with versions from the GNUWin32 project.The 'cp' previously used could not recursively copy large directoriesunder Windows Server 2003, when both the source and destination are on thesame drive. ( dpkg_cache of ace ).Minor changes:* BuildVersionThe definition of VERSION_BUILD within the generated version-defs.h filewill have leading zeros removed, thus allowing it to be used within a 'C'program without the number being interpreted as an octal constant.The string form (VERSION_BUILD_STR) will retain the zeros.* Unix BuildsCorrected several issues encountered when specifying the name of a staticlibrary or a shared library.JATS will prepend 'lib' to the user specified library name. Problems occurredwhen the user specified a library name that started with 'lib'. Now, on Unixsystems, JATS will only prepend 'lib' if the library name does not alreadystart with 'lib'.* BuildPkgArchiveSince 2.45.0 JATS will only transfer files for the BuildPkgArchive, ifthey have not already been transferred. Added a test for the sourcepackage being updated and then forceing the copy to be repeated.------------------------------------------------------------------------Version: JATS_2.49.0 Released: 10-Feb-06------------------------------------------------------------------------Major changes:* MOS_MRI toolsetCorrected a problem with the dependencies between a .REL file and the targetTHX file. If the .REL files was modified the output THX file did not getregenerated. This was only a problem in cases where the .REL file wasbeing manually maintained.Minor changes:* MakeAnt directiveIntroduced a check to ensure that this directive is only used with a toolsetthat can handle an 'ant' build file. Currently only the JAVA toolsetsupports ANT builds.* BuildPkgArchive directiveCorrect problem in the caching of BuildPkgArchive packages in the case wherethere is no GBE_DPKG_LOCAL on the machine.* Label utilityAdded a 'files=filename,filename' option to allow only specifiedfiles to be labeled.* Build. Parsing descpkg filesCorrected problem in which Java Manifest files were not parsed correctlyon Solaris.* Generated makefilesFix a bug with the CompilerOptions that allowed a '0' definition to be set tonothing.* MOS ToolsetAdded 'CompileOptions' of CcSupervisor.This will set a MOS internal definition suitable for building specialisedmodules.* Utility: gen_cotsThis utility will create a JATS buildable package froma dpkg_archive entryand then check it in under clearcase.JATS etool gen_cots -man will provide only help.* Utilty cache_dpkgDetect and repair incomplete copy operations.------------------------------------------------------------------------Version: JATS_2.48.0 Released: 24-Jan-06------------------------------------------------------------------------Major changes:NoneMinor changes:* DEVI addressedDEVI-022055 JATS builds DLLs with wrong copyright symbol in version resourceDEVI-022054 JATS puts "ERG Group test" in Product Name of Windows resource* Utility: release (cbuild)Added an option to create a view configured to work with a branchingrule. A single branch can be named with the -branch option. eg:jats release -extract 'label' -branch SITS_LEGACY_BRANCHwill create a view based on the named label, but suitable for creatinga patch for Sydney Legacy work.* RunTest directiveThe 'PATH' that the test uses is extended to allow access to programs that havebeen installed with a InstallProg directive. This allows a test script totest a program that is generated elsewhere within the package.* PackageFile, Option --DirTreeSupport for filenames that contain a "$" or a ' ' within the--DirTree option. Implemented to allow entire JAVA class trees to bepackaged under JATSNote: In general the use of a $ and space within a filename is notsupported within JATS.* Jats utility wrapperAdded an eprog option. The allows any program to be run within thesanitized environment provided by JATS.The specified program may be in the current directory or the user'sPATH. If the program is a perl script then it will be run with theJATS perl interpreter, otherwise it will be processed by the system.Eg: jats eprog myscript arg1 arg2Eg: jats ant* Jats utility wrapperAdded an 'ant' command. ( "jats ant" )This will run an ERG ANT build by scanning the current directory for a filecalled <ProjectName>depends.xml and then looking the a file called<ProjectName>.xml. Jats will then create 'auto.xml' based on the<ProjectName>depends.xml file and use ant to invoke the<ProjectName>.xml file.If the ERG build files cannot be found then ant is simply run and it willexpect a build.pl file.* Jats utility wrapperForce the environment variable PERL5INC to be unset.* Jats utility: create_dpkgSimplify handling of ANT based projects. Look for the package withinthe build/pkg subdirectory, in the JANTS style.* Utility: gen_winrc (DEVI-022054)Added a "'-product=text'" option to allow the product name to be specified.* Build filesHandle the java generated descpkg files. These are a Manifest format withERG extensions.------------------------------------------------------------------------Version: JATS_2.47.0 Released: 20-Dec-05------------------------------------------------------------------------Major changes:* BuildVersion directive in build.plCorrect a problem in the generation of version.cThe function GetModuleInfo() would return a string with a trailingspace when the 'array' mode was selected.This may cause module validation to fail.Minor changes:* None------------------------------------------------------------------------Version: JATS_2.46.0 Released: 08-Dec-05------------------------------------------------------------------------Major changes:* BuildProduct and BuildPlatforms directivesAdded option --Uses=NAMEie:BuildProduct ( 'OBFTP,--Uses=TP5', 'MOSCF' );This will create a OBFTP_MOSCF platform that will 'use' TP5headers and libraries if none are specifically provided for theOBFTP. It is the users responsibily to ensure that the two buildenvironments are compatible.Minor changes:* BuildName optionModifications to allow the creation of COTS packages with buildnamesthat do not confirm to the ERG naming scheme (--RelaxedVersion).* jats.batEnsure that GBE_BIN is not definedIt will be set by the jats.pl to a fully qualified path.------------------------------------------------------------------------Version: JATS_2.45.0 Released: 29-Nov-05------------------------------------------------------------------------Major changes:* BuildPkgArchive directiveThe operation of the BuildPkgArchive directive has been modifiedso that a package will only be installed once. This significantlyspeeds up multiple 'build' operations.If the package is being extracted from the 'local archive', thenthis mechanism is suppressed as packages in the local archive areconsidered as under development and are subject to change.If package cache is being refreshed, then the package will beinstalled a second time. Thus it is possible to force the package tobe transferred into the 'interface' directory.A BuildTags directory is used to track packages that have beentransferred.* Internal changes to factor common code into a group of packages.See notes below.* WIN32 toolsetAllow the Microsoft preprocessor directive #import to operatecorrectly.Export the complete library search path into the build environmentfor all Microsoft command, not just the linker and library commands.* BuildVersionModifications to allow the generation of version files for C#The mechanism has been extended to allow version information forother langauges as needed.Minor changes:* Utility: gen_winrc.plWill extracted build number from the patch number, if present.This information will be available to be placed into the generationversion strings.* GenerateFiles directiveFixed a problem detecting programs that were not in the localpackage or an imported package.* Toolsets: MOS_MRIGenerate an error if required tools are not found.Previously this condition would generate a warning.* BuildPkgArchive and LinkPkgArchive directivesEnsure that packages are only included once. The previous checkwas half-hearted and could allow multiple packages of the sameversion to be included. This could result in badly formedmakefiles and strange error messages.Internal Changes* Started to factor out internal packages and place them into a commondirectory. This will allow common error handling thoughout the suiteof utilities.Modified all utilities to utilize the common error reportingfunctions.------------------------------------------------------------------------Version: JATS_2.44.0 Released: 18-Nov-05------------------------------------------------------------------------Major changes:* Generated makefilesModified the windows shell to remove the use of the EXTENDED_LINEcache. This did not work. Modified the extend.lst file to ensurethat sed did not process its arguments.This has been done to address a problem seen within test scriptswithin unit tests that use wildcard expansion. The windows shell wasincorrectly processing:sed '-es~.*WIN32~~'The '.*' construct was being seen as a wildcard and the shell wasthen putting the argument into a command file - it was totallyconfused.NOTE: Attempted to remove use of EXTENDED_LINE, but this caused abreakage with the DOS based gcc compiler( ie:H8S and others).The construct-D__SOURCE__=\"name\"was corrupted somewhere. If the command is put in a command file,then it works.* MakeAnt directiveAdded option: --GeneratedFile=PathOfFileThis option has the following effects1) Marks the file a source file. It is then known to JATS andcan be used installed and manipulated.2) Schedules the processing of the ANT build to be doneearly - in the generated files phase.Intended use. The creation of packages with a JNI. The Javacomponent needs to generate a header file early.Minor changes:* JATS post-installation scriptFlag deployment tools and libraries as executable.* Detection of extension type is case insensitive for non-unixsystems. Thus *.h and *.H files will considered header files inwindows.* Build.pl rewrite toolHandle all variants of BuildName* Jats wrapper scriptGenerate an error if the JATS configuration variables are not usable1) Contain spaces2) Start with a // - Remote drives must be mapped* ToolsetAdded a 'LINUX' platform.* JAVA toolsetEnsure the that build file passed via MakeAnt contains the followingdirective:includeAntRuntime="off"'This MUST be used to ensure that ANT's classpath is not passed tothe java compiler thus ensuring that the compiler does not use ANT'sversion of any JAR files that have not been specified by the user.* GCC ToolsetUse -Map name to create map files as needed for GCC under Debian* Makefile generationWhen packages are used by name to resolve package location JATShas been modified to use the package name specified by the user.Previously JATS would use the package name found within thedescpkg file. In cases where the descpkg file was badly formed thepackage could not be used.* Unit TestsThe following environment variables are set:GBE_TYPE - The type of build. Debug or production. Thiswill be set to either a 'P' or 'D'GBE_HOST - The host machine we are running on.This will be set to 'WIN' or Unix'These variable should assist in the production of test scripts.* New makefile.pl directive: SetValue------------------------------------------------------------------------Version: JATS_2.43.0 Released: 01-Nov-05------------------------------------------------------------------------Major changes:* New Platform : "MCR" using the Mitsubishi m16c compiler.Special features of this toolset.1) A .THX source file will be converted to an obtect fileThis allows processing of fonts within a THX file to beincorporated within the target image.2) Prog directive extensions:--Set=Name=ValueThe 'Name' is set to 'Value' at link time.This allows the location of program segments to be set--Ref=nameThe name of a Release file. If provided, it will be usedto provide information that will be placed within theTHX header. The version number will be ignored. Itwill be taken from the build version number.Minor changes:* MOS ToolsetCreate the VisionClick files when the THX file is created.Previously the files were created when the THX was installed orpackaged.* Src directiveNo generates a warning if no source files are located within thedirective. This is normally the result of a missing platformspecifier.* WIN32 runtime supportAdded the following 'Unix' style utilities to assist in testing.1) od - dump files in octal and other formats2) cmp - compare two files byte by byteInternal:Added an extension to allow the target toolset to handle the "Prog"dependancy generation if required. This allow complex programgeneration mechanisms to be handled by the toolset.------------------------------------------------------------------------Version: JATS_2.42.0 Released: 19-Oct-05------------------------------------------------------------------------Major changes:* BuildAlias directiveAdded options.--Define - Does not create implicit platforms--Target - Redeclares the alais as the list of allplatforms that are based on a given target ortargets.Eg:BuildAlias ( 'LMOS,--Target', 'LMOS_WIN32', 'LMOS_linux_armv4' );BuildProduct ( 'GAK', 'LMOS', 'MOS68K', 'MOSCF' );BuildProduct ( 'PCP', 'LMOS', 'MOS68K' );Will export an alias of LMOS that can be used within makefile.pl'sthat will be the list of all platforms that have a target of'LMOS_WIN32' or 'LMOS_linux_armv4'.Note the dual use of LMOS within the example. This is intentional.The LMOS alias is used within the BuildProduct to simplify thespecification of all the LMOS targets.Minor changes:* Label utilityWill generate a warning message if it labels more than onebuild.pl file* Package directives. PackageFile.Corrected a problem with wildcard expansion in which a --FilterInneeded to be specified in order for the --FilterOut to operate.Now all files in the tree are considered 'in' unless modified by the--FilterIn option.* jats release (cbuilder) utilityCorrect use of the -prodOnly and -debugOnly flags.The full name was not accepted; -debug and -prod was.* Location of descpkg fileAll makefile.pl's now know where the package descpkg file wascreated. This simplifies the process og packaging this file as itcan be done within any makefile.pl.------------------------------------------------------------------------Version: JATS_2.41.0 Released: 27-Sep-05------------------------------------------------------------------------Major changes:* RunTest directiveExtended the options and operation of RunTestAdditional options--CopyIn=fileThis will copy the specified file into the BIN directory beforethe test is run. The file will be marked as executable. Thisallows scripts and configuration files to be transferred intothe test area.Additional operationsThe arguments passed to the script/program allow a number oftransformations, similar to GenerateFiles. Transforms--File(xxxx[,flags]) - xxxx is a known file--Local(xxxx[,flags]) - xxxx is a file that has been Installed--PackageBase(xxxx[,flags]) - xxxx is a PackageAllows flags:--dir - directory part of the pathname--file - file part of the pathname--abspath - as an absolute path--absdrive - as an absolute path with drive letter (Windows)Files and directories are prerequisites of the test. Theirexistence is tested.* Packaging DirectivesAdded a --Derived option to support the packaging of derived targetssuch as LMOS.PackageHdr ('*', 'file1.h', '--Derived=LMOS');Will place file1.h into .../include/LMOS_WIN32PackageHdr ('*', 'file1.h', '--Derived=LMOS,sys');Will place file1.h into .../include/LMOS_WIN32/sys* JAVA 1.4 and 1.5Added support to the JATS JAVA platform to allow the user to specifythe version of Java to be used to build a package.BuildPlatforms ( 'JAVA,--Version=1.5' );The default will use the default machine version of JAVA.This may not be sutable for all packages.Non-default versions of JAVA require that an environment variable beset to the root of the JDK directory. These are:JAVA_HOME_1_4JAVA_HOME_1_5Minor changes:* Script directiveScripts may be copied into the BIN directory for use by a test.These scripts are now always marked as executable.* JATS environmentEnsure that all programs run under JATS in Windows have an uppercaseCOMSPEC envvar. Windows appears to define a mixed case one. Fixed inthe JATS wrapper script.* Label utilityAdded -[no]checkout to control the labeling of checked out files.There are three modes of operation:1) -nocheckout Checked out files are not labeled2) -checkout Only checked out files are labeled3) Neither All files are labeled.------------------------------------------------------------------------Version: JATS_2.40.0 Released: 15-Sep-05------------------------------------------------------------------------Major changes:Minor changes:* label utilityAdded -smartlabel option to unlock and lock the label - if it was locked.This options retains the locked state of a label.* AVR_IAR toolsetExtended the 'Prog' directive to allow a Program Loader to beadded to a program as it is created. The option is:--ProgLoader=name* Package directives. PackageFileAdded support for packaging of directory trees.Options to do this are:--TreeDir=name--FilterOut=regexp--FilterIn=regexp--StripDirOnly a single directory can be specified.Multiple filters are allowed.The directories must be within the current directory. It is notpossible to search outside the subdirectory tree below the makefile.The filters allow elements within the directory to be selected.The filters are regular expressions. Examples:'--FilterIn=\.h$' - Select all files ending with .h'--FilterOut=MyHeader.h' - Except this oneThe --StripDir option will remove the TreeDir directory from thefiles. This allows the top level directory to be stripped off.------------------------------------------------------------------------Version: JATS_2.39.0 Released: 14-Sep-05------------------------------------------------------------------------Major changes:* Make commandsConsolidated the parsing of the OPTIONS arguments.The filter and nofilter options are globally applied to all toolssets. ie: jats make debug OPTIONS=nofilter* Label utilityGenerate a warning when attempting to label a symbolic link.Links are very hard to maintain in a reproducible manner.Minor changes:* ToolsetsReplaced the use of c:\WINDOWS and c:\Program Files with suitablevariables and overrides.The make_init target is always run.This facility had been lost. The target was being used to providecompiler sanity testing, but had was not being reliably run.* DeploymentSuppress testing of compiler existence when used in conjunctionwith deployment operations.* Release utilityAdd options to build only the debug or the production versions.The default is to build both. Note: User option may be furtherrestricted by options within the build.* PackageLib, InstallLib and MergeLib directives in makefile.plThe use of @LIBS and @MLIBS in unix systems was causing aproblem as these variables already had a 'lib' prepended to thelist of libraries. These directives would add another 'lib' to thelist of libraries under unix causing a mismatch.Corrected by stripping liblib from the names within thesedirectives.* MakeProject directiveIf the project build fails the log file was not being displayedbecause 'make' stops when a command fails.The MakeProject operations have been modified to ensure that thelog file is always displayed. The exit code of the build commandis preserved.* Auto build utility jats-rewrite.plModified to support the rewrite of Java 'using' and 'project'statements.* Mugfile generationAdded a --ThxDir=xxxx option to allow the THX and load files tobe placed in the target package.------------------------------------------------------------------------Version: JATS_2.38.0 Released: 01-Sep-05------------------------------------------------------------------------Major changes:* BuildVersion directiveThe 'defs' mode has been extended to create a file with a buildnumber as well as a patch number.The patch number is decoded into a patch number and a buildnumber.Minor changes:* AddFlags directivesAdded a --NoWarn option that will suppress the warning ofduplicate flags being added.* GBE_CORE environment variable (Windows)Ensure that GBE_CORE has a driver letter. This allows use of JATSloaded into the same dynamic view as the user code.* Mug File GenerationAdded support to allow load files to include other load files.* 'cbuild' or 'release' commandAdded a -latestroot=xxxx option. This is a work around for theproblem where the root level directory in the VOB has not beenlabeled. After using this switch add the label to the rootdirectory.The need to use this this switch indicates that the view is NOTreproducible.------------------------------------------------------------------------Version: JATS_2.37.0 Released: 22-Aug-05------------------------------------------------------------------------Major changes:* jats.bat and jats.shChanges to include GBE_DPKG and GBE_DPKG_CACHE.Most importantly GBE_DPKG must be a single directory. It is nolonger a list of directories.Removal of the setup of Microsoft Visual Studio 6. This is nowdone within the toolset.*** Update your jats.bat to follow the format in this release* JATS environment variablesRedefined variableGBE_DPKG - Now the MASTER dpkg_archivePreviously was a list that included thedpkg_archive cache.New variableGBE_DPKG_CACHE - Optional directory for a local cache ofthe main dpkg_archive.Minor changes:* Utility: gen_packagelistEnhanced (thanks Ross) to allow PATH information for varioustarget platforms to be extracted.Better support for Product families. This is only an issuefor WIN32 derived families due to the generation of a list oflibraries. The list now observes Product hierarchy.* Utility: release (cbuilder)Added -noruntests option too suppress the running of unit testsUnits tests will still be run by default.Tighten the config specification used to build the sandbox. It hasno LATEST rules. All directories and files MUST be labeled.* Utility: jats_rewriteSupport ANT based XML files* Utility: create_dpkgSupport ANT flavor Manifest dependancy files and pkg directorystructure.* makefile.pl'sGenerateFiles directive. Added a --Prog specifier to allow toolsto be generated within the same script. Example:Prog('*', 'Myprog', @OBJS );GenerateFiles ('*', "--Prog=MyProg",'--Prereq(infile)','--GeneratedCommon(outfile)' );RunTest directive. Added a --Auto option to flags tests that canbe run within the Build Systems Auto Build environment. Thesetests will be run with the 'run_unit_tests' target. All tests willbe run with the 'run_tests' targets. Only tests that confirm tothe ERG "Unit Test Automation" guidelines should be marked as-- Auto.* Added a new make target: run_unit_testsThis will be used by the build tool to run non-interactiveunit tests within an automated framework.* Make run_test and run_unit_test operationThe search path for DLL's or Shared Libraries is extended toinclude all Shared Libraries in the build package list as wellas the local and interface directory. This allows tests tolocate required Shared Libraries at runtime.* WIN32 targets built using Visual Studio 6The path to the compiler is setup within JATS. It is no longerimported from the users environment as the environment isindeterminate when multiple versions of Visual Studio areinstalled on the machine.* WINCE TargetsThe name of the SDK is case sensitive.The POCKET PC 2003 was incorrect------------------------------------------------------------------------Version: JATS_2.36.0 Released: 03-Aug-05------------------------------------------------------------------------Major changes:* WIN32 platformsWhen building Microsoft project files the PATH environmentvariable is extended to include the DLL path of imported packagesand installed packages.* Building DLL or EXE with the --NoPDB option will disable thegeneration of debug information so that the linker does notcreate CV style debug information in the target.* UNIX Platforms (SOLARIS and LINUX)Modification to allow BuildProduct and BuildPkgArchive tointerwork. Previously BuildPkgArchive packages were placed intothe 'interface/lib/SOLARIS' subdirectory and this was not beingsearched when looking for libraries.Minor changes:* GenerateFiles directiveNew sub-options to filename generation commands--abspath - provide the named file with an absolute path--absdrive - provide the named file with an absolute pathand drive letter* Src directiveModified the --FromPackage' option to allow searching of the rootdirectory of a package.Src('*', 'etc/data.ini', '--FromPackage' );Also prevent warnings on duplicate files if the package isimported with a BuildPkgArchive directive. The file was beingfound in the package and the interface directory.* jats_rewrite utilityProcess depend.xml files for auto builder------------------------------------------------------------------------Version: JATS_2.35.0 Released: 28-Jul-05------------------------------------------------------------------------Major changes:* SunWorks production buildsCorrected the flag used to select the level of compileroptimisation. The current flag generates an error of:cc: Warning: option -2 passed to ldThe flag has been changed from -O2 to -xO2 inline with thecompiler documentation.* MOS ToolsetImplement a workaround for a bug in VisionClick's convert programin which the tool would not generate a valid .bdx file.The solution was to create the .bdx and .ab file in two steps.Minor changes:* Correct the case of 4 toolset files. The files were created underwindows, which has a habit of capitalizing filenames.This should not affect current users.* Mugfile generationExtended the --Package option to allow subdirectories to bespecified."--Package=MyPackage,--Subdir=thx/moscf,thx"------------------------------------------------------------------------Version: JATS_2.34.0 Released: 22-Jul-05------------------------------------------------------------------------Major changes:MOS ToolsetModified the optimizations options used to generate 'Production'code. A problem with -Ob optimization has been identified.Minor changes:* Jats wrapper scriptWindows: Ensure that cmd.exe is in the users PATH. Without cmd.exescripts will not work properly as the PERL 'system' command assumesthat cmd.exe is in the users PATH.* LinkPkgArchive and BuildPkgArchiveProcessing soft links. Generate a warnings if a package softlink and a real package are found in the same directory. The linkmay be suspect.* GenerateFiles directiveAdded a --PackageBase(xxx) argument that will be replaced withthe pathname to the specified package.------------------------------------------------------------------------Version: JATS_2.33.0 Released: 18-Jul-05------------------------------------------------------------------------Major changes:* Added a JAVA platform to better support the processing of ANTbuild.xml files.Minor changes:* WIN32 toolset.Delete V7 specific temp files when compiling with V7 compiler* MakeAntPass an absolute path to the 'interface' directory to allow thebuild.xml file to be a directory other than the current directoryAllow the ANT_HOME path to contain spaces: c:\Program Files\Ant* gen_winrc - A utility to generate Windows RC files with versioninformation. Allow 3 or 4 fields in the version number. If only3 fields are provided, then the fourth field is set to 0.* MakeAnt directiveNow supports --Debug and --Prod options to limit the building ofANT files. The MakeAnt directive is only going to work inconjunction with the JAVA targetRecommended usage:MakeAnt('JAVA',"build.xml","--Jar=java.build/test.jar",'--Prod');Internal ChangesThe MakeAnt directive is now treated like a MakeProject directive.------------------------------------------------------------------------Version: JATS_2.32.0 Released: 13-Jul-05------------------------------------------------------------------------Major changes:* Initial release of WINCE and WIN32 V7 based project buildsThe DSW, VCW and SLN files can be built via JATS and selectedfiles packaged into the release.Refer to the 'MakeProject' directive inMASS-00166 JATS Reference Manualhttp://auperaws396/mass/Wiki.jsp?page=UsingJATSToBuildMicrosoftProjects* Added support for Visual Studio 2003.The recommended platform is:BuildProduct ( 'VS2003', 'WIN32,--Version=MS.NET2003' );* Initial release of support for building Ant files.JATS can build small Java sub-components using Ant. This is nota replacement for JANTS it is intended for mixed C++ and Javacomponents.Refer to the 'MakeAnt' directive inMASS-00166 JATS Reference Manualhttp://auperaws396/mass/Wiki.jsp?page=UsingJATSToBuildSmallJavaComponentsMinor changes:* Support for Windows DLLsWhen building a WIN32 target the file interface/set_WIN32.bat iscreated. This file extends the Windows PATH to allow DLLs usedby the package to be accessed.The file may be "called" from a wrapper batch file to start theapplication or visual studio.* The descpkg file created by JATS contains a JATS version numberand the JATS Core path.* AddIncDir, AddSrcDir and AddLibDir directivesNow generate an error if there is only one argument to thedirective or if no directories where specified.* MOS ToolsetAdd support for the TPT deviceCorrect error message for unsupported devices.* Correct problem with in creating absolute path names to allowDOS driver letters to be handled correctly.* Added --ExcludeLib(xxx,yyy) processing to allow specifiedlibraries to be excluded from a list of libraries processed bywhen creating libraries, shared libraries and programs.Used in conjunction with --Using(aaaa) to correct errors.Internal Changes* JATS release process validates the JATS version number containedin jats.pl------------------------------------------------------------------------Version: JATS_2.31.0 Released: 28-Jun-05------------------------------------------------------------------------Major changes:* JATS wrapper scriptAllow multiple alternative build files: auto.pl and build_test.pl* Initial support for the building of WINCE based projects* Formal release of the toosl to generate Mug FilesMinor changes:* Deployment supportAllow a --PatchNum to be specified in the BuildNameThis is then used to invoke a deploypatch.pl file* 'build'Added --ForceBuildPkg switch to the 'jats build' command toforce LinkPkgArchive directives to be interpreted asBuildPkgArchive. This option is useful for the creation ofsandboxes for use within IDEs as the package files are placedin a known directory structure within the sandbox.* WINCE and WIN32 ToolsetOptions for Program and Shared Library construction--Entry=xxxx - Alternate entry point--NoAddLibs - Do not add default libraries tothe link phase.* BuildPkgArchiveHandle symlink directories at the top level of the package treePreviously these were ignored.Minor code cleanup* "cbuild" or "release" utilityAdd a "-path=xxxx" option to provide sanity testing of the ReleaseManager "Source Path" field.* SOLARIS targetsModified the TARGET name generated with building a Product Familybased on SOLARIS. It is treated in the same manner as a Platformof SOLARIS and creates a targets of SOLARIS_sparc* MugFile generationAllows a 'load.cmd' file to be used to list the THX files to beincluded in the final package.* Corrected a problem with the processing of platform selectionarguments used within all directives within a makefile.pl.Multiple platforms should be specified as:Src( 'PLAT1,PLAT2,PLAT3', .... );with only a comma between the platforms: No whitespaceIf whitespace did exist then the makefile.pl would not do whatwas expected - and it would not warn the user. The simplestsolution was to allow whitespace either side of the comma.* GenerateFiles directive within makefile.plAllow 3 different bracket styles for the arguments to allow forembedded brackets. Now allow--Option=(some_text)--Option=[some_text]--Option={some_text}Internal Changes* Derive the names of the package and install directories from asingle data structure rather then being hardcoded throughout thecode.------------------------------------------------------------------------Version: JATS_2.30.0 Released: 01-Jun-05------------------------------------------------------------------------Major changes:* JATS wrapper scriptChanged the command line parsing. Now use GetOpts.Modified "all" command It no longer performs an "install"The "install" process is not needed. the build places a shortcutto the package into the local_dpkg_archive. This can be used byother components.Removed "bmake" command. The "all" command is the now that same.* JATSCreated a class to write JATS configuration files.Changes to the code to use this new class.* Build operationsPerform one level of package version checking. Generate warningsif required packages are built against different versions ofpackages.* Make operationsAdded a new target - "deploy". This interfaces to the deploymentscripts. This is still a work interfaces progress.Minor changes:* Added environment variables to assist in the running of thedeployment builds.PERL5LIB - Extended based on GBE_COREDEPLOYLIB_DIR - Calculate based on GBE_COREExtended the "jats vars" display* build.plCorrected BuildAlias() operation. Defined options are correctlyprocessed. AllowsBuildAlias('WIN', 'WIN32,--OnlyProduction');to define a platform called WIN32 that only builds forproduction.* MOS toolsetAdded a '--Acon' options to SharedLib to allow the creation ofAcon modules. These required special linking.* create_dpkg utilityAdds a files to the published package to indicate which type ofmachine the package was published from. This will be used in amulti-machine build environment to assist in determining theprogress of the build.* New utility - jats_save_build.plThis is specific to the auto build system. It will be used tocapture the modified build files back into the version controlsystem.------------------------------------------------------------------------Version: JATS_2.29.0 Released: 25-May-05------------------------------------------------------------------------Major changes:* WIN32 and WINCE toolsetsModified the way that PDB files are created.The files are now created using absolute pathnames when compilingThe name of the PDB files embedded in created DLLs is now correct.The PDB files created when compiling objects for DLLs are now notnamed after the DLLs - this was causing the linker toolsets crash.* WCEX86A500 targetCorrected problem creating DLLs.* MOS ToolsetsModified the mechanism by which absolute filenames are passed tothe compiler.* RunTest directiveThis directive will ensure that the named test is either a scriptor a TestProg. If the test to be run is a TestProg then asuitable suffix will be added to the named test.Minor changes:* JATS BUILDGenerate an error if the setting of GBE_BUILDFILTER orGBE_PLATFORM prevents any targets being made at all. This shouldhighlight bad settings.* Publish the JATS toolsets extension pathnames to simplify theaccess to extensions.------------------------------------------------------------------------Version: JATS_2.28.0 Released: 18-May-05------------------------------------------------------------------------Major changes:* WIN32 and WINCE toolsetsEnable dependancy file generation of C++ files* label utility ( SOLARIS )Fix bug with the escaping of '(' and ')' in cleartool commandsunder unix.Minor changes:* label utilityAdded options to:o Delete a labelo Prevent recursion while labelingo Control labeling of files missing from a static view* WIN32 and WINCE toolsetsCorrect problem with the packaging of PDB files. Packaging of thePDB files can be controlled with the -Extras= options to thePackage directives.* Added GBE_UNIX to the JATS_2 controlled environment. Set byjats.pl to be used by utilities to determine the underlyingsystem.------------------------------------------------------------------------Version: JATS_2.27.0 Released: 10-May-05------------------------------------------------------------------------Major changes:* MOS ToolsetThe generation of multiple THX's in the one makefile.pl now worksThere was a subtle "closure" problem in the toolset.* WIN32 ToolsetAdded CompileOption of AddLibs (default) and NoAddLibstoolset suppress the addition of thread libraries toolset the linklist.* Put a version number in the "interface" information toolsetallow JATS to generate an error when the "interface" changes.This version is manually maintained and prone to error.* GenerateFiles directive one Unix systems was incorrectlyinvoking "sh.exe" instead of "sh"Minor changes:* SOLARIS_SPARC platform (GCC toolset)The process of creating a Shared Libraries creates a soft linkto the the "GBEBIN" directory. This directory was not listed asa prerequisite and was not being created. This problem has beencorrected.* JATS will detect an "auto.pl" file and use it as an alternatebuild.pl file. Previously this file was named build.use.pl.* Correct problem when .PDB files are installed from a mergedlibrary created from libraries that have been 'installed'JATS would create a circular dependancy.------------------------------------------------------------------------Version: JATS_2.26.0 Released: 03-May-05------------------------------------------------------------------------Major changes:* WIN32 ToolsetCorrect a problem linking in required / correct libraries foruse with multithreaded modes.* Complete the support for Global build options of --OnlyDebug and--OnlyProd.These options can now be provided in the "Platform" directivewithin the makefile.pl.Minor changes:* Platform directive within makefile.plThese use of the "*" platform specifier has been modified suchthat options provided within the directive will be added to allplatforms.eg: Platform ('*', '--OnlyProduction' );------------------------------------------------------------------------Version: JATS_2.25.0 Released: 29-Apr-05------------------------------------------------------------------------Major changes:* Correct problem in handling the SOLARIS_SPARC platform.The SOLARIS platform is a bit of a kludge for backwardcompatibility. JATS was not differentiating between SOLARIS andSOLARIS_SPARC correctly.* Preliminary SupportGlobal build options of --OnlyDebug and --OnlyProd, which aremutually exclusive. These may between specified in the build.plfile as build arguments in any of the three standard mechanism.BuildPlatforms ( 'SOLARIS', '--OnlyDebug' );BuildProduct ( 'GAK', 'MOS68K,--OnlyProduction' );BuildArgument ( 'WIN', '--OnlyProduction' );These options limit processing to either Production or Debugbuilding. The default build will build both.Minor changes:* Extended the search path that JATS will use attempting to locatea build.pl file. JATS will now look in ., build and build/jatsdirectories in the current directory and 3 directories up.* WCEX86A420 toolsetAdded suitable libflags entry. Prevents the warning:warning: undefined variable `WCE_LIBFLAGS'------------------------------------------------------------------------Version: JATS_2.24.0 Released: 21-Apr-05------------------------------------------------------------------------Major changes:* PackageLib and PackageProg directives now have a --Extra=xxx[,xxx]option. Where xxx can be one or more of: none stub map lint debugor all.This option may be used to limit the files that are packaged withthe library or program.Eg: PackageLib ('MOS', 'MyThx', '--Extra=none' );Will only package the .thx file. It will not package the stublibrary or any debug files.* GenerateFilesAll processed arguments now support two options.ie: --Prerequisite(xxxx,--dir)directory in which the prereq file is foundie: --Prerequisite(xxxx,--file)The filename of the prereq file* LinkPkgArchive and BuildPkgArchive will cause the build to fail ifthe required package is not available. A "--package" option, tothe build command, will prevent this behaviour.Minor changes:* create_dpkg utilityTouch descpkg files when packages are merged. This will allowutilities that use the timestamp of this file to determine thatthe package has been altered.------------------------------------------------------------------------Version: JATS_2.23.0 Released: 14-Apr-05------------------------------------------------------------------------Major changes:* New toolset: WCEX86A420This is a WINCE targetThis uses the ADVANTEC_X86_CE42 SDK* New toolsetmpt for the mpt500 platfomr* Modified toolsetTHYRON - updates from An An Tran* Modified toolsetMRI68K. Now supports the Microtec 5.1 68k compilerMinor changes:* "cbuild" or "release" command now has a -merge option to allowbuilds from different machines to be merged into dpkg_archive.The default operation is to replace the package indpkg_archive.* Simplify the use of GBE_BUILDFILTERGBE_BUILDFILTER should be used to limit the creation of makefilesto those that are supported by the underlying hardware.The change allows the constructGBE_BUILDFILTER=SOLARIS --TARGET=SOLARISto be replaced by the simplerGBE_BUILDFILTER=SOLARISThe default operation is to allow or disallow all TARGETS of thespecified name.------------------------------------------------------------------------Version: JATS_2.22.0 Released: 13-Apr-05------------------------------------------------------------------------Major changes:* Dependancy generatorExtend the number of header files that can be includedto allow for 4096 included files.------------------------------------------------------------------------Version: JATS_2.21.0 Released: 12-Apr-05------------------------------------------------------------------------Major changes:* Dependancy generatorExtend the number of header files that can be included------------------------------------------------------------------------Version: JATS_2.20.0 Released: 12-Apr-05------------------------------------------------------------------------Major changes:* The "package.pl" file.Setting $Pbase to "." is now supported and will result in thepackage name being taken from the build nameIt is an error to set Pbase to a value other than "." or thepackage Build Name.Minor changes:* create_dpkg utilityThe -m ( merge) option will not replace a file if it already exists------------------------------------------------------------------------Version: JATS_2.19.0 Released: 08-Apr-05------------------------------------------------------------------------Major changes:Minor changes:* Dependancy generatorCorrect two common situations1) // Style comments. The following line was ignored2) Allow preprocessor directives to be indents. This is notansi, but is often done.* GCC toolsetCorrected operation of the C++ compiler. The object file was notbeing created in the correct place.* jats "label"The -auto -clone options allow a label to be created if its notpresent. Previously this would label all files in the VOB.------------------------------------------------------------------------Version: JATS_2.18.0 Released: 06-Apr-05------------------------------------------------------------------------Major changes:Minor changes:* BuildPkgArchive. The transfer of the "pkg" subdirectory has beenmodified. Directories of the form pkg/pkg.$(GBE_MACHTYPE) willbe transferred to the "pkg" directory.If there are no directores of the form "pkg.xxxxx" then the entirepkg directory will be transferred.* Transfer to dpkg_acrhiveCorrected a problem in which a file with the same name as thepackage was not being transferred.------------------------------------------------------------------------Version: JATS_2.17.0 Released: 06-Apr-05------------------------------------------------------------------------Major changes:* Support for solaris_i386The JATS toolset has been modified to provide the requiredbinaries for this target.The platform SOLARIS_I386 has been created to build on this targetwith the GCC compiler.The JATS startup shell has been modified to allow specfic valuesto be imported from the environment. Under Unix such values mayneed to be specified in the /etc/profile file.Minor changes:* The InstallHdr, InstallLib, InstallJar and InstallProd directiveswill now generate a warning if a "local" directory has not been specifiedwith a "BuildInterface" directive in the build.pl file.* cbuild ( release) utilityFxied a problem locating VOBs under Solaris------------------------------------------------------------------------Version: JATS_2.16.0 Released: 04-Apr-05------------------------------------------------------------------------Major changes:* The InstallHdr, InstallLib, InstallJar and InstallProd directiveswill generate an error if a "local" directory has not been specifiedwith a "BuildInterface" directive in the build.pl file.The "local" directory should be specified to JATS so that it canremove the directory tree with the "clobber" command.* jats_rewrite.pl utilityAllow BuildName and LinkPkgArchive directives to contains commentswith either " or ' characters.* BuildSubDir - in build.plIt is now an error if the specified subdirectory does not existand does not contain the file "makefile.pl".* SubDir - in makefile.plIt is now an error if the specified subdirectory does not existand does not contain the file "makefile.pl".* Jats wrapperAdded a "-locate" option to force JATS to locate the build.pl fileand then change to the containing directory before executionfurther commands.Minor changes:* WinCe and Win32 toolsetsCorrected a problem in the generation of .dep files used in thecreation of Shared Libraries. There was a miss-match between thename of the .dep file and its content.------------------------------------------------------------------------Version: JATS_2.15.0 Released: 22-Mar-05------------------------------------------------------------------------Major changes:* WIN32 and WinCE Toolset. New CompileOptionsNoPDB - Disable the generation of PDBsPDB - Enable the generation of PDBs (default).These options operation affect all components within themakefile.pl. If the directive is used within the common makefile.plthen they will affect all components within the build.Note: It is not possible to create a merged library in which someof the component libraries have PDB's and some do not.Minor changes:------------------------------------------------------------------------Version: JATS_2.14.0 Released: 18-Mar-05------------------------------------------------------------------------Major changes:* The MergeLibrary directive, under WIN32 and WinCe, will publish thePDB files associated with the library files being merged.Minor changes:* gen_winrc tool can add an icon to a program.The utility supports -icon=filename.ico* The JATS wrapper script command "prod" to build and package theproduction parts. This is similar to the "dev" command.------------------------------------------------------------------------Version: JATS_2.13.0 Released: 18-Mar-05------------------------------------------------------------------------Major changes:* Modified the order in which the makefiles passes operate. Mergedthe make_shlib and the install_shlib into one phase. Theimplication of this is that Shared Libraries that are created can"installed" so that other shared libraries can link against them.The order in which the makefile.pl's are processed is important asthis is the order in which the libraries will be created andinstalled.This solution does not handle mutual shared libraries: two sharedlibraries that depend on each other.This is an issue only in Solaris and Linux systems that do notgenerate separate stub libraries to link against.Minor changes:* WIN32 and WinCE ToolsetsBuilding up resources. The RC compiler can now locate resource filesin the "local" and "interface" directory.* The version.c, version.h and descpkg files will be created in thefirst directory named with a BuildDir directive, unless a"src" directory is encountered. This mimics the operationof the older JATS, without the need for a "src" directory.------------------------------------------------------------------------Version: JATS_2.12.0 Released: 18-Mar-05------------------------------------------------------------------------Major changes:Minor changes:* Added a --Depend=xxx[,yyy]+ option to the Src directiveNot needed for C and C++ files, but may be used in conjunctionwith assembler files to indicate that the file includes anotherfile.* Fixed problem with the local_dpkg_archive consistency test whena soft link is used to redirect to the package.* Win32 and WinCE toolsetsAdded a compiler option to enable Run Time Type Information.CompileOptions ('WIN32', 'RTTI' );Add an option to Shared Library creation to allow the generation ofa Resource Only DLL. Option is "--ResourceOnly"Add an option to allow Resources to be built into Static Librariesin the same manner at Shared Libraries.* WinCE toolsetsMutual DLL support corrected. Library path is used to resolvecompiler specific libraries.* SOLARIS toolsetPrevent the compiler displaying its command line. This is in linewith the other tools sets. The commands can be seen withOPTIONS=args and this may be set in the users environment.Modified the cleanup process to delete the links to sharedlibraries. Only files, and not links to files, where beingcleaned up.* Microtec tools set (MOS)Dependancy generation can display commands with OPTIONS=args* jats_rewriter.plAllow BuildName and LinkPkgArchive directives to contains argumentswith either " or ' characters.------------------------------------------------------------------------Version: JATS_2.11.0 Released: 15-Mar-05------------------------------------------------------------------------Major changes:* BuildPkgArchive operationThe entire "include" directory is copied into the interface areaThe installer was trying to be too smart and only copy platformspecific files,but was missing out many needed subdirectoriesReduce the warnings generated. These were an artifact of the processof picking up all the strange variations of the directory structures.* Cleaned up the handling of object files that were generated by theuser.* MOS Microtec ToolsetAlways present an absolute filename to the compilerDisplay a shortened filename to allow the user to track progressThis will remove error messages about the path being too longfor the -Gf option.Minor changes:* SOLARIS ToolsetRemove duplicate -KPIC flags on the command line* Win32 and WinCE ToolsetSource files are either compiled by the C compiler as C files orthe C++ compiler as C++ files. The option to allow the compiler tofigure out what sort of file it is has been removed.------------------------------------------------------------------------Version: JATS_2.10.0 Released: 11-Mar-05------------------------------------------------------------------------Major changes:* Extended BuildName to accept the formBuildName ('package_name', 'nn.nn.nn.xxx' );* MOS68K and MOSCF toolset.Extended the --board option to allow the user to define code anddata addresses for the board.BuildProduct( 'TP5', 'MOSCF','--board=01234H,05678H' );Will set the code,data address for the debugable image* Extended the PackageXxxxx options1) Allow --Platform=xxx,yyyWhere xxx is a directory prefix and yyy is suffix to the"platform" name. Only useful within the context of thePackageFile2) The operation of --Platform=xxx when used by the PackageFiledirective now treats the xxx directory as a prefix to theplatform name. Other Package directives still treat it as asuffix. In practice this is the logical use.* Allow InstallLib and PackageLib to install a file that has beendiscovered with a "Src" directive. This allows generated filesto be installed and packaged.Minor changes:* cache_dpkg utilityIf a package is found in the local_dpkg_archive then the cacheentry will be deleted and the master archive will not be accessed.* label utilityNew option -auto to create and label* Build WIN32 and WinCe Mutual DLLs with all the object filesThis allows the generated import library to contain C++ names* The BuildDirTree directive now supports an empty first argumentThis allows a NULL tree.dir file, while still creating the rootdirectory. ie:BuildDirTree ( '', 'pkg' );* Fixed DEVIM 00019520The problem was that /bin/pwd could return a different path tothe Cwd:getpwd() function. Solution: Use one mechanism throughout.------------------------------------------------------------------------Version: JATS_2.9.0 Released: 28-Feb-05------------------------------------------------------------------------Major changes:* First release for Back Office and Front Office use.* Added the jats tool jats_rewrite.pl to rewrite build.pl files.To be used by the nightly build process.* Work around a problem in the Microtec 68K compiler.The compiler uses temp files. If the temp file name that thecompiler uses already exists, then the compiler will not deletethe file. Instead it appends information to the existing file.The workaround is to create the temp files within the build'sinterface directory and to remove all temp files before eachcompilation.This bug does not affect the Mictotec CF compiler.Minor changes:* The "jats clobber" command will remove version definition file, ifone is being produced.* Using JATS within a Visual Studio project. The "rebuild all"option now translates to the JATS unbuild command to do a betterjob of cleaning the workspace.* Added GetPackageRoot() directive to support the packaging of MOS* Generate error message for misuse of the SubDir directive* Modified BuildName to allow an '-' in the name.This provides backward compatibility with existing packages.------------------------------------------------------------------------Version: JATS_2.8.0 Released: 17-Feb-05------------------------------------------------------------------------Major changes:* Added some new WINCE based targets. These require WINCE SDKs to beinstalled in order for the compilers to work.* New PLATFORMS are WCEIT3000, WCEPA961 and WCEPCM7220* All invocations of xmake specify the name of the makefileThis allow GNUMakefiles and the Jats makefiles to exist in thesame directory* Overcome a limitation of the Microtec compiler in which the flag_DEBUG is defined enev in production builds - contrary to thedocumenattion.Minor changes:* Process of descpkg files allows for both Unix and DOS line endingsUnder Unix JATS would report that the package names don't match* Corrected a problem with BuildPkgArchive in which file names withspaces could not be soft linked. Only affects Unix systems.* Added a -rename to the "jats label" utility.Ensure that the user specified label exists in the VOB* Correct problem with "make clean" that resulted in a verbose displaywhen the verbose option had not been selected* Correct a problem with "make unbuild". Changes in the build fileswould prevent the execution of the command. This command shouldbe exempt from this test.* Correct a problem with "make clean" in the WIN32 and WINCEplatforms where the .exp files were not deleted.* The "JATS clobber" command now invokes "make clobber" and "buildclobber". The result is as clean a clean as it can be.Note: Jats "clean" does not remove a lot of files. These can beremoved with "unbuild" and "unpackage". This is what "clobber"does.* The operation of "build clobber" has been cleaned up. It willnot try to invoke make if the makefiles have already been removed.------------------------------------------------------------------------Version: JATS_2.7.0 Released: 09-Feb-05------------------------------------------------------------------------Major changes:* First release with support for the DAFBR compiler* Extended MergeLibrary. Added per-file options of:--Interface - Pull lib from Interface directory--Local - Pull lib from Local directory (default)--SubDir=pathname - Pull lib from a subdirectoryNote: xxxx,pathname still works* Added "jats label" to provide a number of useful labelingoperations.* Added extensive help to JATS. JATS -man.* Added this manual ChangeLog fileMinor changes* Added an 'ebin' command to jats to allow the JATS binary tools tobe run in a controlled environment from the command line.* Prune the list of library paths passed through to the varioustoolsets. If a directory does not have any files in it then thedirectory is not added to the library path.Thus if a library is located in xxxx/lib/WIN32 then JATS willnot add the xxxx/lib to the path.* cbuilder will now look in all VOBs for the user specified label.The program has a list of "known" labels which it will searchfirst in an attempt to speed up the process.* The AddFlags directive will issue a warning if the flags does notbegin with a -D or a -U. The user should not be using compilerspecific flags.* The use of linker flags will issue a warning.* Process the common makefile.pl after the toolset has beendetermined. This allows the toolset to extend the CompileOptionssuch they are available to the common makefile.pl.* Added the WIN32 CompileOptions "jats_v1" to force JATS to specifya number of compile time definitions used by earlier versions ofJATS.* Fixed bug in the --Debug option to the PackageProg directives thatcaused both the production and debug versions to be packaged.* The gen_msproject utility now creates simpler names for the MSprojects that it creates. The name no longer contains the fullpathname, thus making them shorter and readable.* The ShowDlls utility now handles absolute and relative paths tothe initial DLL or EXE.* Correct problem in which the use of Generate/Rule directives mayfail since prerequisite subdirectories were not being createdsince the "generate" phase was not being run.Added messages to prompt the user to remove Generate, Generatedand Rule directives. Use the GenerateFiles directive* JATS.BAT file will exclude LINUX builds by default.* The make NODEPEND=1 processing now does not recurse at all.Previously each subdirectory was visited - only to do nothing.* Correct a problem in creating stub libraries for MOS targets ifthe stub library object was not listed with the SharedLib'sobjects.* Correct a problem with the MS Studio support. The invoked makecommand is XXX_all_debug. There was a problem with this command inthat it did not do any dependancy checking and would not alwaysbuild defendants.