DevTools
svn1
svn1-original
testRepo
BlueGrey
calm
Elegant
Català-Valencià – Catalan
中文 – Chinese (Simplified)
中文 – Chinese (Traditional)
Česky – Czech
Dansk – Danish
Nederlands – Dutch
English – English
Suomi – Finnish
Français – French
Deutsch – German
עברית – Hebrew
हिंदी – Hindi
Magyar – Hungarian
Bahasa Indonesia – Indonesian
Italiano – Italian
日本語 – Japanese
한국어 – Korean
Македонски – Macedonian
मराठी – Marathi
Norsk – Norwegian
Polski – Polish
Português – Portuguese
Português – Portuguese (Brazil)
Русский – Russian
Slovenčina – Slovak
Slovenščina – Slovenian
Español – Spanish
Svenska – Swedish
Türkçe – Turkish
Українська – Ukrainian
Oëzbekcha – Uzbek
Subversion Repositories
DevTools
(root)
/
core_devl
/
branches
/
gitBuilder
/
CFG
/
TOOLSET
/
JAVA.DEF
@ 7300
– Rev 7300
Rev
Show changed files
|
Details
|
Compare with Previous
|
Blame
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Rev
Age
Author
Path
Log message
Diff
7300
2295 d 20 h
dpurdie
/core_devl/branches/gitBuilder/
7299
2295 d 20 h
dpurdie
/core_devl/branches/gitBuilder/
Created to duplicate the work done on svn002
5109
3835 d 18 h
dpurdie
/core_devl/trunk/
A new environment variable(GBE_DPKG_CACHE_CTL) allows the GBE_DPKG_CACHE to be automatically populated.
Build File processing - duplicate platforms now an error ( except for ABT)
Build File processing - Reodering of build information and warnings
4309
4207 d 21 h
dpurdie
/core_devl/trunk/
241
6463 d 5 h
dpurdie
/core_devl/trunk/
DevTools/core_devl: Checkin by Svn Import
Major changes:
* MOS68K Toolset (Not MOS68KRM)
Force compiler option -nOj
The default compiler option (-Oj) has been seen to cause problems with some
code. Problem reported/analysed by rparker and thunter.
* MOS68K Toolset (Not MOS68KRM)
Correct problem in disabling Global Opimisation that was introduced in
version 2.73.1000
Minor changes:
* JATS makefiles
Correct problem where a Production/Debug only build would create OBJ
directories for both production and debug, and not clean them up.
* JATS builds
Allow ANT builds to be run in verbose mode to facilitate debugging
The command "make all options=args" will run the ANT builds in 'verbose'
mode.
* JATS makefiles
Extended the 'selector' used in all makefile directives - as the first
argument. Added two non-platform related options:
--Project=xxxx True if the package suffix matches
--Defined=yyy True if yyy is declared with a SetValue or
SetList directive.
ie: AddSrcDir ('--Project=sls' , 'sls' );
AddSrcDir ('!--Project=sls', 'default');
* JATS makefiles. MakeProject directive
New packaging options to package up programs to be used as JATS plug-ins
--PackageTool=xxxx
--PackageToolProd=xxx
--PackageToolDebug=xxx
* JATS buildfile processing
Generate a warning for build platforms that are unknown to JATS
These may be the result of a user typo or an incompatible version
of JATS.
* JATS save_build utility
Correctly handle autobuild branches that contain multiple checkouts, one of
which may be reserved.
* JATS gen_cots utility
Correctly labels directories up to the VOB root.
Displays the correct 'Source Path' in the Release Manager Information.
Ignores the 'administration_view' as this is read-only
* JATS sandbox (experimental)
Ensure the AutoBuldTool does not use any sandbox
* JATS release (cbuilder) utility
Handle paths that have a trailing path separators.
239
6495 d 9 h
dpurdie
/core_devl/trunk/
DevTools/core_devl: Checkin by Svn Import
Major changes:
Minor changes:
* Corrected operation of GBE_PLATFORM, when building a GENERIC package.
A GENERIC package can now be built independently of the value
of GBE_PLATFORM.
* MOS Toolset
If only building for a production target, then don't generate an error
if there is no debug data and code addresses specified.
Use to build platform independent MOS Releases. Cannot have debug, but
can have production (PIC) components.
* Utility command: jats abt
Parse and use -buildfile=xxx option
* Utility command: jats extract -extractfiles
The extractfiles option will now duplicate empty directories
* Building ANT projects under JATS
Ensure that the PATH is correctly setup so that ANT can locate
utilities within the JAVA directory - for both Solaris and Windows.
Previously only worked on Windows
227
6573 d 12 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.