Subversion Repositories DevTools

Rev

Go to most recent revision | Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
7201 2347 d 8 h dpurdie /buildtool/trunk/ Corrected report of plan with WIPs  
7186 2348 d 14 h dpurdie /buildtool/trunk/ Improve test building of COTS packages
Refactor lists of packages
Upgraded Junit version to interwork with gradle better
 
7180 2353 d 9 h dpurdie /buildtool/trunk/src/main/java/com/erggroup/buildtool/ripple/ Fixed SQL issue with use of parameters in a 'in' clause  
7176 2353 d 10 h dpurdie /buildtool/trunk/src/main/java/com/erggroup/buildtool/ Altered logging levels and a few other fixes  
7169 2354 d 10 h dpurdie /buildtool/trunk/src/ Added new build state - Planning
Added PlanControl to control the planning algorithm
Fixed bug where version of a RIPPLE request was incorrectly calculated
Improved SQL statements to allow caching of prepared statements
 
7163 2356 d 11 h dpurdie /buildtool/trunk/src/ Fix memory leak
Fix repeating builds of Daemon Instructions that can't be done
 
7137 2361 d 10 h dpurdie /buildtool/trunk/src/main/java/com/erggroup/buildtool/ripple/ Fix package find cache issue  
7114 2362 d 14 h dpurdie /buildtool/trunk/ Fix empty v_ext. Update Phase diagnostics  
7099 2363 d 16 h dpurdie /buildtool/trunk/ Included a bunch of fixes  
7088 2368 d 13 h dpurdie /buildtool/trunk/ Some files that did not merge as expected  
7082 2368 d 14 h dpurdie /buildtool/trunk/ Merge back from branch  
7046 2408 d 12 h dpurdie /buildtool/trunk/src/ Get build times
Remove warnings on use of mUseDatabase
 
7044 2409 d 14 h dpurdie /buildtool/trunk/src/main/java/com/erggroup/buildtool/ripple/ Cleanup log messages - to use formatting
Refactor escrow package extraction routines
 
7033 2419 d 13 h dpurdie /buildtool/trunk/ Use sfl4j over log4j  
7032 2422 d 11 h dpurdie /buildtool/trunk/src/main/java/com/erggroup/buildtool/ripple/ [PX-14315] - Build System repeatedly building a package that fails

Package A ( the package that is being endlessly rebuilt ) is indirectly dependent on Package B via other packages including Package-C
Package-B had a build failure cause Package-A to be indirectly excluded.
Package-C has been modified such that Package-A is no longer dependent on Package-B.

There are several issues.
1: Package-A is not removed from the indirect exclusion list now that it is no longer indirectly excluded. May need a mechanism whereby indirect exclusions that are no longer valid are removed.
2: When Package-A fails to build it is not added to the directly-excluded list because it has already been excluded. May need to improve the mechanism such that a direct-exclusion will override an indirect-exclusion.
 
7023 2433 d 11 h dpurdie /buildtool/trunk/ Adding Scheduled Package Builds
Refactoring bits
 
6914 2485 d 15 h dpurdie /buildtool/trunk/ Massive rework of the structure to build under gradle
No code changes