Subversion Repositories DevTools

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
4318 4204 d 12 h dpurdie /buildtool/branches/hotfix1/ Created by Jats svn branch  
4285 4222 d 10 h dpurdie /buildtool/trunk/ Cleanup several files
Factor out class - RunLevelData. Rename to prevent conflict and confusion.
Simplified walking threads and runlevels - use the Java iterators.
 
924 5403 d 0 h dpurdie /buildtool/trunk/ DevTools/buildtool: Checkin by Svn Import
Remove all knowledge of ClearCase from the buildtool
The buildtool works with a VcsTag that is extracted from the RM database and passed through to JATS in a manner that allows new Version Control Systems to be implemented.
 
922 5424 d 22 h dpurdie /buildtool/trunk/ DevTools/buildtool: Checkin by Svn Import
Generate emails with references to log files via an HTTP server.
Simplifies work with mail clients
 
900 6087 d 2 h mhunt /buildtool/trunk/ DevTools/buildtool: Checkin by Svn Import
DEVI fix
Turn off auto-commit for design adherence
Use of the standard Java Service Provider Interface in ojdbc6.jar and JSE 6 registers the driver class OracleDriver automatically.
This enables the OracleDatabaseJDBC-Thin build dependency to be dropped.
[REMOVED] OracleDatabaseJDBC-Thin
 
866 6349 d 3 h mhunt /buildtool/trunk/ DevTools/buildtool: Checkin by Svn Import
DEVI fixes. Requires backwardly compatable schema change. Basically the addition of the columns in the do_not_ripple table, the UnRipple_Package_Indirect procedure, and the pk_rmapi.exclude_indirect_from_build function.

Resurrection of abt ant task code used in the escrow tool to prevent a package already built on a platform from being rebuilt. This was last present in 13.0.16000.cr.
 
850 6434 d 2 h mhunt /buildtool/trunk/ DevTools/buildtool: Checkin by Svn Import
Issue fixes
 
830 6510 d 5 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)