aboutsummaryrefslogtreecommitdiff
path: root/stage2/Stage2.scala
Commit message (Expand)AuthorAgeFilesLines
* fix task name appearing in args (#132)Christopher Vogt2016-09-131-1/+1
* Get rid of Build default imports to reduce noise in build files. This also ch...Christopher Vogt2016-06-151-4/+0
* read sonatype credentials from cbt installation, not from other checked out v...Christopher Vogt2016-05-261-0/+1
* fix exit code returnChristopher Vogt2016-04-291-6/+6
* Fix use compatibility interfaces from main cbtChristopher Vogt2016-04-291-3/+1
* Fix building cbt as a cbt projectChristopher Vogt2016-04-291-1/+1
* Reproducible builds, composing different CBT version and various improvementsChristopher Vogt2016-04-281-5/+31
* cross building and automatic snaphot idsChristopher Vogt2016-04-071-3/+16
* Pass ClassLoaderCache from stage1 to stage2 instead of wrongly creating anoth...Christopher Vogt2016-04-061-1/+1
* Correctly interact with build in cwd instead of loading it's managed build in...Christopher Vogt2016-04-061-4/+3
* Finally get rid of JDK 8 dependenciesChristopher Vogt2016-04-041-4/+2
* propagate info if cbt has changed across builds, so they can be re-compiledChristopher Vogt2016-04-021-1/+1
* Typed passing of values from Stage1 to Stage2Christopher Vogt2016-03-301-14/+12
* replace Scala reflection with Java reflection seems to fix the weird exceptio...Christopher Vogt2016-03-281-2/+3
* Refactored ClassLoaderCache to use key locked cache to pave the way for cachi...Christopher Vogt2016-03-191-1/+1
* re-enable usage page testsChristopher Vogt2016-03-111-2/+1
* fix compile looking to only trigger on the provided files, not other files in...Christopher Vogt2016-03-091-2/+4
* cleanup: whitespace changes, separated more things into their own files, use ...Christopher Vogt2016-03-071-2/+2
* trap and pass exit codes throug the app, pass logger on to tests, remove the ...Christopher Vogt2016-03-061-21/+22
* Impl readability improvements in Stage2Matt Farmer2016-03-061-14/+25
* Some style cleanups in Stage1.Matt Farmer2016-03-051-2/+2
* CBT Version 1.0-BETAChristopher Vogt2016-03-041-0/+47