Subversion Repositories DevTools

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
864 6374 d 9 h mhunt /buildtool/trunk/ DevTools/buildtool: Checkin by Svn Import
DEVI fix
Addressed >200 compiler warnings. Now only 9 remain.
 
860 6394 d 7 h mhunt /buildtool/trunk/ DevTools/buildtool: Checkin by Svn Import
Improved logging to help track down DEVI-48831 cause.
 
856 6420 d 5 h mhunt /buildtool/trunk/ DevTools/buildtool: Checkin by Svn Import
Fixed issues
 
850 6438 d 5 h mhunt /buildtool/trunk/ DevTools/buildtool: Checkin by Svn Import
Issue fixes
 
846 6466 d 2 h dpurdie /buildtool/trunk/ DevTools/buildtool: Checkin by Svn Import
DEVI-047176 - Buildtool locks out Release Manager
 
844 6469 d 4 h dpurdie /buildtool/trunk/ DevTools/buildtool: Checkin by Svn Import
Fixed a debug message that was causing BuildDeamon to display ......MutableInt@xxxxxx instead of a number.

Altered the operation of BuildDaemon.isActive() so that it will loop though threads until it finds one that is alive. Prevents new threads being created when an Alive one exists.

Scanned ReleaseManager.java and closed all callable statements
The code is not exception-safe. This will require additional work, but it should not leak cursors as badly as the existing code. Address problem of oracle cursors accumulating.
 
838 6478 d 7 h mhunt /buildtool/trunk/ DevTools/buildtool: Checkin by Svn Import
See DEVI's
 
836 6484 d 5 h mhunt /buildtool/trunk/ DevTools/buildtool: Checkin by Svn Import
DEVI fixes
 
834 6490 d 1 h mhunt /buildtool/trunk/ DevTools/buildtool: Checkin by Svn Import
Metrics gathering (see TECHGP-00180).
Fix for the escrow tool to prevent the same package version being added to the collection (as a result of being referenced by another product in the bom)
More stringent business rule implemented to separate escrow build stages (if a dependency builds on multiple platforms and a consuming package builds on a subset of those platforms, separate the dependency and consuming package build stages)
 
830 6514 d 8 h mhunt /buildtool/trunk/ DevTools/buildtool: Checkin by Svn Import
Escrow build tool changes to support TECHGP-00182:
- solaris centric escrow_set_up replaces win32/unix_set_up/tear_down
- additionally generate raw_data.csv, an escrow build agenda
- omitted unit tests in ripple engine for escrow build tool
Escrow/Build Daemon changes:
- close resultset/statement handles to prevent oracle error (don't rely on garbage collector)
 
820 6554 d 3 h mhunt /buildtool/trunk/ DevTools/buildtool: Checkin by Svn Import
Bug fixes (for the New Year):
- dropped any pretence of backward compat with Release Planner generated buildfiles
- dropped abt.bat, abt, AutoMakeRelease.bat, AutoMakeRelease, setenv.bat
- add connect/disconnect to clearCurrentPackageBeingBuilt
- cull warning log message in MasterThread
- force main/Master/Slave threads to sleep upon Oracle connection issue
- do not exit main thread upon Oracle issue
- handling clearcase labelling/release manager publishing errors by marking package build exclusion flag
- rm -f *.log and *.xml in abtlaunch
- This follows an unexplained permissions based problem which caused the abt task to fail with an Exception
 
818 6575 d 3 h mhunt /buildtool/trunk/ DevTools/buildtool: Checkin by Svn Import
Bug fixes:
- improved hand shake, Master still waits for all Slaves to be in state waiting before generating build file/putting Slave in state Active, slave now waits for the Master to put it in state Active rather than waiting for build files
- fixed continual use of warning level when logging in slave
- clear current package being built when build is complete and set idle state before sleep
- add -verbose -verbose to bump up jats -extract logging, jats has been seen to sporadically return 1 on ict02 and unx26 (and probably other build machines too), and returns 0 subsequently
 
814 6578 d 7 h mhunt /buildtool/trunk/ DevTools/buildtool: Checkin by Svn Import
Accomodate MASS-00238 generated code

EXPERIMENTAL VERSION. DO NOT USE!!