Subversion Repositories DevTools

Rev

Hide changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
7547 2161 d 12 h dpurdie /core_devl/trunk/ Minor changes:
* Shared Library generation
Support for Electon (node) under Windows and Unix, via the
--Node option to the SharedLib directive

* Utility: create_dpkg
Added option (--tarzip) to create a tar zip of the package in a form
suitable for direct extraction into a package archive. Useful for cross
machine development.


Internal:
* Support for EnvVars to support a future implementation of GIT

* Replace the 'tar' utility with a true gnu tar with support for
zip and bzip2.
 
/core_devl/trunk/BIN.win32/msys
/core_devl/trunk/BIN.win32/msys/Readme.txt
/core_devl/trunk/BIN.win32/msys/tmp
/core_devl/trunk/BIN.win32/msys/usr
/core_devl/trunk/BIN.win32/msys/usr/bin
/core_devl/trunk/BIN.win32/msys/usr/bin/bzip2.exe
/core_devl/trunk/BIN.win32/msys/usr/bin/gzip.exe
/core_devl/trunk/BIN.win32/msys/usr/bin/msys-2.0.dll
/core_devl/trunk/BIN.win32/msys/usr/bin/msys-gcc_s-1.dll
/core_devl/trunk/BIN.win32/msys/usr/bin/msys-iconv-2.dll
/core_devl/trunk/BIN.win32/msys/usr/bin/msys-intl-8.dll
/core_devl/trunk/BIN.win32/msys/usr/bin/sh.exe
/core_devl/trunk/BIN.win32/msys/usr/bin/tar.exe
/core_devl/trunk/BIN.win32/bzip2.dll
/core_devl/trunk/BIN.win32/libarchive2.dll
/core_devl/trunk/BIN.win32/tar.exe
/core_devl/trunk/BIN.win32/zlib1.dll
/core_devl/trunk/CFG/TOOLSET/GCC.PL
/core_devl/trunk/CFG/TOOLSET/VCWIN32.PL
/core_devl/trunk/ChangeLog.txt
/core_devl/trunk/TEMPLATES/INSTALL/linux.ubuntu.profile.jats.sh
/core_devl/trunk/TOOLS/LIB/JatsSvn.pm
/core_devl/trunk/TOOLS/POD/EnvVars.pod
/core_devl/trunk/TOOLS/cache_dpkg.pl
/core_devl/trunk/TOOLS/create_dpkg.pl
/core_devl/trunk/TOOLS/jats.bat
/core_devl/trunk/TOOLS/jats.pl
/core_devl/trunk/TOOLS/jats.sh
/core_devl/trunk/TOOLS/jats_vars.pl
7018 2434 d 16 h dpurdie /core_devl/trunk/ Minor changes:
* JATS-446 Windows linker options do not support those with a 'space'
Second attempt to limit work to Windows
 
/core_devl/trunk/CFG/TOOLSET/VCWCE.PL
/core_devl/trunk/CFG/TOOLSET/VCWIN32.PL
/core_devl/trunk/ChangeLog.txt
/core_devl/trunk/TOOLS/makelib.pl2
6511 2772 d 20 h dpurdie /core_devl/trunk/ Minor changes:
* Restored error in the detection of jats-internal tools within packages
to allow for badly formed legacy packages.

Minor changes:
* Makefile generation
Correct the PATH generated in the set_<PLATFORM>.sh files

Minor changes:
* Available makefile variables
Added $ScmBuildBaseVersion - Contains the version number, without
the project suffix, patch and build number. Useful in COTS
packages to provide the non-JATS portion of the
packages version number.
 
/core_devl/trunk/CFG/TOOLSET/VCWIN32.PL
/core_devl/trunk/ChangeLog.txt
/core_devl/trunk/TOOLS/LIB/BuildName.pm
/core_devl/trunk/TOOLS/LIB/PackageEntry.pm
/core_devl/trunk/TOOLS/LIB/ReadBuildConfig.pm
/core_devl/trunk/TOOLS/buildlib.pl
/core_devl/trunk/TOOLS/jats_vars.pl
/core_devl/trunk/build.pl
6177 3053 d 20 h dpurdie /core_devl/trunk/ ------------------------------------------------------------------------
Version: 3.14.4000.cr Released: 07-Aug-17
------------------------------------------------------------------------

Minor changes:
* Utility: jat_svnrelease [JATS-424]
Handle obscure condition where the tag has been created directly from
a merge and the merge involved the deletion of files from the fileset.

* Buildfiles.
Restored VS2005 to the MSWIN32 alias

------------------------------------------------------------------------
Version: 3.14.3000.cr Released: 02-Aug-17
------------------------------------------------------------------------

Minor changes:
* Utility: jats_generate_deployable
Can create .bomGen file from scratch
Improved reporting of files add, removed and updated

* Makefile generation
Correctly export 'PACKAGE_ARCH' as a global

------------------------------------------------------------------------
Version: 3.14.2000.cr Released: 04-Jul-17
------------------------------------------------------------------------

Minor changes:
* Platform: RHEL7_INSTRUMENT
Marked as a NATIVE build.

* Platforms: LMOS_*
Inherit system aliases from base platform configuration.

------------------------------------------------------------------------
Version: 3.14.1000.cr Released: 03-Jul-17
------------------------------------------------------------------------

Minor changes:
* Updated copyright notices in all files

* jats_extract
Will no longer create a 'local_dpkg_archive'
The use of a 'local_dpkg_archive' is deprecated in favor of the jats
'sandbox', which does a much better job.

* Utility: jats_generate_deployable
Windows: Fixed compilation error

* Platform: RHEL7_INSTRUMENT
Added missing configuration file

------------------------------------------------------------------------
Version: 3.14.0000.cr Released: 23-Jun-17
------------------------------------------------------------------------

Minor changes:
* JAVA Platform [JATS-420]
The java builder can use an 'ant' provided by a suitable package
ie: ant_1.9.2.0000.cots

------------------------------------------------------------------------
Version: 3.13.9000.cr Released: 22-Jun-17
------------------------------------------------------------------------

Minor changes:
* Corrected use of shell 'echo' command
Always quote the string
Issue was the unquoted use of a string that contained matching square brackets
ie: echo [$<] Compiling..
The [..] construct is a filename expanding construct.

* Win32 and Win64 makefile generation
Allow the 'cmdfile' commands to be shown in verbose mode.

* Makefile generation
Fixed issue with some build formats and a bug in cmdfile when no path item
has a directory separator.

------------------------------------------------------------------------
Version: 3.13.8000.cr Released: 16-Jun-17
------------------------------------------------------------------------

Minor changes:
* Makefiles: New Directive: ExtendIncDir
ExtendIncDir ('*', 'private' );
Specialised use only. See MASS-00166

* Utility: jats_svnrelease
The 'extractFiles' option will display the files extracted when
running on a build machine.

* Windows builds
[JATS-419] Visual Studio builds fail with fatal error C1090: PDB API call failed, error code '23'
Use same value for _MSPDBSRV_ENDPOINT_ in all makefiles


------------------------------------------------------------------------
Version: 3.13.7000.cr Released: 13-Jun-17
------------------------------------------------------------------------

Minor changes:
* Utility: jats
Added option -script. Supresses internal warnings when capturing
output within a scripting environment.

* Utility: sandbox
Allow the build.pl file to be upto 4 directories deep
Slows down sandbox scanning
Provides backward compatability with old projects

* Makefile directive: MakePerl
Added option to control the output format to better support multiple
build machines.

* Build File
Fixed handling of aliases that broke the (not recommended) construct
BuildProduct ( 'CSHARP2010', 'WIN32,--Version=MS.NET2010' );

* Windows builds
[JATS-419] Visual Studio builds fail with fatal error C1090: PDB API call failed, error code '23'

Experimental:
* New platform: RHEL7_INSTRUMENT and RHEL7
Supported on RHEL7 and Centos with a MACHTYPE of linux_el7_x64

* Makefiles. New aliases
PKG_DEB, PKG_RPM and PKG_WIN
Internal use only at the moment
 
/core_devl/trunk/BIN.linux_el7_x64
/core_devl/trunk/BIN.linux_el7_x64/JatsFileUtil
/core_devl/trunk/BIN.linux_el7_x64/ant
/core_devl/trunk/BIN.linux_el7_x64/cmdfile
/core_devl/trunk/BIN.linux_el7_x64/javac
/core_devl/trunk/BIN.linux_el7_x64/links.sh
/core_devl/trunk/BIN.linux_el7_x64/mkdepend
/core_devl/trunk/BIN.linux_el7_x64/stdmux
/core_devl/trunk/BIN.linux_el7_x64/timeout
/core_devl/trunk/BIN.linux_el7_x64/xmake
/core_devl/trunk/CFG/PLATFORM/RHEL7_INSTRUMENT
/core_devl/trunk/CFG/PLATFORM/RHEL7_INSTRUMENT.CFG
/core_devl/trunk/CFG/PLATFORM/ACEX
/core_devl/trunk/CFG/PLATFORM/AMX
/core_devl/trunk/CFG/PLATFORM/AMX.DEF
/core_devl/trunk/CFG/PLATFORM/ANDROID
/core_devl/trunk/CFG/PLATFORM/ANDROID.CFG
/core_devl/trunk/CFG/PLATFORM/ANDROIDARM
/core_devl/trunk/CFG/PLATFORM/ANDROIDMIPS
/core_devl/trunk/CFG/PLATFORM/ANDROIDNDK.CFG
/core_devl/trunk/CFG/PLATFORM/ANDROIDX86
/core_devl/trunk/CFG/PLATFORM/ARM9TDMI
/core_devl/trunk/CFG/PLATFORM/ARM9TDMI.CFG
/core_devl/trunk/CFG/PLATFORM/ARM_I5100
/core_devl/trunk/CFG/PLATFORM/AVR_IAR
/core_devl/trunk/CFG/PLATFORM/BORLAND
/core_devl/trunk/CFG/PLATFORM/BORLAND.CFG
/core_devl/trunk/CFG/PLATFORM/CMOS386
/core_devl/trunk/CFG/PLATFORM/CMOS68K
/core_devl/trunk/CFG/PLATFORM/COBRA
/core_devl/trunk/CFG/PLATFORM/COBRA.CFG
/core_devl/trunk/CFG/PLATFORM/COBRA2
/core_devl/trunk/CFG/PLATFORM/COBRA2.CFG
/core_devl/trunk/CFG/PLATFORM/CORTEXM3_IAR
/core_devl/trunk/CFG/PLATFORM/CSHARP
/core_devl/trunk/CFG/PLATFORM/CSHARP.CFG
/core_devl/trunk/CFG/PLATFORM/CSHARP2005
/core_devl/trunk/CFG/PLATFORM/CSHARP2005.CFG
/core_devl/trunk/CFG/PLATFORM/CSHARP2008
/core_devl/trunk/CFG/PLATFORM/CSHARP2008.CFG
/core_devl/trunk/CFG/PLATFORM/CSHARP2010
/core_devl/trunk/CFG/PLATFORM/CSHARP2010.CFG
/core_devl/trunk/CFG/PLATFORM/CSHARP2012
/core_devl/trunk/CFG/PLATFORM/CSHARP2012.CFG
/core_devl/trunk/CFG/PLATFORM/CSHARP2015
/core_devl/trunk/CFG/PLATFORM/CSHARP2015.CFG
/core_devl/trunk/CFG/PLATFORM/DAFBR_MOS
/core_devl/trunk/CFG/PLATFORM/DAFBR_WIN
/core_devl/trunk/CFG/PLATFORM/DELPHI7
/core_devl/trunk/CFG/PLATFORM/DELPHI7.CFG
/core_devl/trunk/CFG/PLATFORM/DEVLINUX.CFG
/core_devl/trunk/CFG/PLATFORM/DF4OBE
/core_devl/trunk/CFG/PLATFORM/DOS16
/core_devl/trunk/CFG/PLATFORM/DOS32
/core_devl/trunk/CFG/PLATFORM/EEPP386
/core_devl/trunk/CFG/PLATFORM/EETP386
/core_devl/trunk/CFG/PLATFORM/EOS
/core_devl/trunk/CFG/PLATFORM/EOSM68K
/core_devl/trunk/CFG/PLATFORM/EOSP386
/core_devl/trunk/CFG/PLATFORM/GENERIC
/core_devl/trunk/CFG/PLATFORM/GENERICS.CFG
/core_devl/trunk/CFG/PLATFORM/GMPCA
/core_devl/trunk/CFG/PLATFORM/GO32
/core_devl/trunk/CFG/PLATFORM/H400
/core_devl/trunk/CFG/PLATFORM/H8S
/core_devl/trunk/CFG/PLATFORM/HAMMERHEAD
/core_devl/trunk/CFG/PLATFORM/HK386PC
/core_devl/trunk/CFG/PLATFORM/HKAVM
/core_devl/trunk/CFG/PLATFORM/HKAVM2
/core_devl/trunk/CFG/PLATFORM/HKBCP
/core_devl/trunk/CFG/PLATFORM/HKDDU
/core_devl/trunk/CFG/PLATFORM/HKGAK
/core_devl/trunk/CFG/PLATFORM/HKMPR
/core_devl/trunk/CFG/PLATFORM/HKPCA
/core_devl/trunk/CFG/PLATFORM/INGEN
/core_devl/trunk/CFG/PLATFORM/INTELLECT
/core_devl/trunk/CFG/PLATFORM/JAVA
/core_devl/trunk/CFG/PLATFORM/LINUX.CFG
/core_devl/trunk/CFG/PLATFORM/LINUX86
/core_devl/trunk/CFG/PLATFORM/LINUX_ARMV4
/core_devl/trunk/CFG/PLATFORM/LINUX_EMU
/core_devl/trunk/CFG/PLATFORM/LINUX_EMU.CFG
/core_devl/trunk/CFG/PLATFORM/LINUX_ETX
/core_devl/trunk/CFG/PLATFORM/LINUX_ETX.CFG
/core_devl/trunk/CFG/PLATFORM/LINUX_I386
/core_devl/trunk/CFG/PLATFORM/LINUX_I386.CFG
/core_devl/trunk/CFG/PLATFORM/LMOS.CFG
/core_devl/trunk/CFG/PLATFORM/LMOS_ARM9TDMI.CFG
/core_devl/trunk/CFG/PLATFORM/LMOS_COBRA.CFG
/core_devl/trunk/CFG/PLATFORM/LMOS_COBRA2.CFG
/core_devl/trunk/CFG/PLATFORM/LMOS_DEVLINUX.CFG
/core_devl/trunk/CFG/PLATFORM/LMOS_LINUX_EMU.CFG
/core_devl/trunk/CFG/PLATFORM/LMOS_LINUX_ETX.CFG
/core_devl/trunk/CFG/PLATFORM/LMOS_PPC_603E.CFG
/core_devl/trunk/CFG/PLATFORM/LMOS_UBUNTU12.CFG
/core_devl/trunk/CFG/PLATFORM/LMOS_VIPER2.CFG
/core_devl/trunk/CFG/PLATFORM/MCR
/core_devl/trunk/CFG/PLATFORM/MERG
/core_devl/trunk/CFG/PLATFORM/MOS68K
/core_devl/trunk/CFG/PLATFORM/MOS68KRM
/core_devl/trunk/CFG/PLATFORM/MOSCF
/core_devl/trunk/CFG/PLATFORM/MPT
/core_devl/trunk/CFG/PLATFORM/MSWIN32.CFG
/core_devl/trunk/CFG/PLATFORM/MSWIN64.CFG
/core_devl/trunk/CFG/PLATFORM/NGBCP
/core_devl/trunk/CFG/PLATFORM/NGDDU
/core_devl/trunk/CFG/PLATFORM/PHARLAP
/core_devl/trunk/CFG/PLATFORM/PHARLAP.CFG
/core_devl/trunk/CFG/PLATFORM/PHP
/core_devl/trunk/CFG/PLATFORM/PLATFORM_CFG.PM
/core_devl/trunk/CFG/PLATFORM/PPC_603E
/core_devl/trunk/CFG/PLATFORM/PPC_603E.CFG
/core_devl/trunk/CFG/PLATFORM/RHEL7
/core_devl/trunk/CFG/PLATFORM/RHEL7.CFG
/core_devl/trunk/CFG/PLATFORM/RIORDS
/core_devl/trunk/CFG/PLATFORM/SK20
/core_devl/trunk/CFG/PLATFORM/SK20.CFG
/core_devl/trunk/CFG/PLATFORM/SK20V41
/core_devl/trunk/CFG/PLATFORM/SK20V41.CFG
/core_devl/trunk/CFG/PLATFORM/SOLARIS
/core_devl/trunk/CFG/PLATFORM/SOLARIS.CFG
/core_devl/trunk/CFG/PLATFORM/SOLARIS10_SPARC32
/core_devl/trunk/CFG/PLATFORM/SOLARIS10_SPARC32.CFG
/core_devl/trunk/CFG/PLATFORM/SOLARIS10_SPARC64
/core_devl/trunk/CFG/PLATFORM/SOLARIS10_SPARC64.CFG
/core_devl/trunk/CFG/PLATFORM/SOLARIS10_X64
/core_devl/trunk/CFG/PLATFORM/SOLARIS10_X64.CFG
/core_devl/trunk/CFG/PLATFORM/SOLARIS10_X86
/core_devl/trunk/CFG/PLATFORM/SOLARIS10_X86.CFG
/core_devl/trunk/CFG/PLATFORM/SOLARIS8_SPARC32
/core_devl/trunk/CFG/PLATFORM/SOLARIS8_SPARC32.CFG
/core_devl/trunk/CFG/PLATFORM/SOLARIS_I386
/core_devl/trunk/CFG/PLATFORM/SOLARIS_SPARC
/core_devl/trunk/CFG/PLATFORM/THYRON
/core_devl/trunk/CFG/PLATFORM/UBUNTU12
/core_devl/trunk/CFG/PLATFORM/UBUNTU12.CFG
/core_devl/trunk/CFG/PLATFORM/UBUNTU12C11
/core_devl/trunk/CFG/PLATFORM/UBUNTU12C11.CFG
/core_devl/trunk/CFG/PLATFORM/UBUNTU12C11_INSTRUMENT
/core_devl/trunk/CFG/PLATFORM/UBUNTU12C11_INSTRUMENT.CFG
/core_devl/trunk/CFG/PLATFORM/UBUNTU12_INSTRUMENT
/core_devl/trunk/CFG/PLATFORM/UBUNTU12_INSTRUMENT.CFG
/core_devl/trunk/CFG/PLATFORM/UBUNTU14
/core_devl/trunk/CFG/PLATFORM/UBUNTU14.CFG
/core_devl/trunk/CFG/PLATFORM/UBUNTU14_INSTRUMENT
/core_devl/trunk/CFG/PLATFORM/UBUNTU14_INSTRUMENT.CFG
/core_devl/trunk/CFG/PLATFORM/UBUNTU16
/core_devl/trunk/CFG/PLATFORM/UBUNTU16.CFG
/core_devl/trunk/CFG/PLATFORM/UBUNTU16_INSTRUMENT
/core_devl/trunk/CFG/PLATFORM/UBUNTU16_INSTRUMENT.CFG
/core_devl/trunk/CFG/PLATFORM/UNIX
/core_devl/trunk/CFG/PLATFORM/VB6
/core_devl/trunk/CFG/PLATFORM/VB6.CFG
/core_devl/trunk/CFG/PLATFORM/VERIX
/core_devl/trunk/CFG/PLATFORM/VIPER2
/core_devl/trunk/CFG/PLATFORM/VIPER2.CFG
/core_devl/trunk/CFG/PLATFORM/VIXITP
/core_devl/trunk/CFG/PLATFORM/VS2003
/core_devl/trunk/CFG/PLATFORM/VS2003.CFG
/core_devl/trunk/CFG/PLATFORM/VS2005
/core_devl/trunk/CFG/PLATFORM/VS2005.CFG
/core_devl/trunk/CFG/PLATFORM/VS2008
/core_devl/trunk/CFG/PLATFORM/VS2008.CFG
/core_devl/trunk/CFG/PLATFORM/VS2010
/core_devl/trunk/CFG/PLATFORM/VS2010.CFG
/core_devl/trunk/CFG/PLATFORM/VS2012
/core_devl/trunk/CFG/PLATFORM/VS2012.CFG
/core_devl/trunk/CFG/PLATFORM/VS2012_X64
/core_devl/trunk/CFG/PLATFORM/VS2012_X64.CFG
/core_devl/trunk/CFG/PLATFORM/VS2015
/core_devl/trunk/CFG/PLATFORM/VS2015.CFG
/core_devl/trunk/CFG/PLATFORM/VS2015_X64
/core_devl/trunk/CFG/PLATFORM/VS2015_X64.CFG
/core_devl/trunk/CFG/PLATFORM/VSDEVRC
/core_devl/trunk/CFG/PLATFORM/WCEIPA280
/core_devl/trunk/CFG/PLATFORM/WCEIT3000
/core_devl/trunk/CFG/PLATFORM/WCENAUTIZX5
/core_devl/trunk/CFG/PLATFORM/WCEPA961
/core_devl/trunk/CFG/PLATFORM/WCEPA962
/core_devl/trunk/CFG/PLATFORM/WCEPA962_500
/core_devl/trunk/CFG/PLATFORM/WCEPCM7220
/core_devl/trunk/CFG/PLATFORM/WCEPSION_420
/core_devl/trunk/CFG/PLATFORM/WCEPSION_500
/core_devl/trunk/CFG/PLATFORM/WCEPSION_500_VS2005
/core_devl/trunk/CFG/PLATFORM/WCEPSION_500_emu
/core_devl/trunk/CFG/PLATFORM/WCEPSPC_arm
/core_devl/trunk/CFG/PLATFORM/WCEPSPC_emu
/core_devl/trunk/CFG/PLATFORM/WCEX86A420
/core_devl/trunk/CFG/PLATFORM/WCEX86A500
/core_devl/trunk/CFG/PLATFORM/WCEX86A500_SOM4455
/core_devl/trunk/CFG/PLATFORM/WIN32
/core_devl/trunk/CFG/PLATFORM/WIN32.CFG
/core_devl/trunk/CFG/PLATFORM/WINCE.CFG
/core_devl/trunk/CFG/PLATFORM/Wce
/core_devl/trunk/CFG/TOOLSET/ACEX.DEF
/core_devl/trunk/CFG/TOOLSET/ACEX.PL
/core_devl/trunk/CFG/TOOLSET/ACEX.RUL
/core_devl/trunk/CFG/TOOLSET/ANDROID.DEF
/core_devl/trunk/CFG/TOOLSET/ANDROID.PL
/core_devl/trunk/CFG/TOOLSET/ARM251.DEF
/core_devl/trunk/CFG/TOOLSET/ARM251.PL
/core_devl/trunk/CFG/TOOLSET/ARM251.RUL
/core_devl/trunk/CFG/TOOLSET/AVR32_GNU.DEF
/core_devl/trunk/CFG/TOOLSET/AVR32_GNU.PL
/core_devl/trunk/CFG/TOOLSET/AVR32_GNU.RUL
/core_devl/trunk/CFG/TOOLSET/AVR_IAR
/core_devl/trunk/CFG/TOOLSET/AVR_IAR.DEF
/core_devl/trunk/CFG/TOOLSET/AVR_IAR.RUL
/core_devl/trunk/CFG/TOOLSET/BORLAND.DEF
/core_devl/trunk/CFG/TOOLSET/BORLAND.PL
/core_devl/trunk/CFG/TOOLSET/BORLAND.RUL
/core_devl/trunk/CFG/TOOLSET/CORTEXM3_IAR.DEF
/core_devl/trunk/CFG/TOOLSET/CORTEXM3_IAR.PL
/core_devl/trunk/CFG/TOOLSET/CSHARP.DEF
/core_devl/trunk/CFG/TOOLSET/CSHARP.RUL
/core_devl/trunk/CFG/TOOLSET/CSHARP2005.DEF
/core_devl/trunk/CFG/TOOLSET/CSHARP2008.DEF
/core_devl/trunk/CFG/TOOLSET/CSHARP2010.DEF
/core_devl/trunk/CFG/TOOLSET/CSHARP2012.DEF
/core_devl/trunk/CFG/TOOLSET/CSHARP2015.DEF
/core_devl/trunk/CFG/TOOLSET/CYGNUS_THYRON.DEF
/core_devl/trunk/CFG/TOOLSET/CYGNUS_THYRON.RUL
/core_devl/trunk/CFG/TOOLSET/DAFBR
/core_devl/trunk/CFG/TOOLSET/DAFBR.DEF
/core_devl/trunk/CFG/TOOLSET/DAFBR.RUL
/core_devl/trunk/CFG/TOOLSET/DELPHI7.DEF
/core_devl/trunk/CFG/TOOLSET/DELPHI7.RUL
/core_devl/trunk/CFG/TOOLSET/DJGPP.DEF
/core_devl/trunk/CFG/TOOLSET/DJGPP.RUL
/core_devl/trunk/CFG/TOOLSET/GCC.DEF
/core_devl/trunk/CFG/TOOLSET/GCC.PL
/core_devl/trunk/CFG/TOOLSET/GCC.RUL
/core_devl/trunk/CFG/TOOLSET/GENERIC
/core_devl/trunk/CFG/TOOLSET/GNUPRO_H8.DEF
/core_devl/trunk/CFG/TOOLSET/GNUPRO_H8.RUL
/core_devl/trunk/CFG/TOOLSET/INTELLECT.PL
/core_devl/trunk/CFG/TOOLSET/JAVA.DEF
/core_devl/trunk/CFG/TOOLSET/JAVA.PL
/core_devl/trunk/CFG/TOOLSET/KEILARMV3.DEF
/core_devl/trunk/CFG/TOOLSET/KEILARMV3.RUL
/core_devl/trunk/CFG/TOOLSET/KeilARMV43A.DEF
/core_devl/trunk/CFG/TOOLSET/MOS_MRI.PL
/core_devl/trunk/CFG/TOOLSET/MOS_MRI.RUL
/core_devl/trunk/CFG/TOOLSET/MOS_MRI_68K.DEF
/core_devl/trunk/CFG/TOOLSET/MOS_MRI_CF.DEF
/core_devl/trunk/CFG/TOOLSET/MRI68K.DEF
/core_devl/trunk/CFG/TOOLSET/MRI68K.RUL
/core_devl/trunk/CFG/TOOLSET/MSP430.DEF
/core_devl/trunk/CFG/TOOLSET/MSP430.PL
/core_devl/trunk/CFG/TOOLSET/MSP430.RUL
/core_devl/trunk/CFG/TOOLSET/MugFiles.pl
/core_devl/trunk/CFG/TOOLSET/PD386.DEF
/core_devl/trunk/CFG/TOOLSET/PD386.RUL
/core_devl/trunk/CFG/TOOLSET/PHARLAP.DEF
/core_devl/trunk/CFG/TOOLSET/PHARLAP.PL
/core_devl/trunk/CFG/TOOLSET/PHARLAP.RUL
/core_devl/trunk/CFG/TOOLSET/PHP.PL
/core_devl/trunk/CFG/TOOLSET/SUNWORKS.DEF
/core_devl/trunk/CFG/TOOLSET/SUNWORKS.RUL
/core_devl/trunk/CFG/TOOLSET/VCEMBEDDED2005.DEF
/core_devl/trunk/CFG/TOOLSET/VCWCE.DEF
/core_devl/trunk/CFG/TOOLSET/VCWCE.RUL
/core_devl/trunk/CFG/TOOLSET/VCWIN32.DEF
/core_devl/trunk/CFG/TOOLSET/VCWIN32.PL
/core_devl/trunk/CFG/TOOLSET/VCWIN32.RUL
/core_devl/trunk/CFG/TOOLSET/VCWIN32_NET2003.DEF
/core_devl/trunk/CFG/TOOLSET/VCWIN32_NET2005.DEF
/core_devl/trunk/CFG/TOOLSET/VCWIN32_NET2008.DEF
/core_devl/trunk/CFG/TOOLSET/VCWIN32_NET2010.DEF
/core_devl/trunk/CFG/TOOLSET/VCWIN32_NET2012.DEF
/core_devl/trunk/CFG/TOOLSET/VCWIN64.RUL
/core_devl/trunk/CFG/TOOLSET/VERIX.DEF
/core_devl/trunk/CFG/TOOLSET/VERIX.PL
/core_devl/trunk/CFG/TOOLSET/VERIX.RUL
/core_devl/trunk/CFG/TOOLSET/VISUALBASIC.DEF
/core_devl/trunk/CFG/TOOLSET/VISUALBASIC.RUL
/core_devl/trunk/CFG/TOOLSET/VS2012_X64.DEF
/core_devl/trunk/CFG/TOOLSET/VS2015.DEF
/core_devl/trunk/CFG/TOOLSET/VS2015_X64.DEF
/core_devl/trunk/CFG/TOOLSET/WC386.DEF
/core_devl/trunk/CFG/TOOLSET/WC386.RUL
/core_devl/trunk/CFG/TOOLSET/WC4GW.DEF
/core_devl/trunk/CFG/TOOLSET/WCDOS.DEF
/core_devl/trunk/CFG/TOOLSET/WCDOS.RUL
/core_devl/trunk/CFG/TOOLSET/cppcheck
/core_devl/trunk/CFG/TOOLSET/exctags.rul
/core_devl/trunk/CFG/TOOLSET/gnu_mpt.def
/core_devl/trunk/CFG/TOOLSET/gnu_mpt.rul
/core_devl/trunk/CFG/TOOLSET/keilc51v41.DEF
/core_devl/trunk/CFG/TOOLSET/keilc51v41.RUL
/core_devl/trunk/CFG/TOOLSET/m16c.def
/core_devl/trunk/CFG/TOOLSET/m16c.pl
/core_devl/trunk/CFG/TOOLSET/m16c.rul
/core_devl/trunk/CFG/TOOLSET/pclint.rul
/core_devl/trunk/ChangeLog.txt
/core_devl/trunk/TEMPLATES/DebianPackage/build_test.pl
/core_devl/trunk/TEMPLATES/DebianPackage/src/PackageApp.pl
/core_devl/trunk/TEMPLATES/DebianPackage/src/makefile.pl
/core_devl/trunk/TEMPLATES/basic/build_test.pl
/core_devl/trunk/TEMPLATES/basic/makefile.pl
/core_devl/trunk/TEMPLATES/basic/src/makefile.pl
/core_devl/trunk/TEMPLATES/daf-basic/build_test.pl
/core_devl/trunk/TEMPLATES/daf-basic/makefile.pl
/core_devl/trunk/TEMPLATES/daf-basic/src/makefile.pl
/core_devl/trunk/TEMPLATES/generic/build_test.pl
/core_devl/trunk/TEMPLATES/generic/src/makefile.pl
/core_devl/trunk/TEMPLATES/mos-thx/build_test.pl
/core_devl/trunk/TEMPLATES/mos-thx/static-lib/makefile.pl
/core_devl/trunk/TEMPLATES/mos-thx/thx-module/makefile.pl
/core_devl/trunk/TEMPLATES/warnings.mri
/core_devl/trunk/TEST/Test_RelPath.pl
/core_devl/trunk/TEST/jats-win-solaris/build_test.pl
/core_devl/trunk/TEST/jats-win-solaris/makefile.pl
/core_devl/trunk/TEST/jats-win-solaris/src/makefile.pl
/core_devl/trunk/TOOLS/DEPLOY/deploylib_cclabel.pl
/core_devl/trunk/TOOLS/DEPLOY/findreplacetag.pl
/core_devl/trunk/TOOLS/DEPLOY/findreplacetag.sh
/core_devl/trunk/TOOLS/LIB/ArrayHashUtils.pm
/core_devl/trunk/TOOLS/LIB/BuildName.pm
/core_devl/trunk/TOOLS/LIB/BuildVersion.pm
/core_devl/trunk/TOOLS/LIB/ConfigurationFile.pm
/core_devl/trunk/TOOLS/LIB/DBI.pm
/core_devl/trunk/TOOLS/LIB/FileUtils.pm
/core_devl/trunk/TOOLS/LIB/JatsBuildFiles.pm
/core_devl/trunk/TOOLS/LIB/JatsCopy.pm
/core_devl/trunk/TOOLS/LIB/JatsDPackage.pm
/core_devl/trunk/TOOLS/LIB/JatsDocTools/JatsDocTools.pm
/core_devl/trunk/TOOLS/LIB/JatsDocTools/TOC.pm
/core_devl/trunk/TOOLS/LIB/JatsDocTools/Tree/HTML.pm
/core_devl/trunk/TOOLS/LIB/JatsEnv.pm
/core_devl/trunk/TOOLS/LIB/JatsError.pm
/core_devl/trunk/TOOLS/LIB/JatsLocateFiles.pm
/core_devl/trunk/TOOLS/LIB/JatsMakeConfig.pm
/core_devl/trunk/TOOLS/LIB/JatsMakeInfo.pm
/core_devl/trunk/TOOLS/LIB/JatsProperties.pm
/core_devl/trunk/TOOLS/LIB/JatsRmApi.pm
/core_devl/trunk/TOOLS/LIB/JatsSvn.pm
/core_devl/trunk/TOOLS/LIB/JatsSvnCore.pm
/core_devl/trunk/TOOLS/LIB/JatsSystem.pm
/core_devl/trunk/TOOLS/LIB/JatsVersionUtils.pm
/core_devl/trunk/TOOLS/LIB/MakeEntry.pm
/core_devl/trunk/TOOLS/LIB/MakeIf.pm
/core_devl/trunk/TOOLS/LIB/MakeObject.pm
/core_devl/trunk/TOOLS/LIB/PackageEntry.pm
/core_devl/trunk/TOOLS/LIB/ReadBuildConfig.pm
/core_devl/trunk/TOOLS/LIB/ToolsetFiles.pm
/core_devl/trunk/TOOLS/LIB/ToolsetPrinter.pm
/core_devl/trunk/TOOLS/LIB/UtfFilter_ant.pm
/core_devl/trunk/TOOLS/LIB/UtfFilter_internal.pm
/core_devl/trunk/TOOLS/LIB/deploylib.pm
/core_devl/trunk/TOOLS/LIB/jats_runtest.pm
/core_devl/trunk/TOOLS/LIB/jats_runtime.pm
/core_devl/trunk/TOOLS/LIB/jats_runtime_arm251.pm
/core_devl/trunk/TOOLS/LIB/jats_runutf.pm
/core_devl/trunk/TOOLS/LOCAL/IniFileTest.pl
/core_devl/trunk/TOOLS/LOCAL/LocateFilesTest.pl
/core_devl/trunk/TOOLS/LOCAL/TestStripDir.pl
/core_devl/trunk/TOOLS/LOCAL/bcc_svnconvert.pl
/core_devl/trunk/TOOLS/LOCAL/cc2svn_cctest_path.pl
/core_devl/trunk/TOOLS/LOCAL/cc2svn_cctest_paths.pl
/core_devl/trunk/TOOLS/LOCAL/cc2svn_gendata.pl
/core_devl/trunk/TOOLS/LOCAL/cc2svn_gendata_sbom.pl
/core_devl/trunk/TOOLS/LOCAL/cc2svn_importpackage.pl
/core_devl/trunk/TOOLS/LOCAL/cc2svn_importpackage2.pl
/core_devl/trunk/TOOLS/LOCAL/cc2svn_importpackage3.pl
/core_devl/trunk/TOOLS/LOCAL/cc2svn_labeldirs.pl
/core_devl/trunk/TOOLS/LOCAL/cc2svn_locateTips.pl
/core_devl/trunk/TOOLS/LOCAL/cc2svn_procdata.pl
/core_devl/trunk/TOOLS/LOCAL/cc2svn_reposcan.pl
/core_devl/trunk/TOOLS/LOCAL/cc2svn_rollbackrm.pl
/core_devl/trunk/TOOLS/LOCAL/cc2svn_updaterm.pl
/core_devl/trunk/TOOLS/LOCAL/cc2svn_updatermSuck.pl
/core_devl/trunk/TOOLS/LOCAL/cc_find_roots.pl
/core_devl/trunk/TOOLS/LOCAL/cc_tear_down.pl
/core_devl/trunk/TOOLS/LOCAL/doit.pl
/core_devl/trunk/TOOLS/LOCAL/dump_mug.pl
/core_devl/trunk/TOOLS/LOCAL/escrow_p1.pl
/core_devl/trunk/TOOLS/LOCAL/escrow_test.pl
/core_devl/trunk/TOOLS/LOCAL/extract_depends.pl
/core_devl/trunk/TOOLS/LOCAL/extract_raw.pl
/core_devl/trunk/TOOLS/LOCAL/extract_users.pl
/core_devl/trunk/TOOLS/LOCAL/extract_uses.silly.pl
/core_devl/trunk/TOOLS/LOCAL/extract_version_history.pl
/core_devl/trunk/TOOLS/LOCAL/find_vob_root.pl
/core_devl/trunk/TOOLS/LOCAL/gen_build_status_page.pl
/core_devl/trunk/TOOLS/LOCAL/gen_source_file_list.pl
/core_devl/trunk/TOOLS/LOCAL/getDoc.pl
/core_devl/trunk/TOOLS/LOCAL/jats_build_a_wip.pl
/core_devl/trunk/TOOLS/LOCAL/jats_build_a_wip_by_name.pl
/core_devl/trunk/TOOLS/LOCAL/jats_ccrelease_dynamic.pl
/core_devl/trunk/TOOLS/LOCAL/jats_ccview.pl
/core_devl/trunk/TOOLS/LOCAL/jats_cmdfile.pm
/core_devl/trunk/TOOLS/LOCAL/jats_convert_build.pl
/core_devl/trunk/TOOLS/LOCAL/jats_convert_release.pl
/core_devl/trunk/TOOLS/LOCAL/jats_deploy.pl
/core_devl/trunk/TOOLS/LOCAL/jats_dm_play01.pl
/core_devl/trunk/TOOLS/LOCAL/jats_dm_play02.pl
/core_devl/trunk/TOOLS/LOCAL/jats_get_build_info.pl
/core_devl/trunk/TOOLS/LOCAL/jats_merge_build.pl
/core_devl/trunk/TOOLS/LOCAL/jats_rm_play.pl
/core_devl/trunk/TOOLS/LOCAL/jats_rm_play01.pl
/core_devl/trunk/TOOLS/LOCAL/jats_rm_play02.pl
/core_devl/trunk/TOOLS/LOCAL/jats_rm_play03.pl
/core_devl/trunk/TOOLS/LOCAL/jats_rm_play04.pl
/core_devl/trunk/TOOLS/LOCAL/jats_rm_play05.pl
/core_devl/trunk/TOOLS/LOCAL/jats_rm_play05a.pl
/core_devl/trunk/TOOLS/LOCAL/jats_rm_play06.pl
/core_devl/trunk/TOOLS/LOCAL/jats_rm_play07.pl
/core_devl/trunk/TOOLS/LOCAL/jats_rm_play08.pl
/core_devl/trunk/TOOLS/LOCAL/jats_rm_play09.pl
/core_devl/trunk/TOOLS/LOCAL/jats_rm_play09a.pl
/core_devl/trunk/TOOLS/LOCAL/jats_rm_play09b.pl
/core_devl/trunk/TOOLS/LOCAL/jats_rm_play09c.pl
/core_devl/trunk/TOOLS/LOCAL/jats_rm_play09d.1.pl
/core_devl/trunk/TOOLS/LOCAL/jats_rm_play09d.2.pl
/core_devl/trunk/TOOLS/LOCAL/jats_rm_play09d.3.pl
/core_devl/trunk/TOOLS/LOCAL/jats_rm_play09d.4.pl
/core_devl/trunk/TOOLS/LOCAL/jats_rm_play09e.1.pl
/core_devl/trunk/TOOLS/LOCAL/jats_rm_play09e.pl
/core_devl/trunk/TOOLS/LOCAL/jats_rm_play10.pl
/core_devl/trunk/TOOLS/LOCAL/jats_rm_play11.pl
/core_devl/trunk/TOOLS/LOCAL/jats_rm_play12.pl
/core_devl/trunk/TOOLS/LOCAL/jats_rm_play13.pl
/core_devl/trunk/TOOLS/LOCAL/jats_rm_play14.pl
/core_devl/trunk/TOOLS/LOCAL/jats_rm_play15.pl
/core_devl/trunk/TOOLS/LOCAL/jats_rm_play16.pl
/core_devl/trunk/TOOLS/LOCAL/jats_rm_play16a.pl
/core_devl/trunk/TOOLS/LOCAL/jats_rm_play16b.pl
/core_devl/trunk/TOOLS/LOCAL/jats_rm_play17.pl
/core_devl/trunk/TOOLS/LOCAL/jats_rm_play17a.pl
/core_devl/trunk/TOOLS/LOCAL/jats_rm_play18.pl
/core_devl/trunk/TOOLS/LOCAL/jats_rm_play18a.pl
/core_devl/trunk/TOOLS/LOCAL/jats_rm_play18b.pl
/core_devl/trunk/TOOLS/LOCAL/jats_rm_play19.pl
/core_devl/trunk/TOOLS/LOCAL/jats_rm_play19a.pl
/core_devl/trunk/TOOLS/LOCAL/jats_rm_play20.pl
/core_devl/trunk/TOOLS/LOCAL/jats_rm_play21.pl
/core_devl/trunk/TOOLS/LOCAL/jats_rm_play22.pl
/core_devl/trunk/TOOLS/LOCAL/jats_rm_play23a.pl
/core_devl/trunk/TOOLS/LOCAL/jats_rm_play23b.pl
/core_devl/trunk/TOOLS/LOCAL/jats_rm_play24.pl
/core_devl/trunk/TOOLS/LOCAL/jats_rm_play25.pl
/core_devl/trunk/TOOLS/LOCAL/jats_rm_play26.pl
/core_devl/trunk/TOOLS/LOCAL/jats_rm_play27.pl
/core_devl/trunk/TOOLS/LOCAL/jats_rm_sits_legacy_sanity.pl
/core_devl/trunk/TOOLS/LOCAL/jats_svn_list.pl
/core_devl/trunk/TOOLS/LOCAL/locatefiles.pl
/core_devl/trunk/TOOLS/LOCAL/new_toolset_def.pl
/core_devl/trunk/TOOLS/LOCAL/svn2svn_updaterm.pl
/core_devl/trunk/TOOLS/LOCAL/svn_pump.pl
/core_devl/trunk/TOOLS/LOCAL/svn_pump2.pl
/core_devl/trunk/TOOLS/LOCAL/test_pod_html.pl
/core_devl/trunk/TOOLS/POD/OverView.pod
/core_devl/trunk/TOOLS/RELEASENOTES/process_release_notes.pl
/core_devl/trunk/TOOLS/armerge
/core_devl/trunk/TOOLS/assemble_dpkg.pl
/core_devl/trunk/TOOLS/buildlib.pl
/core_devl/trunk/TOOLS/cache_dpkg.pl
/core_devl/trunk/TOOLS/checkRelease.pl
/core_devl/trunk/TOOLS/common.pl
/core_devl/trunk/TOOLS/create_dpkg.pl
/core_devl/trunk/TOOLS/dstatus.pl
/core_devl/trunk/TOOLS/escrow.pl
/core_devl/trunk/TOOLS/gen_cots.pl
/core_devl/trunk/TOOLS/gen_dirlist.pl
/core_devl/trunk/TOOLS/gen_metrics.pl
/core_devl/trunk/TOOLS/gen_msprojects.pl
/core_devl/trunk/TOOLS/gen_packagelist.pl
/core_devl/trunk/TOOLS/gen_winrc.pl
/core_devl/trunk/TOOLS/installpkg.pl
/core_devl/trunk/TOOLS/jats.bat
/core_devl/trunk/TOOLS/jats.pl
/core_devl/trunk/TOOLS/jats_buildlinux.pl
/core_devl/trunk/TOOLS/jats_buildperl.pl
/core_devl/trunk/TOOLS/jats_ccdelete_view.pl
/core_devl/trunk/TOOLS/jats_cclabel.pl
/core_devl/trunk/TOOLS/jats_ccmerge_build.pl
/core_devl/trunk/TOOLS/jats_ccrelease.pl
/core_devl/trunk/TOOLS/jats_ccsave_build.pl
/core_devl/trunk/TOOLS/jats_deploy_builder.pl
/core_devl/trunk/TOOLS/jats_echo.pl
/core_devl/trunk/TOOLS/jats_gen_releasenote.pl
/core_devl/trunk/TOOLS/jats_generate_bom.pl
/core_devl/trunk/TOOLS/jats_generate_deployable.pl
/core_devl/trunk/TOOLS/jats_get_releasenote_data.pl
/core_devl/trunk/TOOLS/jats_help.pl
/core_devl/trunk/TOOLS/jats_lib_scan.pl
/core_devl/trunk/TOOLS/jats_manifest.pl
/core_devl/trunk/TOOLS/jats_metrics.pl
/core_devl/trunk/TOOLS/jats_rewrite.pl
/core_devl/trunk/TOOLS/jats_rtag_extract.pl
/core_devl/trunk/TOOLS/jats_sandbox.pl
/core_devl/trunk/TOOLS/jats_svn.pl
/core_devl/trunk/TOOLS/jats_svnlabel.pl
/core_devl/trunk/TOOLS/jats_svnrelease.pl
/core_devl/trunk/TOOLS/jats_svnsave_build.pl
/core_devl/trunk/TOOLS/jats_transform_file.pl
/core_devl/trunk/TOOLS/jats_update_release.pl
/core_devl/trunk/TOOLS/jats_upddep.pl
/core_devl/trunk/TOOLS/jats_vars.pl
/core_devl/trunk/TOOLS/jats_vcsdiff.pl
/core_devl/trunk/TOOLS/jats_vcsrelease.pl
/core_devl/trunk/TOOLS/jats_vcssave_build.pl
/core_devl/trunk/TOOLS/jmake.pl
/core_devl/trunk/TOOLS/makelib.pl
/core_devl/trunk/TOOLS/makelib.pl2
/core_devl/trunk/TOOLS/test_cqconnection.pl
/core_devl/trunk/TOOLS/test_rmconnection.pl
/core_devl/trunk/UTILS/DBI-JDBC/src/makefile.pl
/core_devl/trunk/UTILS/checkReg/build_test.pl
/core_devl/trunk/UTILS/checkReg/src/checkReg.c
/core_devl/trunk/UTILS/checkReg/src/makefile.pl
/core_devl/trunk/UTILS/timeout/build_test.pl
/core_devl/trunk/UTILS/timeout/src/makefile.pl
/core_devl/trunk/UTILS/timeout/src/timeout_unix.c
/core_devl/trunk/UTILS/timeout/src/timeout_win32.cpp
/core_devl/trunk/build.pl
6133 3127 d 20 h dpurdie /core_devl/trunk/ ------------------------------------------------------------------------
Version: 3.13.6000.cr Released: 04-May-17
------------------------------------------------------------------------

Minor changes:
* Makefile directive: PackageFiles
Added option: --PreserveSymlinks.
Used internally for preserving symlinks when building SDKs

* Utility: jats_generate_deployable
Ongoing improvements.

Internal:
Class: JatsCopy::CopyDir
Added options
NoRecurse
NoSubDirList


------------------------------------------------------------------------
Version: 3.13.5000.cr Released: 13-Apr-17
------------------------------------------------------------------------

Minor changes:
* Makefiles: Enhanced platform specifier
Allows mixed use of included and excluded platform names.
ie: Src ('DEVLINUX,!UBUNUT12', .... )

* New Utilities: jats_generate_deployable, jats_generate_bom
Experimental utilities for generation of BOMS

------------------------------------------------------------------------
Version: 3.13.4000.cr Released: 31-Mar-17
------------------------------------------------------------------------

Minor changes:
* Build Files. BuildSrcArchive
Exclude .svn sub directories.

* Utility: jats_sandbox
Improved behaviour of packages that do not build with the current
build filters. They will be silently skipped and not create
build errors.

* Build Files - New alias : INSTRUMENT
This is an alias for active instrumented build targets

* Build Files - New directive : BuildAliasDef
Shorthand for
BuildAlias ('xxx,--Define', ... );
This is the preferred method for defining aliases

* Build Files - BuildAlias directive
The build alias has been extended to support the use of a '!' operator
This allows one, or more platforms to be removed from a definition.
Examples:
BuildAlias( 'A1,--Define', 'DEVLINUX,!ARM9TDMI');
BuildAliasDef ('A1', 'DEVLINUX,!ARM9TDMI');
All platforms covered by the DEVLINUX alias, except ARM9TDMI

BuildAlias( 'A2,--Define', '!ARM9TDMI');
BuildAliasDef( 'A2', '!ARM9TDMI');
All active platforms, except the ARM9TDMI.

* Platforms: GENERIC_XXX
Improved operation of machType based generic platforms when used within the
build system.

Experimental:
* Support for Red Hat Enterprise Linux 7
Compiler is supported via the new platform RHEL7
Jats support is provided via a machine type of linux_x64.
This will change

------------------------------------------------------------------------
Version: 3.13.3000.cr Released: 13-Mar-17
------------------------------------------------------------------------

Minor changes:
* Build Files. BuildSrcArchive
Added a 'platform' argument. It is only used on build machines to
prevent the archive being build on multiple machines.

------------------------------------------------------------------------
Version: 3.13.1000.cr Released: 01-Mar-17
------------------------------------------------------------------------

Minor changes:
* Directive: MakePerlModule
Fixed build issues associated with building Perl Modules under VS2012.
Minor differences in the operation of nmake.

* Build Files
Handle build.pl files with out a BuildInterface directive
Will force an interface directory called 'interface'

Modified parsing of the BuildName to handle some instances of
incorrect use of the '--RelaxedVersion' option.

Note: This option is to be deprecated. Do not use it.
Jats will handle '.cots' packages correctly by itself.

* New Platforms: GENERIC_XXX
A collection of platforms (Alias of GENERICS) that provide an architecture
specific build target. The name of the target is created by joining the
keyword GENERIC_ with the Jats Machine Type.
ie: GENERIC_WIN32, GENERIC_LINUX_I386, GENERIC_LINUX_X64

These targets cannot be mixed with non-generic targets (on the same machine), nor the GENERIC
build target. It is possible to mix GENERIC_WIN32 with UBUNTU16 as they appear on
different architectures.

The targets function is in a similar manner to the GENERIC build target, but
are directed to one or more machines.

Intended uses:
Windows: Creating installers.
The NSIS builder does not require a compiler toolchain.

All: Specialized packaging.

* Makefiles
New option in the platform specifier. --Alias=alias1[:alias2]*
Allows the directive to be true if the current build has the specified alias.
Eg:
PackageFile ('--Alias=TOOLSET',DEVLINUX', ...)
Will package the file(s) if the current build is for a platform that is
a part of the TOOLSET alias AND is also member of the DEVLINUX alias.
It could also have been written as:
PackageFile ('--Alias=TOOLSET',--Alias=DEVLINUX', ...)
but NOT as:
PackageFile ('--Alias=TOOLSET:DEVLINUX', ...)
PackageFile ('TOOLSET,DEVLINUX', ...)
as these will be true if current platform is a TOOLSET or DEVLINUX

* Utility: sandbox
Subcommand info
- Added option to test fingerprints
- Display status in a column for easy reading

------------------------------------------------------------------------
Version: 3.13.0000.cr Released: 20-Feb-17
------------------------------------------------------------------------

Minor changes:
* New build.pl directive BuilToolset.
This directive will enable the generation of the TOOLSET alias.
Provides a sanity test to ensure that tools can be built.
Includes options to limit use to specific architectures

* Support for building many of the platforms on a linux_x64 based machine
Previously many of the compiler were limited to the Ubuntu12 machines.
These can now be built on an Ubuntu16 based machine.

* GenerateFiles directive
Added --Var(Toolset) and --Var(Native).

* Utility: sandbox
Added a 'fingerprint' command to manipulate packages fingerprints.

Sped up the location of build files. The results are cached and
recalulated if the user adds or removes packages from the sandbox.

Internal changes:
* Centralizing build platform information.
 
/core_devl/trunk/CFG/PLATFORM/CSHARP2015
/core_devl/trunk/CFG/PLATFORM/CSHARP2015.CFG
/core_devl/trunk/CFG/PLATFORM/GENERICS.CFG
/core_devl/trunk/CFG/PLATFORM/LMOS_COBRA2.CFG
/core_devl/trunk/CFG/PLATFORM/LMOS_VIPER2.CFG
/core_devl/trunk/CFG/PLATFORM/RHEL7
/core_devl/trunk/CFG/PLATFORM/RHEL7.CFG
/core_devl/trunk/CFG/PLATFORM/UBUNTU16
/core_devl/trunk/CFG/PLATFORM/UBUNTU16.CFG
/core_devl/trunk/CFG/PLATFORM/UBUNTU16_INSTRUMENT
/core_devl/trunk/CFG/PLATFORM/UBUNTU16_INSTRUMENT.CFG
/core_devl/trunk/CFG/PLATFORM/VS2015
/core_devl/trunk/CFG/PLATFORM/VS2015.CFG
/core_devl/trunk/CFG/PLATFORM/VS2015_X64
/core_devl/trunk/CFG/PLATFORM/VS2015_X64.CFG
/core_devl/trunk/CFG/TOOLSET/CSHARP2015.DEF
/core_devl/trunk/CFG/TOOLSET/VS2015.DEF
/core_devl/trunk/CFG/TOOLSET/VS2015_X64.DEF
/core_devl/trunk/TOOLS/LIB/ToolsetFiles.pm
/core_devl/trunk/TOOLS/jats_generate_bom.pl
/core_devl/trunk/TOOLS/jats_generate_deployable.pl
/core_devl/trunk/CFG/PLATFORM/ANDROIDNDK.CFG
/core_devl/trunk/CFG/PLATFORM/CSHARP.CFG
/core_devl/trunk/CFG/PLATFORM/CSHARP2005.CFG
/core_devl/trunk/CFG/PLATFORM/CSHARP2008.CFG
/core_devl/trunk/CFG/PLATFORM/CSHARP2010.CFG
/core_devl/trunk/CFG/PLATFORM/CSHARP2012.CFG
/core_devl/trunk/CFG/PLATFORM/DEVLINUX.CFG
/core_devl/trunk/CFG/PLATFORM/GENERIC
/core_devl/trunk/CFG/PLATFORM/LINUX.CFG
/core_devl/trunk/CFG/PLATFORM/LMOS.CFG
/core_devl/trunk/CFG/PLATFORM/LMOS_DEVLINUX.CFG
/core_devl/trunk/CFG/PLATFORM/MSWIN32.CFG
/core_devl/trunk/CFG/PLATFORM/MSWIN64.CFG
/core_devl/trunk/CFG/PLATFORM/PLATFORM_CFG.PM
/core_devl/trunk/CFG/PLATFORM/WINCE.CFG
/core_devl/trunk/CFG/TOOLSET/CSHARP.PL
/core_devl/trunk/CFG/TOOLSET/CSHARP2012.DEF
/core_devl/trunk/CFG/TOOLSET/GCC.PL
/core_devl/trunk/CFG/TOOLSET/GENERIC
/core_devl/trunk/CFG/TOOLSET/VCWIN32.PL
/core_devl/trunk/CFG/TOOLSET/VCWIN32_NET2012.DEF
/core_devl/trunk/CFG/TOOLSET/VS2012_X64.DEF
/core_devl/trunk/ChangeLog.txt
/core_devl/trunk/TEMPLATES/INSTALL/linux.profile.jats.sh
/core_devl/trunk/TEMPLATES/INSTALL/linux.ubuntu.profile.jats.sh
/core_devl/trunk/TEMPLATES/INSTALL/linux.ubuntu_x64.profile.jats.sh
/core_devl/trunk/TOOLS/LIB/BuildName.pm
/core_devl/trunk/TOOLS/LIB/ConfigurationFile.pm
/core_devl/trunk/TOOLS/LIB/FileUtils.pm
/core_devl/trunk/TOOLS/LIB/JatsBuildFiles.pm
/core_devl/trunk/TOOLS/LIB/JatsCopy.pm
/core_devl/trunk/TOOLS/LIB/JatsMakeInfo.pm
/core_devl/trunk/TOOLS/LIB/ReadBuildConfig.pm
/core_devl/trunk/TOOLS/buildlib.pl
/core_devl/trunk/TOOLS/cache_dpkg.pl
/core_devl/trunk/TOOLS/common.pl
/core_devl/trunk/TOOLS/escrow.pl
/core_devl/trunk/TOOLS/installpkg.pl
/core_devl/trunk/TOOLS/jats_buildperl.pl
/core_devl/trunk/TOOLS/jats_sandbox.pl
/core_devl/trunk/TOOLS/jmake.pl
/core_devl/trunk/TOOLS/makelib.pl
/core_devl/trunk/TOOLS/makelib.pl2
/core_devl/trunk/build.pl
4814 3976 d 14 h dpurdie /core_devl/trunk/ Initial 64 bit support for Windows and Ubuntu  
/core_devl/trunk/CFG/PLATFORM/MSWIN64.CFG
/core_devl/trunk/CFG/PLATFORM/UBUNTU14
/core_devl/trunk/CFG/PLATFORM/UBUNTU14.CFG
/core_devl/trunk/CFG/PLATFORM/UBUNTU14_INSTRUMENT
/core_devl/trunk/CFG/PLATFORM/UBUNTU14_INSTRUMENT.CFG
/core_devl/trunk/CFG/PLATFORM/VS2012_X64
/core_devl/trunk/CFG/PLATFORM/VS2012_X64.CFG
/core_devl/trunk/CFG/TOOLSET/VCWIN64.RUL
/core_devl/trunk/CFG/TOOLSET/VS2012_X64.DEF
/core_devl/trunk/TEMPLATES/INSTALL/linux.ubuntu_x64.profile.jats.sh
/core_devl/trunk/CFG/PLATFORM/LINUX.CFG
/core_devl/trunk/CFG/PLATFORM/PLATFORM_CFG.PM
/core_devl/trunk/CFG/PLATFORM/UBUNTU12_INSTRUMENT
/core_devl/trunk/CFG/PLATFORM/UBUNTU12_INSTRUMENT.CFG
/core_devl/trunk/CFG/TOOLSET/GCC.PL
/core_devl/trunk/CFG/TOOLSET/VCWIN32.PL
/core_devl/trunk/CFG/TOOLSET/VCWIN32.RUL
/core_devl/trunk/ChangeLog.txt
/core_devl/trunk/TEMPLATES/INSTALL/linux.profile.jats.sh
/core_devl/trunk/TEMPLATES/INSTALL/linux.ubuntu.profile.jats.sh
/core_devl/trunk/TOOLS/POD/EnvVars.pod
/core_devl/trunk/TOOLS/jats.sh
/core_devl/trunk/UTILS/JatsFileUtil/build_test.pl
/core_devl/trunk/UTILS/JatsFileUtil/src/JatsFileUtilWin.c
/core_devl/trunk/UTILS/JatsFileUtil/src/makefile.pl
/core_devl/trunk/UTILS/stdmux/build_test.pl
/core_devl/trunk/UTILS/stdmux/src/makefile.pl
/core_devl/trunk/UTILS/stdmux/src/pipe_win32.c
4382 4186 d 13 h dpurdie /core_devl/trunk/ Visual Studio 2005 and above toolset: The programs .exe.manifest will be packaged along with the executable, but only if it exists.
Also works with shared libraries
Added Packaging feature to allow this
 
/core_devl/trunk/CFG/TOOLSET/VCWIN32.PL
/core_devl/trunk/ChangeLog.txt
/core_devl/trunk/TOOLS/LOCAL/cc_tear_down.pl
/core_devl/trunk/TOOLS/makelib.pl2
4192 4274 d 15 h dpurdie /core_devl/trunk/ Support for VS2012 and CSHARP2012  
/core_devl/trunk/CFG/PLATFORM/CSHARP2012
/core_devl/trunk/CFG/PLATFORM/CSHARP2012.CFG
/core_devl/trunk/CFG/PLATFORM/VS2012
/core_devl/trunk/CFG/PLATFORM/VS2012.CFG
/core_devl/trunk/CFG/TOOLSET/CSHARP2012.DEF
/core_devl/trunk/CFG/TOOLSET/VCWIN32_NET2012.DEF
/core_devl/trunk/UTILS/checkReg
/core_devl/trunk/UTILS/checkReg/build_test.pl
/core_devl/trunk/UTILS/checkReg/src
/core_devl/trunk/UTILS/checkReg/src/checkReg.c
/core_devl/trunk/UTILS/checkReg/src/makefile.pl
/core_devl/trunk/BIN.linux_i386
/core_devl/trunk/BIN.linux_x64
/core_devl/trunk/CFG/PLATFORM/PLATFORM_CFG.PM
/core_devl/trunk/CFG/TOOLSET/CSHARP.PL
/core_devl/trunk/CFG/TOOLSET/VCWIN32.PL
/core_devl/trunk/CFG/TOOLSET/VCWIN32.RUL
/core_devl/trunk/CFG/TOOLSET/VCWIN32_NET2010.DEF
/core_devl/trunk/ChangeLog.txt
/core_devl/trunk/TOOLS/jats.pl
359 5338 d 7 h dpurdie /core_devl/trunk/ DevTools/core_devl: Checkin by Svn Import
* WIN32 Toolset
Remove .exp and .lib files that may be created when building a program.
These files may be generated when using code to create a DLL is used
to create an EXE.

* Utility: upddep
Handle packages with version strings like: 1.6.0,REV=2006.11.29.05.03
The '=' was causing issues.

* Utility: sandbox
New sub command - populate. Beta Release of this command
This sub command can be use to populate a sandbox with a specific package
and (optionally) its dependenents, that (optionally) are not available
in a package archive.

Sub command: create
New option '-exact'. This will create a sandbox in which the package
version numbers are significant. This is useful when recreating a specific
package version.

Command specific help
Each sub command now has its own help.
ie: 'jats sandbox populate -help' will provide help on the populate
command.

* BuildVersion directive
Will create well formed Windows Resource files when the Packages Build
Number is greater than 7.
 
/core_devl/trunk/TOOLS/jats_save_build.pl
/core_devl/trunk/CFG/TOOLSET/VCWIN32.PL
/core_devl/trunk/ChangeLog.txt
/core_devl/trunk/TOOLS/LIB/BuildVersion.pm
/core_devl/trunk/TOOLS/LIB/JatsBuildFiles.pm
/core_devl/trunk/TOOLS/buildlib.pl
/core_devl/trunk/TOOLS/escrow.pl
/core_devl/trunk/TOOLS/jats_rewrite.pl
/core_devl/trunk/TOOLS/jats_sandbox.pl
/core_devl/trunk/build.pl
347 5453 d 6 h dpurdie /core_devl/trunk/ DevTools/core_devl: Checkin by Svn Import
Major changes:
* Initial (experimental) support for VS2010, both for C# and C/C++
Introduces two new platforms:
CSHARP2010 (.NET 4.0)
VS2010

Minor changes:
* jats_rewrite - used only by the build daemons
Better handling of 'cots' packages.

* Added Linux profile scripts to build installers
Added TEMPLATES/INSTALL to the packaged version of JATS
Support for Linux under
RHEL4
Ubuntu 10.04
 
/core_devl/trunk/CFG/PLATFORM/CSHARP2010
/core_devl/trunk/CFG/PLATFORM/CSHARP2010.CFG
/core_devl/trunk/CFG/PLATFORM/VS2010
/core_devl/trunk/CFG/PLATFORM/VS2010.CFG
/core_devl/trunk/CFG/TOOLSET/CSHARP2010.DEF
/core_devl/trunk/CFG/TOOLSET/VCWIN32_NET2010.DEF
/core_devl/trunk/TEMPLATES/INSTALL
/core_devl/trunk/TEMPLATES/INSTALL/linux.profile.jats.sh
/core_devl/trunk/TEMPLATES/INSTALL/linux.ubuntu.profile.jats.sh
/core_devl/trunk/CFG/PLATFORM/PLATFORM_CFG.PM
/core_devl/trunk/CFG/TOOLSET/CSHARP.PL
/core_devl/trunk/CFG/TOOLSET/VCWIN32.PL
/core_devl/trunk/CFG/TOOLSET/VCWIN32.RUL
/core_devl/trunk/ChangeLog.txt
/core_devl/trunk/TOOLS/LIB/JatsSystem.pm
/core_devl/trunk/TOOLS/jats_rewrite.pl
/core_devl/trunk/TOOLS/jats_upddep.pl
/core_devl/trunk/build.pl
343 5492 d 13 h dpurdie /core_devl/trunk/ DevTools/core_devl: Checkin by Svn Import
Minor changes:
* Jats Sandbox operation
Don't remove .RUL files in sandbox testing of the build files

* Jats MakeProject directive
Added --TargetDebug= and --TargetProd= to allow the default target
of the project builds to be specified.

Can be used in all targets that use a Visual Studio project or solution
to build a package.

* MergeLibrary directive
New sub-option --InterfacePlain
This will allow the use of 3rd party libraries that do not have a P or D
suffix in the library name.

* GenerateFiles directive
Use of --Var(ObjDir) will cause the Object directory to a prequisite
of the command. Similar for BinDir and LibDir.

* BuildPlatform
New option: --NoToolSet
Supresses the check for the existance of the underlying toolset.
Ensures that the user does not attempt to use the underlying toolset.

To be used in packages that generate installers, where there is
no compilation phase, but the package search mechanism may still
need toolset specific information.

Normally used in conjunction with --OnlyProd.

eg: BuildPlatforms ( 'WIN32,--OnlyProd,--NoToolSet' );
 
/core_devl/trunk/CFG/TOOLSET/CSHARP.PL
/core_devl/trunk/CFG/TOOLSET/MugFiles.pl
/core_devl/trunk/CFG/TOOLSET/PHARLAP.PL
/core_devl/trunk/CFG/TOOLSET/VCWCE.PL
/core_devl/trunk/CFG/TOOLSET/VCWIN32.PL
/core_devl/trunk/ChangeLog.txt
/core_devl/trunk/TOOLS/LIB/JatsSystem.pm
/core_devl/trunk/TOOLS/POD/EnvVars.pod
/core_devl/trunk/TOOLS/buildlib.pl
/core_devl/trunk/TOOLS/jats.pl
/core_devl/trunk/TOOLS/jats_ccrelease.pl
/core_devl/trunk/TOOLS/jats_label.pl
/core_devl/trunk/TOOLS/jats_svnrelease.pl
/core_devl/trunk/TOOLS/makelib.pl2
/core_devl/trunk/build.pl
335 5573 d 11 h dpurdie /core_devl/trunk/ DevTools/core_devl: Checkin by Svn Import
Major changes:
* [DEVI-062103]
Many (11) toolsets - all that generate linker dependency
files for creating shared libraries or programs.
Solaris, Gcc, WIN32, Wince, MOS, Verix, Keil, AVR_IAR,
CSHARP, MCR, Pharlap.

Better, simpler, and in some cases correct, generation
of dependency files used in linking. Also generate separate
files for Production and Debug builds.

Minor changes:
* Jats sandbox command
The 'info' subcommand will highlight external packages that cannot be
found in any of the the package archives.

* Jats release -extract
The ClearCase view that is created will have a comment tag added that
describes:
- the directory in which the user created the view
- the date of creation

* PackageFile directive
Now supports --NoRecurse and --Recurse in conjunction with --DirTree

Internal:
* PackageFile, PackageHdr and InstallHdr directives
Removed --Abs option - its not supported
Fixed --Full option.
 
/core_devl/trunk/CFG/PLATFORM/PLATFORM_CFG.PM
/core_devl/trunk/CFG/TOOLSET/AVR_IAR
/core_devl/trunk/CFG/TOOLSET/AVR_IAR.RUL
/core_devl/trunk/CFG/TOOLSET/CSHARP.PL
/core_devl/trunk/CFG/TOOLSET/CSHARP.RUL
/core_devl/trunk/CFG/TOOLSET/GCC.PL
/core_devl/trunk/CFG/TOOLSET/GCC.RUL
/core_devl/trunk/CFG/TOOLSET/KEILARMV3.PL
/core_devl/trunk/CFG/TOOLSET/KEILARMV3.RUL
/core_devl/trunk/CFG/TOOLSET/MOS_MRI.PL
/core_devl/trunk/CFG/TOOLSET/MOS_MRI.RUL
/core_devl/trunk/CFG/TOOLSET/PHARLAP.PL
/core_devl/trunk/CFG/TOOLSET/PHARLAP.RUL
/core_devl/trunk/CFG/TOOLSET/SUNWORKS.PL
/core_devl/trunk/CFG/TOOLSET/SUNWORKS.RUL
/core_devl/trunk/CFG/TOOLSET/VCWCE.PL
/core_devl/trunk/CFG/TOOLSET/VCWCE.RUL
/core_devl/trunk/CFG/TOOLSET/VCWIN32.PL
/core_devl/trunk/CFG/TOOLSET/VCWIN32.RUL
/core_devl/trunk/CFG/TOOLSET/VERIX.PL
/core_devl/trunk/CFG/TOOLSET/VERIX.RUL
/core_devl/trunk/CFG/TOOLSET/m16c.pl
/core_devl/trunk/CFG/TOOLSET/m16c.rul
/core_devl/trunk/ChangeLog.txt
/core_devl/trunk/TOOLS/LIB/ToolsetPrinter.pm
/core_devl/trunk/TOOLS/cache_dpkg.pl
/core_devl/trunk/TOOLS/jats_ccrelease.pl
/core_devl/trunk/TOOLS/jats_sandbox.pl
/core_devl/trunk/TOOLS/jmake.pl
/core_devl/trunk/TOOLS/makelib.pl2
/core_devl/trunk/build.pl
291 6033 d 5 h dpurdie /core_devl/trunk/ DevTools/core_devl: Checkin by Svn Import
Minor changes:
* Initial Support for Visual Studio 2008
New platforms: CSHARP2008 and VS2008

* WIN32 Toolset
Corrected the -machine option passed to the Windows linker
Now passes -machine:X86 instead of -machine:IX86
 
/core_devl/trunk/CFG/PLATFORM/CSHARP2008
/core_devl/trunk/CFG/PLATFORM/CSHARP2008.CFG
/core_devl/trunk/CFG/PLATFORM/VS2008
/core_devl/trunk/CFG/PLATFORM/VS2008.CFG
/core_devl/trunk/CFG/TOOLSET/CSHARP2008.DEF
/core_devl/trunk/CFG/TOOLSET/VCWIN32_NET2008.DEF
/core_devl/trunk/CFG/PLATFORM/PLATFORM_CFG.PM
/core_devl/trunk/CFG/TOOLSET/CSHARP.PL
/core_devl/trunk/CFG/TOOLSET/VCWIN32.PL
/core_devl/trunk/CFG/TOOLSET/VCWIN32.RUL
/core_devl/trunk/ChangeLog.txt
/core_devl/trunk/build.pl
289 6033 d 11 h dpurdie /core_devl/trunk/ DevTools/core_devl: Checkin by Svn Import
Major changes:
* New Platform: DELPHI7
Support the creation of Units,Libraries, Packages and Programs using
Borlands Delphi Version 7.

See Jats Reference Manual for complete details and Delphi specific options
to the Prog and SharedLib directives.

This toolset has a number of limitations:
1) It can build either Debug or Production, but not both, in a single
makefile.pl. This is caused by the Delphi limitation that library
names cannot be changed.

2) The generation of dependencies between the source and the generated
artifacts is very simplistic.

Units are generated with the Lib directive. The name of the Unit and the
name of the source are linked. The source should not be provided.
ie: Lib (*, MyUnit );
Will create a unit called MyUnit.dcu from the source file MyUnit.pas

Packages are generated with the SharedLib directive starting with a .dpk
file.
ie: SharedLib ( *, MyPackage );
will create a package called MyPackage.bpl/dcp from the source file
MyPackage.dpk.

Libraries are generated with the SharedLib directive starting with a .dpr
file.
ie: SharedLib ( *, MyDll );
will create a package called MyDll.dll/lib from the source file
MyDll.dpr.

Programs are generated with the Prog directive starting with a .dpr
file.
ie: Prog ( *, MyProg );
will create a package called MyProg.exe from the source file
MyProg.dpr.

Minor changes:
* New EnvVar: DELPHI7
Required only if Borland Delphi 7 has not being installed in the
standard location or if the Windows Short Name is not
c:\PROGRA~1\Borland\Delphi7

* BuildVersion directive
Added a Style of Delphi to allow the generation of version information
in a Delphi Unit.

Modified the operation of the C style generation.
If the name of the file is provided via --File, then the generated files
will be known to JATS and can be consumed from any makefile. JATS will
know the location of the files.

* Sanity test on the names of libraries and programs
Some characters are not allowed: ie: / as this is a mistake.
 
/core_devl/trunk/CFG/PLATFORM/DELPHI7
/core_devl/trunk/CFG/PLATFORM/DELPHI7.CFG
/core_devl/trunk/CFG/TOOLSET/DELPHI7.DEF
/core_devl/trunk/CFG/TOOLSET/DELPHI7.PL
/core_devl/trunk/CFG/TOOLSET/DELPHI7.RUL
/core_devl/trunk/TOOLS/LIB/MakeObject.pm
/core_devl/trunk/CFG/PLATFORM/PLATFORM_CFG.PM
/core_devl/trunk/CFG/TOOLSET/CSHARP.PL
/core_devl/trunk/CFG/TOOLSET/GCC.PL
/core_devl/trunk/CFG/TOOLSET/SUNWORKS.PL
/core_devl/trunk/CFG/TOOLSET/VCWCE
/core_devl/trunk/CFG/TOOLSET/VCWIN32.PL
/core_devl/trunk/ChangeLog.txt
/core_devl/trunk/TOOLS/LIB/BuildVersion.pm
/core_devl/trunk/TOOLS/LIB/ConfigurationFile.pm
/core_devl/trunk/TOOLS/LIB/ToolsetPrinter.pm
/core_devl/trunk/TOOLS/buildlib.pl
/core_devl/trunk/TOOLS/dstatus.pl
/core_devl/trunk/TOOLS/escrow.pl
/core_devl/trunk/TOOLS/jats.bat
/core_devl/trunk/TOOLS/jats.sh
/core_devl/trunk/TOOLS/makelib.pl2
/core_devl/trunk/build.pl
287 6074 d 12 h dpurdie /core_devl/trunk/ DevTools/core_devl: Checkin by Svn Import
Major changes:
* Correctly generate dependencies for C++ only builds
Many tools sets ( gcc and others) would not generate makefile dependency
information for purely C++ builds.

* Jats.bat and Jats.sh now provide a Read Only username/password for
Realease Manager and Deployment Manager.



Minor changes:
* The jats option '-noexportvars' deletes selected JATS EnvVars from the
environment. This only affects the build daemons.

* updatenodespec utility
Correct the SQL statements to work with ReadOnly access to the Deployment
Manager database.
 
/core_devl/trunk/BIN.win32/ShowDLLs.exe
/core_devl/trunk/CFG/TOOLSET/AVR_IAR
/core_devl/trunk/CFG/TOOLSET/CYGNUS_THYRON
/core_devl/trunk/CFG/TOOLSET/DJGPP
/core_devl/trunk/CFG/TOOLSET/GCC.PL
/core_devl/trunk/CFG/TOOLSET/GNUPRO_H8
/core_devl/trunk/CFG/TOOLSET/MOS_MRI.PL
/core_devl/trunk/CFG/TOOLSET/MRI68K
/core_devl/trunk/CFG/TOOLSET/PD386
/core_devl/trunk/CFG/TOOLSET/PHARLAP.PL
/core_devl/trunk/CFG/TOOLSET/VCWIN32.PL
/core_devl/trunk/CFG/TOOLSET/VERIX.PL
/core_devl/trunk/CFG/TOOLSET/WC386
/core_devl/trunk/CFG/TOOLSET/WC4GW
/core_devl/trunk/CFG/TOOLSET/WCDOS
/core_devl/trunk/CFG/TOOLSET/gnu_mpt
/core_devl/trunk/CFG/TOOLSET/m16c.pl
/core_devl/trunk/ChangeLog.txt
/core_devl/trunk/TOOLS/DEPLOY/updatenodespec.pl
/core_devl/trunk/TOOLS/LIB/ConfigurationFile.pm
/core_devl/trunk/TOOLS/buildlib.pl
/core_devl/trunk/TOOLS/escrow.pl
/core_devl/trunk/TOOLS/jats.bat
/core_devl/trunk/TOOLS/jats.pl
/core_devl/trunk/TOOLS/jats.sh
/core_devl/trunk/TOOLS/jats_svnrelease.pl
/core_devl/trunk/UTILS/ShowDlls/src/ShowDLLs.cpp
/core_devl/trunk/build.pl
279 6145 d 7 h dpurdie /core_devl/trunk/ DevTools/core_devl: Checkin by Svn Import
Major changes:
* GBE_BUILDFILTER configuration has been simplified

JATS will automatically filter out target platforms that cannot be built
on the users machine. ie: It will not try to build Solaris targets on a
Windows machine. Thus, under the new scheme a Windows GBE_BUILDFILTER need
not contains '!SOLARIS'

This greatly simplifies the creation of GBE_BUILDFILTER as it does not
need to be configured to exclude targets that cannot by built.

Existing GBE_BUILDFILTER definitions are backward compatible.

* Jats utility : gen_cots
Requires the user to specify a target VOB with the -vob option
Ensures the user is aware of the target VOB

Now creates temporary directory within the users TEMP directory.
Addresses problems where the user's CWD is within the package being
processed.

Removed the '-delete' option
Always delete the temp work directory if it exists.

Minor changes:
* Sandbox command
Added build, make, clean, clobber commands

Sandbox packages may contain a file called 'stop', to exclude the
target from consideration in the build set.

* MCR Toolset
This toolset only supports 16 compiler search paths. An descriptive error
has been added to detect and report on this error.

* WIN32 and PHARLAP toolsets
The --Resource=xxx option specifies a comma separated list of files.
Spaces are now allowed either side of the comma.
ie: "--Resource=file1.h, File2.h"

* Jats run_test command
Removed a non-fatal warning message that was being generated when the
tests we run on a Window machine.

* descpkg file
Now contains HOSTNAME of the build machine
Not (yet) aggregated when packages are merged

* built.<machine> tag files created by create_dpkg
Now contains build trace information
Date-Time, Machine, User, ABT config

* jats abt command simplified usage
This command now appends the current directory as a library path to ANT if
it contains 'jar' files.

Uses ANT 1.6 as the default version of ANT

Both changes will simplify the use of this command within the escrow
environment. ie: 'jats abt -buildfile=build1.xml'

* BuildVersion directive
Form:
BuildVersion ('--Style=C');
now works as expected.
Slightly better error detection on the directives arguments.
 
/core_devl/trunk/CFG/PLATFORM/PLATFORM_CFG.PM
/core_devl/trunk/CFG/TOOLSET/PHARLAP.PL
/core_devl/trunk/CFG/TOOLSET/VCWIN32.PL
/core_devl/trunk/CFG/TOOLSET/m16c.rul
/core_devl/trunk/ChangeLog.txt
/core_devl/trunk/TOOLS/CCbc2.pl
/core_devl/trunk/TOOLS/LIB/DescPkg.pm
/core_devl/trunk/TOOLS/LIB/JatsError.pm
/core_devl/trunk/TOOLS/buildlib.pl
/core_devl/trunk/TOOLS/create_dpkg.pl
/core_devl/trunk/TOOLS/escrow.pl
/core_devl/trunk/TOOLS/gen_cots.pl
/core_devl/trunk/TOOLS/jats.bat
/core_devl/trunk/TOOLS/jats.pl
/core_devl/trunk/TOOLS/jats.sh
/core_devl/trunk/TOOLS/jats_ccrelease.pl
/core_devl/trunk/TOOLS/jats_sandbox.pl
/core_devl/trunk/TOOLS/jats_svnrelease.pl
/core_devl/trunk/TOOLS/jmake.pl
/core_devl/trunk/TOOLS/makelib.pl
/core_devl/trunk/TOOLS/makelib.pl2
/core_devl/trunk/build.pl
267 6257 d 11 h dpurdie /core_devl/trunk/ DevTools/core_devl: Checkin by Svn Import
Devis shown plus:
* Jats directives: MakeProject
Now supports the following new options:
--InstallProgDebug=list
--InstallProgProd=list
--InstallProg=list

These allows files that are created by the project builder to be
installed locally to be consumed by such packaging directives as
GenerateCab.

* Jats directives: AddLDFlags and AddASFlags
Now supports the --Debug and --Prod options like the other AddFlags
directives.

* Jats builder directive: BuildVersion
New options that can be used when generating a WinRC style version
information:
--Definitions - Create definitions only
--Comment=text
--Description=text
--Product=name
 
/core_devl/trunk/BIN.linux_i386/stdmux
/core_devl/trunk/BIN.solaris10_sparc32/stdmux
/core_devl/trunk/BIN.solaris10_x86/stdmux
/core_devl/trunk/BIN.sparc/stdmux
/core_devl/trunk/BIN.win32/stdmux.exe
/core_devl/trunk/TOOLS/LIB/JatsSvn.pm
/core_devl/trunk/TOOLS/LIB/JatsSvnCore.pm
/core_devl/trunk/TOOLS/jats_svn.pl
/core_devl/trunk/TOOLS/jats_svnlabel.pl
/core_devl/trunk/TOOLS/jats_svnrelease.pl
/core_devl/trunk/TOOLS/jats_svnsave_build.pl
/core_devl/trunk/UTILS/stdmux
/core_devl/trunk/UTILS/stdmux/src
/core_devl/trunk/UTILS/stdmux/src/makefile.pl
/core_devl/trunk/UTILS/stdmux/src/pipe.c
/core_devl/trunk/UTILS/stdmux/src/pipe_win32.c
/core_devl/trunk/UTILS/stdmux/src/stdouterr.c
/core_devl/trunk/CFG/TOOLSET/VCWCE
/core_devl/trunk/CFG/TOOLSET/VCWCE.RUL
/core_devl/trunk/CFG/TOOLSET/VCWIN32.PL
/core_devl/trunk/CFG/TOOLSET/VCWIN32.RUL
/core_devl/trunk/ChangeLog.txt
/core_devl/trunk/TOOLS/LIB/BuildVersion.pm
/core_devl/trunk/TOOLS/LIB/JatsBuildFiles.pm
/core_devl/trunk/TOOLS/buildlib.pl
/core_devl/trunk/TOOLS/create_dpkg.pl
/core_devl/trunk/TOOLS/dstatus.pl
/core_devl/trunk/TOOLS/gen_winrc.pl
/core_devl/trunk/TOOLS/jats_save_build.pl
/core_devl/trunk/TOOLS/makelib.pl2
/core_devl/trunk/build.pl
261 6318 d 13 h dpurdie /core_devl/trunk/ DevTools/core_devl: Checkin by Svn Import
Major changes:
* Perl Version. Must be at least version 5.8.2
This is the first version that supports Windows 2003 server.

After discovering that several operations are not fully function under
Perl 5.6.1 the minimum version of Active State Perl that is required has
been increased.

A suitable windows installer can be found at:
\\auperaunx26\devl\releases\3rdParty-Products\ActivePerl\5.8.8.819\
ActivePerl-5.8.8.819-MSWin32-x86-267479.msi

* Jats Build Targets
New target and toolset: VERIX

* Jats utility: jats_save_build
Extended to allow all ClearCase specific operations to be removed
from the Build Daemons.

This utility is only used by "Release Planner" and the "Build Daemons".

Suggested new usage:
jats etool jats_save_build
-pname=xxxx
-pversion=yyyy
-infofile=path_name
-locatepkg=zzzz (Optional)
-infile=aaaa (Optional)
-outfile=bbbb (Optional)
-wiplabel=ccccc (Optional)

Minor changes:
* JATS make: Merge Library Operation [DEVI-049475]
Fixed such that Library Merge operations don't delete other build
artifacts.

* JATS make: New option expert=0|1
Runtime processing of 'expert' mode to allow dependencies between the
object files and the makefile to be ignored.

Previous this operation could only be invoked at 'build' time. Now the
default state will be set at build time and it can be overridden at 'make'
time.

* JATS utility: CCdiff
Corrected operation of the option "-new=dir=."

* Nunit support in CSHARP
Improved support for different version of Nunit
Allow the DLLs that are required by nunit to be specified
within the package.

* Jats utility: dstatus
Suppresses archived releases.
Shows release state

* Build file directive: BuildPkgArchive
Extended list of supported directories to include 'wsdl'.
 
/core_devl/trunk/CFG/PLATFORM/VERIX
/core_devl/trunk/CFG/TOOLSET/VERIX.DEF
/core_devl/trunk/CFG/TOOLSET/VERIX.PL
/core_devl/trunk/CFG/TOOLSET/VERIX.RUL
/core_devl/trunk/TOOLS/jats_builder.pl
/core_devl/trunk/CFG/PLATFORM/LMOS_DEVLINUX.CFG
/core_devl/trunk/CFG/RULES.STD
/core_devl/trunk/CFG/TOOLSET/ACEX.PL
/core_devl/trunk/CFG/TOOLSET/AVR_IAR
/core_devl/trunk/CFG/TOOLSET/BORLAND.PL
/core_devl/trunk/CFG/TOOLSET/CSHARP.PL
/core_devl/trunk/CFG/TOOLSET/CYGNUS_THYRON
/core_devl/trunk/CFG/TOOLSET/DAFBR
/core_devl/trunk/CFG/TOOLSET/DJGPP
/core_devl/trunk/CFG/TOOLSET/GCC.PL
/core_devl/trunk/CFG/TOOLSET/GCC.RUL
/core_devl/trunk/CFG/TOOLSET/GENERIC
/core_devl/trunk/CFG/TOOLSET/GNUPRO_H8
/core_devl/trunk/CFG/TOOLSET/GNUPRO_H8.RUL
/core_devl/trunk/CFG/TOOLSET/JAVA.PL
/core_devl/trunk/CFG/TOOLSET/MOS_MRI.PL
/core_devl/trunk/CFG/TOOLSET/MOS_MRI.RUL
/core_devl/trunk/CFG/TOOLSET/MRI68K
/core_devl/trunk/CFG/TOOLSET/PD386
/core_devl/trunk/CFG/TOOLSET/SUNWORKS.PL
/core_devl/trunk/CFG/TOOLSET/SUNWORKS.RUL
/core_devl/trunk/CFG/TOOLSET/VCWCE
/core_devl/trunk/CFG/TOOLSET/VCWCE.RUL
/core_devl/trunk/CFG/TOOLSET/VCWIN32.PL
/core_devl/trunk/CFG/TOOLSET/VCWIN32.RUL
/core_devl/trunk/CFG/TOOLSET/WC386
/core_devl/trunk/CFG/TOOLSET/WC4GW
/core_devl/trunk/CFG/TOOLSET/WCDOS
/core_devl/trunk/CFG/TOOLSET/gnu_mpt
/core_devl/trunk/CFG/TOOLSET/keilc51v41
/core_devl/trunk/CFG/TOOLSET/m16c.pl
/core_devl/trunk/CFG/TOOLSET/pclint.rul
/core_devl/trunk/ChangeLog.txt
/core_devl/trunk/TEMPLATES/mos-thx/thx-module/makefile.pl
/core_devl/trunk/TOOLS/CCbc2.pl
/core_devl/trunk/TOOLS/CCdiff.pl
/core_devl/trunk/TOOLS/LIB/DescPkg.pm
/core_devl/trunk/TOOLS/LIB/FileUtils.pm
/core_devl/trunk/TOOLS/LIB/JatsBuildFiles.pm
/core_devl/trunk/TOOLS/LIB/JatsEnv.pm
/core_devl/trunk/TOOLS/LIB/JatsError.pm
/core_devl/trunk/TOOLS/LIB/JatsSystem.pm
/core_devl/trunk/TOOLS/LIB/ReadBuildConfig.pm
/core_devl/trunk/TOOLS/LIB/ToolsetPrinter.pm
/core_devl/trunk/TOOLS/buildlib.pl
/core_devl/trunk/TOOLS/create_dpkg.pl
/core_devl/trunk/TOOLS/dstatus.pl
/core_devl/trunk/TOOLS/installpkg.pl
/core_devl/trunk/TOOLS/jats.pl
/core_devl/trunk/TOOLS/jats_cbuilder.pl
/core_devl/trunk/TOOLS/jats_lib_scan.pl
/core_devl/trunk/TOOLS/jats_manifest.pl
/core_devl/trunk/TOOLS/jats_metrics.pl
/core_devl/trunk/TOOLS/jats_save_build.pl
/core_devl/trunk/TOOLS/jmake.pl
/core_devl/trunk/TOOLS/makelib.pl
/core_devl/trunk/TOOLS/makelib.pl2
/core_devl/trunk/build.pl
255 6374 d 11 h dpurdie /core_devl/trunk/ DevTools/core_devl: Checkin by Svn Import
------------------------------------------------------------------------
Version: 2.76.0000.cr Released: 24-Jun-08
------------------------------------------------------------------------
Major changes:
* Support for Microsoft Visual Studio 2005 [DEVI-049017]
The product must be installed in its default location.

New platforms:
CSHARP2005
Uses C# Framework Version 2.0.50727
Support extends to allow:
1) Building of Csharp source using standard JATS
2) Build Visual Studio solutions
Can consume files from CSHARP and WIN32 components.

VS2005
Support extends to allow:
1) Building of C and C++ source using standard JATS
2) Build Visual Studio solutions
Can consume files from VS2003 and WIN32 components.

The existing WIN32 and CSHARP platforms can also utilize VS2005
through a version selector:
WIN32 Toolset - "MS.NET2005"
CSHARP Toolset - "MS.NET2005"

* Version of Make for Win32 builds
The version of Make has been upgraded to 3.81 to provide access
to macros to simplify support for the MS VS2005.

* CSHARP and WIN32 platforms
The LIB path uses to locate libraries and DLLs has been altered to:
- Contain absolute paths. Relative paths did not work under all
conditions when building projects and solutions.
- Contain valid paths. JATS generated paths that do not physically exist
will be removed from the search path. This removes warning messages
under VS2005.

Minor changes:
* New Jats utility: dstatus
Display Build Daemon Status. A text based utility.
Use 'jats dstatus -man' for full details.

* PPC_603E Toolset
Changed the definition of HOST_CPU to be correct for the linux
architecture that uses the value - powerpc.

Extended LinuxDrivers directive to allow for powerpc.

Updated the MakeLinuxDriver directive to use EXTRA_CFLAGS as CFLAGS
has been removed. This change is backwardly compatible.

* Modified all utilities to avoid a Perl-10 warning message [DEVI-049018]
Improved usage of the 'require' statement used to check for
a minimal value of perl.

Removed excessive require statements.

* JATS internal utilities - xmake
Source for Make 3.81 is now controlled
Include JATS specific files for
1) Windows
2) Linux

JATS now includes binaries for make.
This will ensure that the version of make being used will be known for all
machines. Gnu make does not need to be installed for the various build
machines.

* JATS internal utility sh.exe (windows)
Extended internal debugging via EnvVar SHDEBUGEXEC

* JATS Environment
Allow Jats Environment variables that are used to specify a directory
to be set to either '-' or 'none'. The associated path will set to empty.

This can be used to override defaults that may be inserted by the JATS
wrapper scripts.

* JATS utility: sandbox (Experimental)
Correct problem with location of build files.
Spell check help and code.
 
/core_devl/trunk/BIN.linux_i386/xmake
/core_devl/trunk/BIN.solaris10_sparc32/xmake
/core_devl/trunk/BIN.solaris10_x86/xmake
/core_devl/trunk/BIN.sparc/xmake
/core_devl/trunk/CFG/PLATFORM/CSHARP2005
/core_devl/trunk/CFG/PLATFORM/CSHARP2005.CFG
/core_devl/trunk/CFG/PLATFORM/VS2005
/core_devl/trunk/CFG/PLATFORM/VS2005.CFG
/core_devl/trunk/CFG/TOOLSET/CSHARP2005.DEF
/core_devl/trunk/CFG/TOOLSET/VCWIN32_NET2005.DEF
/core_devl/trunk/TOOLS/dstatus.pl
/core_devl/trunk/UTILS/Make
/core_devl/trunk/UTILS/Make/ReadMe.txt
/core_devl/trunk/UTILS/Make/linux_i386
/core_devl/trunk/UTILS/Make/linux_i386/file.c
/core_devl/trunk/UTILS/Make/make-3.81.tar.gz
/core_devl/trunk/UTILS/Make/win32
/core_devl/trunk/UTILS/Make/win32/config.h
/core_devl/trunk/BIN.linux_i386/links.sh
/core_devl/trunk/BIN.solaris10_sparc32/links.sh
/core_devl/trunk/BIN.solaris10_x86/links.sh
/core_devl/trunk/BIN.sparc/links.sh
/core_devl/trunk/BIN.win32/sh.exe
/core_devl/trunk/BIN.win32/xmake.exe
/core_devl/trunk/BUILD/MakePackage.pl
/core_devl/trunk/CFG/PLATFORM/ARM9TDMI.CFG
/core_devl/trunk/CFG/PLATFORM/BORLAND.CFG
/core_devl/trunk/CFG/PLATFORM/CSHARP
/core_devl/trunk/CFG/PLATFORM/CSHARP.CFG
/core_devl/trunk/CFG/PLATFORM/DEVLINUX.CFG
/core_devl/trunk/CFG/PLATFORM/LINUX.CFG
/core_devl/trunk/CFG/PLATFORM/LINUX_EMU.CFG
/core_devl/trunk/CFG/PLATFORM/LINUX_ETX.CFG
/core_devl/trunk/CFG/PLATFORM/LINUX_I386.CFG
/core_devl/trunk/CFG/PLATFORM/LMOS.CFG
/core_devl/trunk/CFG/PLATFORM/LMOS_ARM9TDMI.CFG
/core_devl/trunk/CFG/PLATFORM/LMOS_DEVLINUX.CFG
/core_devl/trunk/CFG/PLATFORM/LMOS_LINUX_EMU.CFG
/core_devl/trunk/CFG/PLATFORM/LMOS_LINUX_ETX.CFG
/core_devl/trunk/CFG/PLATFORM/LMOS_PPC_603E.CFG
/core_devl/trunk/CFG/PLATFORM/PPC_603E
/core_devl/trunk/CFG/PLATFORM/PPC_603E.CFG
/core_devl/trunk/CFG/PLATFORM/SOLARIS.CFG
/core_devl/trunk/CFG/PLATFORM/SOLARIS10_SPARC32.CFG
/core_devl/trunk/CFG/PLATFORM/SOLARIS10_SPARC64.CFG
/core_devl/trunk/CFG/PLATFORM/SOLARIS10_X64.CFG
/core_devl/trunk/CFG/PLATFORM/SOLARIS10_X86.CFG
/core_devl/trunk/CFG/PLATFORM/VS2003.CFG
/core_devl/trunk/CFG/PLATFORM/WIN32.CFG
/core_devl/trunk/CFG/PLATFORM/WINCE.CFG
/core_devl/trunk/CFG/TOOLSET/CSHARP.DEF
/core_devl/trunk/CFG/TOOLSET/CSHARP.PL
/core_devl/trunk/CFG/TOOLSET/CSHARP.RUL
/core_devl/trunk/CFG/TOOLSET/MugFiles.pl
/core_devl/trunk/CFG/TOOLSET/VCWCE
/core_devl/trunk/CFG/TOOLSET/VCWIN32.PL
/core_devl/trunk/CFG/TOOLSET/VCWIN32.RUL
/core_devl/trunk/ChangeLog.txt
/core_devl/trunk/TOOLS/CCbc2.pl
/core_devl/trunk/TOOLS/CCdiff.pl
/core_devl/trunk/TOOLS/LIB/ArrayHashUtils.pm
/core_devl/trunk/TOOLS/LIB/BuildName.pm
/core_devl/trunk/TOOLS/LIB/BuildVersion.pm
/core_devl/trunk/TOOLS/LIB/ConfigurationFile.pm
/core_devl/trunk/TOOLS/LIB/FileUtils.pm
/core_devl/trunk/TOOLS/LIB/JatsBuildFiles.pm
/core_devl/trunk/TOOLS/LIB/JatsDPackage.pm
/core_devl/trunk/TOOLS/LIB/JatsEnv.pm
/core_devl/trunk/TOOLS/LIB/JatsError.pm
/core_devl/trunk/TOOLS/LIB/JatsLocateFiles.pm
/core_devl/trunk/TOOLS/LIB/JatsMakeConfig.pm
/core_devl/trunk/TOOLS/LIB/JatsMakeInfo.pm
/core_devl/trunk/TOOLS/LIB/JatsProperties.pm
/core_devl/trunk/TOOLS/LIB/JatsRmApi.pm
/core_devl/trunk/TOOLS/LIB/JatsSystem.pm
/core_devl/trunk/TOOLS/LIB/JatsVersionUtils.pm
/core_devl/trunk/TOOLS/LIB/MakeEntry.pm
/core_devl/trunk/TOOLS/LIB/PackageEntry.pm
/core_devl/trunk/TOOLS/LIB/ReadBuildConfig.pm
/core_devl/trunk/TOOLS/LIB/deploylib.pm
/core_devl/trunk/TOOLS/LIB/jats_runtime.pm
/core_devl/trunk/TOOLS/buildlib.pl
/core_devl/trunk/TOOLS/escrow.pl
/core_devl/trunk/TOOLS/gen_cots.pl
/core_devl/trunk/TOOLS/gen_dirlist.pl
/core_devl/trunk/TOOLS/gen_metrics.pl
/core_devl/trunk/TOOLS/gen_packagelist.pl
/core_devl/trunk/TOOLS/gen_winrc.pl
/core_devl/trunk/TOOLS/jats.pl
/core_devl/trunk/TOOLS/jats_buildlinux.pl
/core_devl/trunk/TOOLS/jats_buildperl.pl
/core_devl/trunk/TOOLS/jats_cbuilder.pl
/core_devl/trunk/TOOLS/jats_label.pl
/core_devl/trunk/TOOLS/jats_lib_scan.pl
/core_devl/trunk/TOOLS/jats_metrics.pl
/core_devl/trunk/TOOLS/jats_rewrite.pl
/core_devl/trunk/TOOLS/jats_sandbox.pl
/core_devl/trunk/TOOLS/jats_save_build.pl
/core_devl/trunk/TOOLS/jats_transform_file.pl
/core_devl/trunk/TOOLS/jmake.pl
/core_devl/trunk/TOOLS/makelib.pl
/core_devl/trunk/TOOLS/makelib.pl2
/core_devl/trunk/TOOLS/test_rmconnection.pl
/core_devl/trunk/UTILS/DBI-JDBC/src/DBI.pm
/core_devl/trunk/UTILS/DBI-JDBC/src/test/jats_test.pl
/core_devl/trunk/UTILS/SH/SH.H
/core_devl/trunk/UTILS/SH/Sh1.c
/core_devl/trunk/UTILS/SH/Sh3.c
/core_devl/trunk/build.pl
227 6572 d 11 h dpurdie /core_devl/trunk/ DevTools/core_devl: Checkin by Svn Import
First Release in Release Manager
Major changes:

Minor changes:
* Jats Tool: create_dpkg
Added options to allow the utility to sanity test the package name and
version of the package being created. This is intended to be used by the
automated build system. New options are:
-pname=Package_Name
-pversion=Package_Version

Added option to allow the source package form to be tested, without
transferring the package. New options are:
-test

* Jats Tool: CCdiff
-output=filename now works. Previously only -out=filename worked.
-vob=name does not generate internal message under unix

* JATS Environment variables GBE_BUILDFILTER and GBE_PLATFORM can be either
a space separated or a comma separated list.

* Solaris Toolset
Disable the use of purify, purecov and quantify when building shared
libraries. Shared libraries are not supported by these tools. Executable
programs are still supported.
 
/core_devl/trunk/BIN.linux_i386
/core_devl/trunk/BIN.linux_i386/ant
/core_devl/trunk/BIN.linux_i386/cmdfile
/core_devl/trunk/BIN.linux_i386/javac
/core_devl/trunk/BIN.linux_i386/links.sh
/core_devl/trunk/BIN.linux_i386/mkdepend
/core_devl/trunk/BIN.solaris10_sparc32
/core_devl/trunk/BIN.solaris10_sparc32/ant
/core_devl/trunk/BIN.solaris10_sparc32/cmdfile
/core_devl/trunk/BIN.solaris10_sparc32/cp
/core_devl/trunk/BIN.solaris10_sparc32/javac
/core_devl/trunk/BIN.solaris10_sparc32/links.sh
/core_devl/trunk/BIN.solaris10_sparc32/mkdepend
/core_devl/trunk/BIN.solaris10_x86
/core_devl/trunk/BIN.solaris10_x86/ant
/core_devl/trunk/BIN.solaris10_x86/cmdfile
/core_devl/trunk/BIN.solaris10_x86/cp
/core_devl/trunk/BIN.solaris10_x86/javac
/core_devl/trunk/BIN.solaris10_x86/links.sh
/core_devl/trunk/BIN.solaris10_x86/mkdepend
/core_devl/trunk/BIN.sparc
/core_devl/trunk/BIN.sparc/ant
/core_devl/trunk/BIN.sparc/cmdfile
/core_devl/trunk/BIN.sparc/cp
/core_devl/trunk/BIN.sparc/javac
/core_devl/trunk/BIN.sparc/links.sh
/core_devl/trunk/BIN.sparc/mkdepend
/core_devl/trunk/BIN.win32
/core_devl/trunk/BIN.win32/ShowDLLs.exe
/core_devl/trunk/BIN.win32/ant.exe
/core_devl/trunk/BIN.win32/awk.exe
/core_devl/trunk/BIN.win32/basename.exe
/core_devl/trunk/BIN.win32/bison.exe
/core_devl/trunk/BIN.win32/cat.exe
/core_devl/trunk/BIN.win32/chmod.exe
/core_devl/trunk/BIN.win32/chown.exe
/core_devl/trunk/BIN.win32/cksum.exe
/core_devl/trunk/BIN.win32/cmdfile.exe
/core_devl/trunk/BIN.win32/cmp.exe
/core_devl/trunk/BIN.win32/cp.exe
/core_devl/trunk/BIN.win32/date.exe
/core_devl/trunk/BIN.win32/diff.exe
/core_devl/trunk/BIN.win32/dirname.exe
/core_devl/trunk/BIN.win32/du.exe
/core_devl/trunk/BIN.win32/echo.exe
/core_devl/trunk/BIN.win32/egrep.exe
/core_devl/trunk/BIN.win32/env.exe
/core_devl/trunk/BIN.win32/exctags.exe
/core_devl/trunk/BIN.win32/exctags.html
/core_devl/trunk/BIN.win32/expr.exe
/core_devl/trunk/BIN.win32/extend.lst
/core_devl/trunk/BIN.win32/find.exe
/core_devl/trunk/BIN.win32/flex.exe
/core_devl/trunk/BIN.win32/grep.exe
/core_devl/trunk/BIN.win32/javac.exe
/core_devl/trunk/BIN.win32/less.exe
/core_devl/trunk/BIN.win32/libiconv2.dll
/core_devl/trunk/BIN.win32/libintl3.dll
/core_devl/trunk/BIN.win32/ln.exe
/core_devl/trunk/BIN.win32/ls.exe
/core_devl/trunk/BIN.win32/md5sum.exe
/core_devl/trunk/BIN.win32/mkdepend.exe
/core_devl/trunk/BIN.win32/mkdir.exe
/core_devl/trunk/BIN.win32/mv.exe
/core_devl/trunk/BIN.win32/od.exe
/core_devl/trunk/BIN.win32/printenv.exe
/core_devl/trunk/BIN.win32/pwd.exe
/core_devl/trunk/BIN.win32/rm.exe
/core_devl/trunk/BIN.win32/rmdir.exe
/core_devl/trunk/BIN.win32/rpcgen.exe
/core_devl/trunk/BIN.win32/sed.exe
/core_devl/trunk/BIN.win32/sh.exe
/core_devl/trunk/BIN.win32/touch.exe
/core_devl/trunk/BIN.win32/uname.exe
/core_devl/trunk/BIN.win32/wc.exe
/core_devl/trunk/BIN.win32/which.exe
/core_devl/trunk/BIN.win32/xargs.exe
/core_devl/trunk/BIN.win32/xmake.exe
/core_devl/trunk/BUILD
/core_devl/trunk/BUILD/MakePackage.pl
/core_devl/trunk/CFG
/core_devl/trunk/CFG/PLATFORM
/core_devl/trunk/CFG/PLATFORM/AMX
/core_devl/trunk/CFG/PLATFORM/AMX.DEF
/core_devl/trunk/CFG/PLATFORM/ARM9TDMI
/core_devl/trunk/CFG/PLATFORM/ARM9TDMI.CFG
/core_devl/trunk/CFG/PLATFORM/AVR_IAR
/core_devl/trunk/CFG/PLATFORM/AVR_IAR.DEF
/core_devl/trunk/CFG/PLATFORM/CMOS386
/core_devl/trunk/CFG/PLATFORM/CMOS68K
/core_devl/trunk/CFG/PLATFORM/CSHARP
/core_devl/trunk/CFG/PLATFORM/CSHARP.CFG
/core_devl/trunk/CFG/PLATFORM/DAFBR_MOS
/core_devl/trunk/CFG/PLATFORM/DAFBR_WIN
/core_devl/trunk/CFG/PLATFORM/DEVLINUX.CFG
/core_devl/trunk/CFG/PLATFORM/DF4OBE
/core_devl/trunk/CFG/PLATFORM/DF4OBE.DEF
/core_devl/trunk/CFG/PLATFORM/DOS16
/core_devl/trunk/CFG/PLATFORM/DOS16.DEF
/core_devl/trunk/CFG/PLATFORM/DOS32
/core_devl/trunk/CFG/PLATFORM/DOS32.DEF
/core_devl/trunk/CFG/PLATFORM/EEPP386
/core_devl/trunk/CFG/PLATFORM/EETP386
/core_devl/trunk/CFG/PLATFORM/EOS
/core_devl/trunk/CFG/PLATFORM/EOSM68K
/core_devl/trunk/CFG/PLATFORM/EOSM68K.DEF
/core_devl/trunk/CFG/PLATFORM/EOSP386
/core_devl/trunk/CFG/PLATFORM/EOSP386.DEF
/core_devl/trunk/CFG/PLATFORM/GENERIC
/core_devl/trunk/CFG/PLATFORM/GMPCA
/core_devl/trunk/CFG/PLATFORM/GO32
/core_devl/trunk/CFG/PLATFORM/GO32.DEF
/core_devl/trunk/CFG/PLATFORM/H8S
/core_devl/trunk/CFG/PLATFORM/H8S.DEF
/core_devl/trunk/CFG/PLATFORM/HK386PC
/core_devl/trunk/CFG/PLATFORM/HKAVM
/core_devl/trunk/CFG/PLATFORM/HKAVM2
/core_devl/trunk/CFG/PLATFORM/HKBCP
/core_devl/trunk/CFG/PLATFORM/HKDDU
/core_devl/trunk/CFG/PLATFORM/HKGAK
/core_devl/trunk/CFG/PLATFORM/HKMPR
/core_devl/trunk/CFG/PLATFORM/HKPCA
/core_devl/trunk/CFG/PLATFORM/INGEN
/core_devl/trunk/CFG/PLATFORM/INGEN.DEF
/core_devl/trunk/CFG/PLATFORM/JAVA
/core_devl/trunk/CFG/PLATFORM/LINUX.CFG
/core_devl/trunk/CFG/PLATFORM/LINUX86
/core_devl/trunk/CFG/PLATFORM/LINUX86.DEF
/core_devl/trunk/CFG/PLATFORM/LINUX_ARMV4
/core_devl/trunk/CFG/PLATFORM/LINUX_ARMV4.DEF
/core_devl/trunk/CFG/PLATFORM/LINUX_EMU
/core_devl/trunk/CFG/PLATFORM/LINUX_EMU.CFG
/core_devl/trunk/CFG/PLATFORM/LINUX_ETX
/core_devl/trunk/CFG/PLATFORM/LINUX_ETX.CFG
/core_devl/trunk/CFG/PLATFORM/LINUX_I386
/core_devl/trunk/CFG/PLATFORM/LINUX_I386.CFG
/core_devl/trunk/CFG/PLATFORM/LINUX_I386.DEF
/core_devl/trunk/CFG/PLATFORM/LMOS.CFG
/core_devl/trunk/CFG/PLATFORM/LMOS_ARM9TDMI.CFG
/core_devl/trunk/CFG/PLATFORM/LMOS_DEVLINUX.CFG
/core_devl/trunk/CFG/PLATFORM/LMOS_LINUX_EMU.CFG
/core_devl/trunk/CFG/PLATFORM/LMOS_LINUX_ETX.CFG
/core_devl/trunk/CFG/PLATFORM/MCR
/core_devl/trunk/CFG/PLATFORM/MCR.DEF
/core_devl/trunk/CFG/PLATFORM/MERG
/core_devl/trunk/CFG/PLATFORM/MOS68K
/core_devl/trunk/CFG/PLATFORM/MOS68K.DEF
/core_devl/trunk/CFG/PLATFORM/MOS68KRM
/core_devl/trunk/CFG/PLATFORM/MOS68KRM.DEF
/core_devl/trunk/CFG/PLATFORM/MOSCF
/core_devl/trunk/CFG/PLATFORM/MOSCF.DEF
/core_devl/trunk/CFG/PLATFORM/MPT
/core_devl/trunk/CFG/PLATFORM/MPT.DEF
/core_devl/trunk/CFG/PLATFORM/NGBCP
/core_devl/trunk/CFG/PLATFORM/NGDDU
/core_devl/trunk/CFG/PLATFORM/SOLARIS
/core_devl/trunk/CFG/PLATFORM/SOLARIS.CFG
/core_devl/trunk/CFG/PLATFORM/SOLARIS.DEF
/core_devl/trunk/CFG/PLATFORM/SOLARIS10_SPARC32
/core_devl/trunk/CFG/PLATFORM/SOLARIS10_SPARC32.CFG
/core_devl/trunk/CFG/PLATFORM/SOLARIS10_SPARC64
/core_devl/trunk/CFG/PLATFORM/SOLARIS10_SPARC64.CFG
/core_devl/trunk/CFG/PLATFORM/SOLARIS10_X64
/core_devl/trunk/CFG/PLATFORM/SOLARIS10_X64.CFG
/core_devl/trunk/CFG/PLATFORM/SOLARIS10_X86
/core_devl/trunk/CFG/PLATFORM/SOLARIS10_X86.CFG
/core_devl/trunk/CFG/PLATFORM/SOLARIS_I386
/core_devl/trunk/CFG/PLATFORM/SOLARIS_I386.DEF
/core_devl/trunk/CFG/PLATFORM/SOLARIS_SPARC
/core_devl/trunk/CFG/PLATFORM/SOLARIS_SPARC.DEF
/core_devl/trunk/CFG/PLATFORM/THRYON.DEF
/core_devl/trunk/CFG/PLATFORM/THYRON
/core_devl/trunk/CFG/PLATFORM/UNIX
/core_devl/trunk/CFG/PLATFORM/VS2003
/core_devl/trunk/CFG/PLATFORM/VS2003.CFG
/core_devl/trunk/CFG/PLATFORM/WCEIT3000
/core_devl/trunk/CFG/PLATFORM/WCEPA961
/core_devl/trunk/CFG/PLATFORM/WCEPA962
/core_devl/trunk/CFG/PLATFORM/WCEPA962_500
/core_devl/trunk/CFG/PLATFORM/WCEPCM7220
/core_devl/trunk/CFG/PLATFORM/WCEPSION_420
/core_devl/trunk/CFG/PLATFORM/WCEPSION_500
/core_devl/trunk/CFG/PLATFORM/WCEPSPC_arm
/core_devl/trunk/CFG/PLATFORM/WCEPSPC_emu
/core_devl/trunk/CFG/PLATFORM/WCEX86A420
/core_devl/trunk/CFG/PLATFORM/WCEX86A500
/core_devl/trunk/CFG/PLATFORM/WCEX86A500_SOM4455
/core_devl/trunk/CFG/PLATFORM/WIN32
/core_devl/trunk/CFG/PLATFORM/WIN32.CFG
/core_devl/trunk/CFG/PLATFORM/WIN32.DEF
/core_devl/trunk/CFG/PLATFORM/WINCE.CFG
/core_devl/trunk/CFG/PLATFORM/Wce
/core_devl/trunk/CFG/RULES
/core_devl/trunk/CFG/RULES.DOS
/core_devl/trunk/CFG/RULES.STD
/core_devl/trunk/CFG/RULES.UNI
/core_devl/trunk/CFG/RULES.WIN
/core_devl/trunk/CFG/SH
/core_devl/trunk/CFG/SH/EXTEND.LST
/core_devl/trunk/CFG/SH/HISTORY.SH
/core_devl/trunk/CFG/SH/PROFILE.SH
/core_devl/trunk/CFG/SH/README
/core_devl/trunk/CFG/SH/SH.VMC
/core_devl/trunk/CFG/TOOLSET
/core_devl/trunk/CFG/TOOLSET/AVR_IAR
/core_devl/trunk/CFG/TOOLSET/AVR_IAR.DEF
/core_devl/trunk/CFG/TOOLSET/AVR_IAR.RUL
/core_devl/trunk/CFG/TOOLSET/CSHARP.DEF
/core_devl/trunk/CFG/TOOLSET/CSHARP.PL
/core_devl/trunk/CFG/TOOLSET/CSHARP.RUL
/core_devl/trunk/CFG/TOOLSET/CYGNUS_THYRON
/core_devl/trunk/CFG/TOOLSET/CYGNUS_THYRON.DEF
/core_devl/trunk/CFG/TOOLSET/CYGNUS_THYRON.RUL
/core_devl/trunk/CFG/TOOLSET/DAFBR
/core_devl/trunk/CFG/TOOLSET/DAFBR.DEF
/core_devl/trunk/CFG/TOOLSET/DAFBR.RUL
/core_devl/trunk/CFG/TOOLSET/DJGPP
/core_devl/trunk/CFG/TOOLSET/DJGPP.DEF
/core_devl/trunk/CFG/TOOLSET/DJGPP.RUL
/core_devl/trunk/CFG/TOOLSET/GCC.DEF
/core_devl/trunk/CFG/TOOLSET/GCC.PL
/core_devl/trunk/CFG/TOOLSET/GCC.RUL
/core_devl/trunk/CFG/TOOLSET/GENERIC
/core_devl/trunk/CFG/TOOLSET/GNUPRO_H8
/core_devl/trunk/CFG/TOOLSET/GNUPRO_H8.DEF
/core_devl/trunk/CFG/TOOLSET/GNUPRO_H8.RUL
/core_devl/trunk/CFG/TOOLSET/JAVA.DEF
/core_devl/trunk/CFG/TOOLSET/JAVA.PL
/core_devl/trunk/CFG/TOOLSET/MOS_MRI.LNT
/core_devl/trunk/CFG/TOOLSET/MOS_MRI.PL
/core_devl/trunk/CFG/TOOLSET/MOS_MRI.RUL
/core_devl/trunk/CFG/TOOLSET/MOS_MRI_68K.DEF
/core_devl/trunk/CFG/TOOLSET/MOS_MRI_CF.DEF
/core_devl/trunk/CFG/TOOLSET/MRI68K
/core_devl/trunk/CFG/TOOLSET/MRI68K.DEF
/core_devl/trunk/CFG/TOOLSET/MRI68K.RUL
/core_devl/trunk/CFG/TOOLSET/MugFiles.pl
/core_devl/trunk/CFG/TOOLSET/PD386
/core_devl/trunk/CFG/TOOLSET/PD386.DEF
/core_devl/trunk/CFG/TOOLSET/PD386.RUL
/core_devl/trunk/CFG/TOOLSET/STANDARD.RUL
/core_devl/trunk/CFG/TOOLSET/SUNWORKS.DEF
/core_devl/trunk/CFG/TOOLSET/SUNWORKS.PL
/core_devl/trunk/CFG/TOOLSET/SUNWORKS.RUL
/core_devl/trunk/CFG/TOOLSET/TOOLSET.TXT
/core_devl/trunk/CFG/TOOLSET/VCWCE
/core_devl/trunk/CFG/TOOLSET/VCWCE.DEF
/core_devl/trunk/CFG/TOOLSET/VCWCE.RUL
/core_devl/trunk/CFG/TOOLSET/VCWIN32.DEF
/core_devl/trunk/CFG/TOOLSET/VCWIN32.PL
/core_devl/trunk/CFG/TOOLSET/VCWIN32.RUL
/core_devl/trunk/CFG/TOOLSET/VCWIN32_NET2003.DEF
/core_devl/trunk/CFG/TOOLSET/WC386
/core_devl/trunk/CFG/TOOLSET/WC386.DEF
/core_devl/trunk/CFG/TOOLSET/WC386.RUL
/core_devl/trunk/CFG/TOOLSET/WC4GW
/core_devl/trunk/CFG/TOOLSET/WC4GW.DEF
/core_devl/trunk/CFG/TOOLSET/WCDOS
/core_devl/trunk/CFG/TOOLSET/WCDOS.DEF
/core_devl/trunk/CFG/TOOLSET/WCDOS.RUL
/core_devl/trunk/CFG/TOOLSET/co-msc60.lnt
/core_devl/trunk/CFG/TOOLSET/cygnus.txt
/core_devl/trunk/CFG/TOOLSET/exctags
/core_devl/trunk/CFG/TOOLSET/exctags.rul
/core_devl/trunk/CFG/TOOLSET/gnu_mpt
/core_devl/trunk/CFG/TOOLSET/gnu_mpt.def
/core_devl/trunk/CFG/TOOLSET/gnu_mpt.rul
/core_devl/trunk/CFG/TOOLSET/keilc51v41
/core_devl/trunk/CFG/TOOLSET/keilc51v41.DEF
/core_devl/trunk/CFG/TOOLSET/keilc51v41.RUL
/core_devl/trunk/CFG/TOOLSET/m16c.def
/core_devl/trunk/CFG/TOOLSET/m16c.pl
/core_devl/trunk/CFG/TOOLSET/m16c.rul
/core_devl/trunk/CFG/TOOLSET/pclint
/core_devl/trunk/CFG/TOOLSET/pclint.rul
/core_devl/trunk/ChangeLog.sh
/core_devl/trunk/ChangeLog.txt
/core_devl/trunk/PostInstall.sh
/core_devl/trunk/Readme.txt
/core_devl/trunk/TEMPLATES
/core_devl/trunk/TEMPLATES/DPACKAGE
/core_devl/trunk/TEMPLATES/ant-package
/core_devl/trunk/TEMPLATES/ant-package/reports.xml
/core_devl/trunk/TEMPLATES/ant-package/reportsdepends.xml
/core_devl/trunk/TEMPLATES/basic
/core_devl/trunk/TEMPLATES/basic/build.pl
/core_devl/trunk/TEMPLATES/basic/makefile.pl
/core_devl/trunk/TEMPLATES/basic/src
/core_devl/trunk/TEMPLATES/basic/src/makefile.pl
/core_devl/trunk/TEMPLATES/daf-basic
/core_devl/trunk/TEMPLATES/daf-basic/build.pl
/core_devl/trunk/TEMPLATES/daf-basic/makefile.pl
/core_devl/trunk/TEMPLATES/daf-basic/src
/core_devl/trunk/TEMPLATES/daf-basic/src/makefile.pl
/core_devl/trunk/TEMPLATES/generic
/core_devl/trunk/TEMPLATES/generic/build.pl
/core_devl/trunk/TEMPLATES/generic/src
/core_devl/trunk/TEMPLATES/generic/src/makefile.pl
/core_devl/trunk/TEMPLATES/mos-thx
/core_devl/trunk/TEMPLATES/mos-thx/build.pl
/core_devl/trunk/TEMPLATES/mos-thx/static-lib
/core_devl/trunk/TEMPLATES/mos-thx/static-lib/makefile.pl
/core_devl/trunk/TEMPLATES/mos-thx/thx-module
/core_devl/trunk/TEMPLATES/mos-thx/thx-module/makefile.pl
/core_devl/trunk/TEMPLATES/readme.txt
/core_devl/trunk/TEMPLATES/warnings.mri
/core_devl/trunk/TEST
/core_devl/trunk/TEST/dir with space
/core_devl/trunk/TEST/dir with space/file with space
/core_devl/trunk/TEST/jats-win-solaris
/core_devl/trunk/TEST/jats-win-solaris/build.pl
/core_devl/trunk/TEST/jats-win-solaris/makefile.pl
/core_devl/trunk/TEST/jats-win-solaris/src
/core_devl/trunk/TEST/jats-win-solaris/src/file1.c
/core_devl/trunk/TEST/jats-win-solaris/src/file1.h
/core_devl/trunk/TEST/jats-win-solaris/src/file2.xxx
/core_devl/trunk/TEST/jats-win-solaris/src/makefile.pl
/core_devl/trunk/TEST/version1
/core_devl/trunk/TEST/version1/SRC
/core_devl/trunk/TEST/version1/SRC/INC
/core_devl/trunk/TEST/version1/SRC/INC/HKDDU
/core_devl/trunk/TEST/version1/SRC/INC/HKDDU/machine.h
/core_devl/trunk/TEST/version1/SRC/INC/HKDDU/target.h
/core_devl/trunk/TEST/version1/SRC/INC/SYS
/core_devl/trunk/TEST/version1/SRC/INC/SYS/config.h
/core_devl/trunk/TEST/version1/SRC/INC/UNIX
/core_devl/trunk/TEST/version1/SRC/INC/UNIX/machine.h
/core_devl/trunk/TEST/version1/SRC/INC/UNIX/target.h
/core_devl/trunk/TEST/version1/SRC/INC/WIN32
/core_devl/trunk/TEST/version1/SRC/INC/WIN32/machine.h
/core_devl/trunk/TEST/version1/SRC/INC/WIN32/target.h
/core_devl/trunk/TEST/version1/SRC/INC/makefile.pl
/core_devl/trunk/TEST/version1/SRC/INC/public.h
/core_devl/trunk/TEST/version1/SRC/INC/sys.h
/core_devl/trunk/TEST/version1/SRC/InstallPkg.sh
/core_devl/trunk/TEST/version1/SRC/KERNEL
/core_devl/trunk/TEST/version1/SRC/KERNEL/makefile.pl
/core_devl/trunk/TEST/version1/SRC/TARGET
/core_devl/trunk/TEST/version1/SRC/TARGET/AS
/core_devl/trunk/TEST/version1/SRC/TARGET/AS/a.c
/core_devl/trunk/TEST/version1/SRC/TARGET/AS/main.c
/core_devl/trunk/TEST/version1/SRC/TARGET/AS/makefile.pl
/core_devl/trunk/TEST/version1/SRC/TARGET/AS/n.c
/core_devl/trunk/TEST/version1/SRC/TARGET/AS/t.c
/core_devl/trunk/TEST/version1/SRC/TARGET/BC
/core_devl/trunk/TEST/version1/SRC/TARGET/BC/a.c
/core_devl/trunk/TEST/version1/SRC/TARGET/BC/makefile.pl
/core_devl/trunk/TEST/version1/SRC/TARGET/BC/n.c
/core_devl/trunk/TEST/version1/SRC/TARGET/BC/t.c
/core_devl/trunk/TEST/version1/SRC/TARGET/XX
/core_devl/trunk/TEST/version1/SRC/TARGET/XX/makefile.pl
/core_devl/trunk/TEST/version1/SRC/TARGET/XX/t.h
/core_devl/trunk/TEST/version1/SRC/TARGET/XX/t00.c
/core_devl/trunk/TEST/version1/SRC/TARGET/XX/t01.c
/core_devl/trunk/TEST/version1/SRC/TARGET/XX/t02.c
/core_devl/trunk/TEST/version1/SRC/TARGET/XX/t03.c
/core_devl/trunk/TEST/version1/SRC/TARGET/XX/t04.c
/core_devl/trunk/TEST/version1/SRC/TARGET/XX/t05.c
/core_devl/trunk/TEST/version1/SRC/TARGET/XX/t06.c
/core_devl/trunk/TEST/version1/SRC/TARGET/XX/t07.c
/core_devl/trunk/TEST/version1/SRC/TARGET/XX/t08.c
/core_devl/trunk/TEST/version1/SRC/TARGET/XX/t09.c
/core_devl/trunk/TEST/version1/SRC/TARGET/XX/t10.c
/core_devl/trunk/TEST/version1/SRC/TARGET/XX/t11.c
/core_devl/trunk/TEST/version1/SRC/TARGET/XX/t12.c
/core_devl/trunk/TEST/version1/SRC/TARGET/XX/t13.c
/core_devl/trunk/TEST/version1/SRC/TARGET/XX/t14.c
/core_devl/trunk/TEST/version1/SRC/TARGET/XX/t15.c
/core_devl/trunk/TEST/version1/SRC/TARGET/XX/t16.c
/core_devl/trunk/TEST/version1/SRC/TARGET/XX/t17.c
/core_devl/trunk/TEST/version1/SRC/TARGET/XX/t18.c
/core_devl/trunk/TEST/version1/SRC/TARGET/XX/t19.c
/core_devl/trunk/TEST/version1/SRC/TARGET/XX/t20.c
/core_devl/trunk/TEST/version1/SRC/TARGET/XX/t21.c
/core_devl/trunk/TEST/version1/SRC/TARGET/XX/t22.c
/core_devl/trunk/TEST/version1/SRC/TARGET/XX/t23.c
/core_devl/trunk/TEST/version1/SRC/TARGET/XX/t24.c
/core_devl/trunk/TEST/version1/SRC/TARGET/XX/t25.c
/core_devl/trunk/TEST/version1/SRC/TARGET/XX/t26.c
/core_devl/trunk/TEST/version1/SRC/TARGET/XX/t27.c
/core_devl/trunk/TEST/version1/SRC/TARGET/XX/t28.c
/core_devl/trunk/TEST/version1/SRC/TARGET/XX/t29.c
/core_devl/trunk/TEST/version1/SRC/TARGET/XX/t30.c
/core_devl/trunk/TEST/version1/SRC/TARGET/XX/t31.c
/core_devl/trunk/TEST/version1/SRC/TARGET/XX/t32.c
/core_devl/trunk/TEST/version1/SRC/TARGET/XX/t33.c
/core_devl/trunk/TEST/version1/SRC/TARGET/XX/t34.c
/core_devl/trunk/TEST/version1/SRC/TARGET/XX/t35.c
/core_devl/trunk/TEST/version1/SRC/TARGET/XX/t36.c
/core_devl/trunk/TEST/version1/SRC/TARGET/XX/t37.c
/core_devl/trunk/TEST/version1/SRC/TARGET/XX/t38.c
/core_devl/trunk/TEST/version1/SRC/TARGET/XX/t39.c
/core_devl/trunk/TEST/version1/SRC/TARGET/XX/t40.c
/core_devl/trunk/TEST/version1/SRC/TARGET/XX/t41.c
/core_devl/trunk/TEST/version1/SRC/TARGET/XX/t42.c
/core_devl/trunk/TEST/version1/SRC/TARGET/XX/t43.c
/core_devl/trunk/TEST/version1/SRC/TARGET/XX/t44.c
/core_devl/trunk/TEST/version1/SRC/TARGET/XX/t45.c
/core_devl/trunk/TEST/version1/SRC/TARGET/XX/t46.c
/core_devl/trunk/TEST/version1/SRC/TARGET/XX/t47.c
/core_devl/trunk/TEST/version1/SRC/TARGET/XX/t48.c
/core_devl/trunk/TEST/version1/SRC/TARGET/XX/t49.c
/core_devl/trunk/TEST/version1/SRC/TARGET/XX/t50.c
/core_devl/trunk/TEST/version1/SRC/TARGET/XX/t51.c
/core_devl/trunk/TEST/version1/SRC/TARGET/XX/t52.c
/core_devl/trunk/TEST/version1/SRC/TARGET/XX/t53.c
/core_devl/trunk/TEST/version1/SRC/TARGET/XX/t54.c
/core_devl/trunk/TEST/version1/SRC/TARGET/XX/t55.c
/core_devl/trunk/TEST/version1/SRC/TARGET/XX/t56.c
/core_devl/trunk/TEST/version1/SRC/TARGET/XX/t57.c
/core_devl/trunk/TEST/version1/SRC/TARGET/XX/t58.c
/core_devl/trunk/TEST/version1/SRC/TARGET/XX/t59.c
/core_devl/trunk/TEST/version1/SRC/TARGET/XX/t60.c
/core_devl/trunk/TEST/version1/SRC/TARGET/XX/t61.c
/core_devl/trunk/TEST/version1/SRC/TARGET/XX/t62.c
/core_devl/trunk/TEST/version1/SRC/TARGET/XX/t63.c
/core_devl/trunk/TEST/version1/SRC/TARGET/XX/t64.c
/core_devl/trunk/TEST/version1/SRC/TARGET/XX/t65.c
/core_devl/trunk/TEST/version1/SRC/TARGET/XX/t66.c
/core_devl/trunk/TEST/version1/SRC/TARGET/XX/t67.c
/core_devl/trunk/TEST/version1/SRC/TARGET/XX/t68.c
/core_devl/trunk/TEST/version1/SRC/TARGET/XX/t69.c
/core_devl/trunk/TEST/version1/SRC/TARGET/makefile.pl
/core_devl/trunk/TEST/version1/SRC/makefile.pl
/core_devl/trunk/TEST/version1/build.bat
/core_devl/trunk/TEST/version1/build.pl
/core_devl/trunk/TEST/version1/build.sh
/core_devl/trunk/TEST/version1/makefile.pl
/core_devl/trunk/TEST/version1/package.pl
/core_devl/trunk/TEST/version1/tree.dir
/core_devl/trunk/TOOLS
/core_devl/trunk/TOOLS/CCdiff.pl
/core_devl/trunk/TOOLS/DEPLOY
/core_devl/trunk/TOOLS/DEPLOY/CCaddSourceR.pl
/core_devl/trunk/TOOLS/DEPLOY/CCcheckinR.pl
/core_devl/trunk/TOOLS/DEPLOY/CCcheckout.pl
/core_devl/trunk/TOOLS/DEPLOY/CCcheckoutR.pl
/core_devl/trunk/TOOLS/DEPLOY/CClabeldiff.pl
/core_devl/trunk/TOOLS/DEPLOY/CCundoCheckoutR.pl
/core_devl/trunk/TOOLS/DEPLOY/CCviewInfo.pl
/core_devl/trunk/TOOLS/DEPLOY/checkin-diff.pl
/core_devl/trunk/TOOLS/DEPLOY/deploylib_cclabel.pl
/core_devl/trunk/TOOLS/DEPLOY/findreplacetag.pl
/core_devl/trunk/TOOLS/DEPLOY/findreplacetag.sh
/core_devl/trunk/TOOLS/DEPLOY/getRmRn.pl
/core_devl/trunk/TOOLS/DEPLOY/getRmRuntimeTree.pl
/core_devl/trunk/TOOLS/DEPLOY/updatenodespec.pl
/core_devl/trunk/TOOLS/LIB
/core_devl/trunk/TOOLS/LIB/ArrayHashUtils.pm
/core_devl/trunk/TOOLS/LIB/BuildName.pm
/core_devl/trunk/TOOLS/LIB/BuildVersion.pm
/core_devl/trunk/TOOLS/LIB/Clearcase
/core_devl/trunk/TOOLS/LIB/Clearcase/.ccignore
/core_devl/trunk/TOOLS/LIB/Clearcase/CheckinCmd.pm
/core_devl/trunk/TOOLS/LIB/Clearcase/Cmd.pm
/core_devl/trunk/TOOLS/LIB/Clearcase/CmdProc.pm
/core_devl/trunk/TOOLS/LIB/Clearcase/FindCmd.pm
/core_devl/trunk/TOOLS/LIB/Clearcase/IgnoreList.pm
/core_devl/trunk/TOOLS/LIB/Clearcase/LsCheckoutCmd.pm
/core_devl/trunk/TOOLS/LIB/Clearcase/LsCmd.pm
/core_devl/trunk/TOOLS/LIB/Clearcase/UndoCheckoutCmd.pm
/core_devl/trunk/TOOLS/LIB/ConfigurationFile.pm
/core_devl/trunk/TOOLS/LIB/DBI.pm
/core_devl/trunk/TOOLS/LIB/DeployUtils
/core_devl/trunk/TOOLS/LIB/DeployUtils/BuildFile.pm
/core_devl/trunk/TOOLS/LIB/DeployUtils/Logger.pm
/core_devl/trunk/TOOLS/LIB/DeployUtils/RmPkgInfo.pm
/core_devl/trunk/TOOLS/LIB/DescPkg.pm
/core_devl/trunk/TOOLS/LIB/FileUtils.pm
/core_devl/trunk/TOOLS/LIB/JatsDPackage.pm
/core_devl/trunk/TOOLS/LIB/JatsEnv.pm
/core_devl/trunk/TOOLS/LIB/JatsError.pm
/core_devl/trunk/TOOLS/LIB/JatsLocateFiles.pm
/core_devl/trunk/TOOLS/LIB/JatsMakeConfig.pm
/core_devl/trunk/TOOLS/LIB/JatsMakeInfo.pm
/core_devl/trunk/TOOLS/LIB/JatsProperties.pm
/core_devl/trunk/TOOLS/LIB/JatsRmApi.pm
/core_devl/trunk/TOOLS/LIB/JatsSystem.pm
/core_devl/trunk/TOOLS/LIB/JatsVersionUtils.pm
/core_devl/trunk/TOOLS/LIB/MakeEntry.pm
/core_devl/trunk/TOOLS/LIB/PackageEntry.pm
/core_devl/trunk/TOOLS/LIB/ReadBuildConfig.pm
/core_devl/trunk/TOOLS/LIB/ReleaseManagerSelect.jar
/core_devl/trunk/TOOLS/LIB/ToolsetPrinter.pm
/core_devl/trunk/TOOLS/LIB/classes12.jar
/core_devl/trunk/TOOLS/LIB/deploylib.pm
/core_devl/trunk/TOOLS/armerge
/core_devl/trunk/TOOLS/buildlib.pl
/core_devl/trunk/TOOLS/cache_dpkg.pl
/core_devl/trunk/TOOLS/common.pl
/core_devl/trunk/TOOLS/create_dpkg.pl
/core_devl/trunk/TOOLS/cvs2cl.pl
/core_devl/trunk/TOOLS/escrow.pl
/core_devl/trunk/TOOLS/gen_cots.pl
/core_devl/trunk/TOOLS/gen_dirlist.pl
/core_devl/trunk/TOOLS/gen_metrics.pl
/core_devl/trunk/TOOLS/gen_msprojects.pl
/core_devl/trunk/TOOLS/gen_packagelist.pl
/core_devl/trunk/TOOLS/gen_winrc.pl
/core_devl/trunk/TOOLS/installpkg.pl
/core_devl/trunk/TOOLS/jats.bat
/core_devl/trunk/TOOLS/jats.pl
/core_devl/trunk/TOOLS/jats.sh
/core_devl/trunk/TOOLS/jats_builder.pl
/core_devl/trunk/TOOLS/jats_buildlinux.pl
/core_devl/trunk/TOOLS/jats_buildperl.pl
/core_devl/trunk/TOOLS/jats_cbuilder.pl
/core_devl/trunk/TOOLS/jats_label.pl
/core_devl/trunk/TOOLS/jats_lib_scan.pl
/core_devl/trunk/TOOLS/jats_manifest.pl
/core_devl/trunk/TOOLS/jats_rewrite.pl
/core_devl/trunk/TOOLS/jats_sandbox.pl
/core_devl/trunk/TOOLS/jats_save_build.pl
/core_devl/trunk/TOOLS/jats_transform_file.pl
/core_devl/trunk/TOOLS/jmake.pl
/core_devl/trunk/TOOLS/makeif.pl
/core_devl/trunk/TOOLS/makelib.pl
/core_devl/trunk/TOOLS/makelib.pl2
/core_devl/trunk/TOOLS/test_rmconnection.pl
/core_devl/trunk/UTILS
/core_devl/trunk/UTILS/CMDFILE
/core_devl/trunk/UTILS/CMDFILE/build.bat
/core_devl/trunk/UTILS/CMDFILE/cdefs.h
/core_devl/trunk/UTILS/CMDFILE/clean.bat
/core_devl/trunk/UTILS/CMDFILE/cmdfile.c
/core_devl/trunk/UTILS/CMDFILE/cmdfile.h
/core_devl/trunk/UTILS/CMDFILE/cmdfile.lst
/core_devl/trunk/UTILS/CMDFILE/cmdfile.tst
/core_devl/trunk/UTILS/CMDFILE/cmdfile2.tst
/core_devl/trunk/UTILS/CMDFILE/dosify.c
/core_devl/trunk/UTILS/CMDFILE/gcc.c
/core_devl/trunk/UTILS/CMDFILE/gccvpath.tst
/core_devl/trunk/UTILS/CMDFILE/getopt.c
/core_devl/trunk/UTILS/CMDFILE/getopt.h
/core_devl/trunk/UTILS/CMDFILE/longopt.c
/core_devl/trunk/UTILS/CMDFILE/longopt.h
/core_devl/trunk/UTILS/CMDFILE/macro.c
/core_devl/trunk/UTILS/CMDFILE/makefile.pl
/core_devl/trunk/UTILS/CMDFILE/makefile.solaris
/core_devl/trunk/UTILS/CMDFILE/makefile.unix
/core_devl/trunk/UTILS/CMDFILE/makefile.vc
/core_devl/trunk/UTILS/CMDFILE/mktemp.c
/core_devl/trunk/UTILS/CMDFILE/realpath.c
/core_devl/trunk/UTILS/CMDFILE/shtpath.c
/core_devl/trunk/UTILS/CMDFILE/test.bat
/core_devl/trunk/UTILS/CMDFILE/test.sh
/core_devl/trunk/UTILS/CMDFILE/tolower.pl
/core_devl/trunk/UTILS/CMDFILE/url.c
/core_devl/trunk/UTILS/CMDFILE/util.c
/core_devl/trunk/UTILS/CMDFILE/vcbuild.bat
/core_devl/trunk/UTILS/CMDFILE/vcclean.bat
/core_devl/trunk/UTILS/CMDFILE/vcvclean.bat
/core_devl/trunk/UTILS/CMDFILE/vpath.c
/core_devl/trunk/UTILS/DBI-JDBC
/core_devl/trunk/UTILS/DBI-JDBC/ReadMe.txt
/core_devl/trunk/UTILS/DBI-JDBC/build.pl
/core_devl/trunk/UTILS/DBI-JDBC/src
/core_devl/trunk/UTILS/DBI-JDBC/src/DBI.pm
/core_devl/trunk/UTILS/DBI-JDBC/src/Manifest.txt
/core_devl/trunk/UTILS/DBI-JDBC/src/build.xml
/core_devl/trunk/UTILS/DBI-JDBC/src/com
/core_devl/trunk/UTILS/DBI-JDBC/src/com/erggroup
/core_devl/trunk/UTILS/DBI-JDBC/src/com/erggroup/jats
/core_devl/trunk/UTILS/DBI-JDBC/src/com/erggroup/jats/ReleaseManagerSelect.java
/core_devl/trunk/UTILS/DBI-JDBC/src/com/erggroup/jats/TimedBufferedReader.java
/core_devl/trunk/UTILS/DBI-JDBC/src/makefile.pl
/core_devl/trunk/UTILS/DBI-JDBC/src/test
/core_devl/trunk/UTILS/DBI-JDBC/src/test/jats_test.pl
/core_devl/trunk/UTILS/GnuWin32
/core_devl/trunk/UTILS/GnuWin32/coreutils-5.3.0.exe
/core_devl/trunk/UTILS/GnuWin32/which-2.16-4.exe
/core_devl/trunk/UTILS/LIBWIN32
/core_devl/trunk/UTILS/LIBWIN32/cdefs.h
/core_devl/trunk/UTILS/LIBWIN32/dirent.c
/core_devl/trunk/UTILS/LIBWIN32/dirent.h
/core_devl/trunk/UTILS/LIBWIN32/makefile.vc
/core_devl/trunk/UTILS/LIBWIN32/testdir.c
/core_devl/trunk/UTILS/LIBWIN32/unistd.h
/core_devl/trunk/UTILS/LIBWIN32/vcbuild.bat
/core_devl/trunk/UTILS/MKDEPEND
/core_devl/trunk/UTILS/MKDEPEND/CPP.ED
/core_devl/trunk/UTILS/MKDEPEND/MAKEFILE.386
/core_devl/trunk/UTILS/MKDEPEND/MKDEPEND.1
/core_devl/trunk/UTILS/MKDEPEND/MKDEPEND.MAN
/core_devl/trunk/UTILS/MKDEPEND/REF
/core_devl/trunk/UTILS/MKDEPEND/REF/STDARGV.C
/core_devl/trunk/UTILS/MKDEPEND/Xfuncproto.h
/core_devl/trunk/UTILS/MKDEPEND/Xosdefs.h
/core_devl/trunk/UTILS/MKDEPEND/argv.c
/core_devl/trunk/UTILS/MKDEPEND/cppsetup.c
/core_devl/trunk/UTILS/MKDEPEND/def.h
/core_devl/trunk/UTILS/MKDEPEND/ifparser.c
/core_devl/trunk/UTILS/MKDEPEND/ifparser.h
/core_devl/trunk/UTILS/MKDEPEND/imakedep.h
/core_devl/trunk/UTILS/MKDEPEND/include.c
/core_devl/trunk/UTILS/MKDEPEND/main.c
/core_devl/trunk/UTILS/MKDEPEND/makefile.pl
/core_devl/trunk/UTILS/MKDEPEND/makefile.solaris
/core_devl/trunk/UTILS/MKDEPEND/makefile.unix
/core_devl/trunk/UTILS/MKDEPEND/makefile.vc
/core_devl/trunk/UTILS/MKDEPEND/parse.c
/core_devl/trunk/UTILS/MKDEPEND/pr.c
/core_devl/trunk/UTILS/MKDEPEND/test.c
/core_devl/trunk/UTILS/MKDEPEND/vcbuild.bat
/core_devl/trunk/UTILS/Rpcgen
/core_devl/trunk/UTILS/Rpcgen/CHANGE.LOG
/core_devl/trunk/UTILS/Rpcgen/CHANGES.DOC
/core_devl/trunk/UTILS/Rpcgen/DOS16.mk
/core_devl/trunk/UTILS/Rpcgen/MAKEFILE
/core_devl/trunk/UTILS/Rpcgen/MAKEFILE.95
/core_devl/trunk/UTILS/Rpcgen/MAKEFILE.PL
/core_devl/trunk/UTILS/Rpcgen/MAKEFILE.SUN
/core_devl/trunk/UTILS/Rpcgen/MAKEFILE.WC
/core_devl/trunk/UTILS/Rpcgen/RINDEX.C
/core_devl/trunk/UTILS/Rpcgen/RPCGEN_N.1
/core_devl/trunk/UTILS/Rpcgen/RPC_CLNT.C
/core_devl/trunk/UTILS/Rpcgen/RPC_COUT.C
/core_devl/trunk/UTILS/Rpcgen/RPC_HOUT.C
/core_devl/trunk/UTILS/Rpcgen/RPC_MAIN.C
/core_devl/trunk/UTILS/Rpcgen/RPC_PARS.C
/core_devl/trunk/UTILS/Rpcgen/RPC_PARSE.H
/core_devl/trunk/UTILS/Rpcgen/RPC_SAMP.C
/core_devl/trunk/UTILS/Rpcgen/RPC_SCAN.C
/core_devl/trunk/UTILS/Rpcgen/RPC_SCAN.H
/core_devl/trunk/UTILS/Rpcgen/RPC_SVCO.C
/core_devl/trunk/UTILS/Rpcgen/RPC_TBLO.C
/core_devl/trunk/UTILS/Rpcgen/RPC_UTIL.C
/core_devl/trunk/UTILS/Rpcgen/RPC_UTIL.H
/core_devl/trunk/UTILS/Rpcgen/VC.BAT
/core_devl/trunk/UTILS/Rpcgen/rpc
/core_devl/trunk/UTILS/Rpcgen/rpc/types.h
/core_devl/trunk/UTILS/SH
/core_devl/trunk/UTILS/SH/ARGV.C
/core_devl/trunk/UTILS/SH/DIRECTOR.C
/core_devl/trunk/UTILS/SH/GLOB.C
/core_devl/trunk/UTILS/SH/INCLUDE
/core_devl/trunk/UTILS/SH/INCLUDE/GLOB.H
/core_devl/trunk/UTILS/SH/INCLUDE/LANGINFO.H
/core_devl/trunk/UTILS/SH/INCLUDE/NL_TYPES.H
/core_devl/trunk/UTILS/SH/INCLUDE/SYS
/core_devl/trunk/UTILS/SH/INCLUDE/SYS/NULL.H
/core_devl/trunk/UTILS/SH/INCLUDE/SYS/PROTO.H
/core_devl/trunk/UTILS/SH/INCLUDE/SYS/README
/core_devl/trunk/UTILS/SH/INCLUDE/SYS/TYPES_OLD.H
/core_devl/trunk/UTILS/SH/MAKEFILE.PL
/core_devl/trunk/UTILS/SH/PTYPE.C
/core_devl/trunk/UTILS/SH/SH.H
/core_devl/trunk/UTILS/SH/SH10.C
/core_devl/trunk/UTILS/SH/SH11.C
/core_devl/trunk/UTILS/SH/SH2.C
/core_devl/trunk/UTILS/SH/SH4.C
/core_devl/trunk/UTILS/SH/SH5.C
/core_devl/trunk/UTILS/SH/SH6.C
/core_devl/trunk/UTILS/SH/STDARGV.C
/core_devl/trunk/UTILS/SH/SYSTEM.C
/core_devl/trunk/UTILS/SH/Sh1.c
/core_devl/trunk/UTILS/SH/Sh12.c
/core_devl/trunk/UTILS/SH/Sh13.c
/core_devl/trunk/UTILS/SH/Sh3.c
/core_devl/trunk/UTILS/SH/Sh7.c
/core_devl/trunk/UTILS/SH/Sh8.c
/core_devl/trunk/UTILS/SH/Sh9.c
/core_devl/trunk/UTILS/SH/WC386.MK
/core_devl/trunk/UTILS/SH/WCX86.MK
/core_devl/trunk/UTILS/SH/makefile.vc
/core_devl/trunk/UTILS/SH/test
/core_devl/trunk/UTILS/SH/test/test1.sh
/core_devl/trunk/UTILS/SH/test/test2.sh
/core_devl/trunk/UTILS/SH/test/test3.sh
/core_devl/trunk/UTILS/SH/test/test4.sh
/core_devl/trunk/UTILS/SH/vcbuild.bat
/core_devl/trunk/UTILS/ShowDlls
/core_devl/trunk/UTILS/ShowDlls/build.pl
/core_devl/trunk/UTILS/ShowDlls/src
/core_devl/trunk/UTILS/ShowDlls/src/ShowDLLs.cpp
/core_devl/trunk/UTILS/ShowDlls/src/makefile.pl
/core_devl/trunk/UTILS/bad-progs
/core_devl/trunk/UTILS/bad-progs/build.pl
/core_devl/trunk/UTILS/bad-progs/src
/core_devl/trunk/UTILS/bad-progs/src/ant.c
/core_devl/trunk/UTILS/bad-progs/src/javac.c
/core_devl/trunk/UTILS/bad-progs/src/makefile.pl
/core_devl/trunk/UTILS/javatar
/core_devl/trunk/UTILS/javatar/javatar-2.5.zip