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
7169 2355 d 11 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 2357 d 12 h dpurdie /buildtool/trunk/src/ Fix memory leak
Fix repeating builds of Daemon Instructions that can't be done
 
7137 2362 d 11 h dpurdie /buildtool/trunk/src/main/java/com/erggroup/buildtool/ripple/ Fix package find cache issue  
7114 2363 d 15 h dpurdie /buildtool/trunk/ Fix empty v_ext. Update Phase diagnostics  
7099 2364 d 17 h dpurdie /buildtool/trunk/ Included a bunch of fixes  
7088 2369 d 14 h dpurdie /buildtool/trunk/ Some files that did not merge as expected  
7082 2369 d 15 h dpurdie /buildtool/trunk/ Merge back from branch  
7046 2409 d 12 h dpurdie /buildtool/trunk/src/ Get build times
Remove warnings on use of mUseDatabase
 
7044 2410 d 15 h dpurdie /buildtool/trunk/src/main/java/com/erggroup/buildtool/ripple/ Cleanup log messages - to use formatting
Refactor escrow package extraction routines
 
7033 2420 d 14 h dpurdie /buildtool/trunk/ Use sfl4j over log4j  
7032 2423 d 12 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 2434 d 11 h dpurdie /buildtool/trunk/ Adding Scheduled Package Builds
Refactoring bits
 
6914 2486 d 16 h dpurdie /buildtool/trunk/ Massive rework of the structure to build under gradle
No code changes