aboutsummaryrefslogtreecommitdiff
path: root/stage2/BuildBuild.scala
Commit message (Collapse)AuthorAgeFilesLines
* Fix stage2 classloader not being stored in transient cacheChristopher Vogt2016-04-071-9/+7
| | | | | and thus being re-created on second and subsequent runs. Also use classloader from cache for Builds rather than new one, which should properly make Build dependencies work.
* Correctly interact with build in cwd instead of loading it's managed build ↵Christopher Vogt2016-04-061-4/+4
| | | | in case of a BuildBuild.
* Better error message when build folder does not contain Build classChristopher Vogt2016-04-031-0/+2
|
* Implement alternative resolversChristopher Vogt2016-04-031-1/+4
| | | | | | | | | | | | This commit also - requires Dependencies to explicitly implement canBeCached - unifies some logic for dependency downloading - moves SBT-like dependency DSL into its own trait - error message showing build directory for exceptions in builds Not splitting this up in favor of faster progress to 1.0. The user facing API can probably be slightly improved using implicits inside of BasicBuild, but we can do that later.
* replace two level classloader with hierarchyChristopher Vogt2016-03-191-1/+5
| | | | | | replace two level classloader (one for non-cachable dependencies with a cached parent one for cachable ones) with a hierachy of classloaders corresponding this should eventually allow re-using CBT's classloader between stage1 and stage2 this change breaks the ScalaTest support for now
* minor enhancements to classloadingChristopher Vogt2016-03-191-1/+1
|
* Add feature for starting the Scala REPL in arbitrary versions, propagate ↵Christopher Vogt2016-03-091-1/+1
| | | | logger as implicits
* cleanup: whitespace changes, separated more things into their own files, use ↵Christopher Vogt2016-03-071-1/+2
| | | | ++ for strings everywhere. Added ++ method to File and URL and use it in many places
* CBT Version 1.0-BETAChristopher Vogt2016-03-041-0/+17