aboutsummaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* propagate info if cbt has changed across builds, so they can be re-compiledChristopher Vogt2016-04-021-1/+1
|
* better error messages in case of messed up groupIds, artifactIds or versionsChristopher Vogt2016-04-021-0/+24
|
* Improve cbt's maven resolver to handle variable substitutions for pom xml ↵Christopher Vogt2016-04-022-2/+6
| | | | tag contents
* Typed passing of values from Stage1 to Stage2Christopher Vogt2016-03-301-6/+6
| | | | (thing can still be cleaned up)
* replace Scala reflection with Java reflection seems to fix the weird ↵Christopher Vogt2016-03-281-5/+5
| | | | exceptions that happened in the previous commit. Also gets rid of scala.reflect dependency in stage2.
* Refactored ClassLoaderCache to use key locked cache to pave the way for ↵Christopher Vogt2016-03-191-1/+1
| | | | caching classloaders hierarchically without deadlocks
* Add support for git dependenciesChristopher Vogt2016-03-182-1/+6
| | | | pair coded with @chavxo
* fixed previously too naive pom inheritance logic to properly handle ↵Christopher Vogt2016-03-171-1/+3
| | | | | | properties and dependencyManagement pom inheritance features pair-coded with @chavxo
* Improved how to express dependenciesChristopher Vogt2016-03-122-2/+13
| | | | | | Add - Constructor syntax for cross-scala-version dependencies (as rightfully requested on reddit) and encouraged over SBT's still supported operator syntax - Add support for classifiers other than "sources"
* re-enable usage page testsChristopher Vogt2016-03-111-14/+14
|
* Split ClassLoader classes into separate files and a few fixesChristopher Vogt2016-03-111-3/+4
|
* add simple multi project build test and comment out failing test casesChristopher Vogt2016-03-085-3/+28
|
* cleanup: whitespace changes, separated more things into their own files, use ↵Christopher Vogt2016-03-071-57/+60
| | | | ++ for strings everywhere. Added ++ method to File and URL and use it in many places
* trap and pass exit codes throug the app, pass logger on to tests, remove the ↵Christopher Vogt2016-03-061-14/+17
| | | | lib. qualification from Stage1 for better readability
* integrate circleciChristopher Vogt2016-03-061-0/+1
|
* CBT Version 1.0-BETAChristopher Vogt2016-03-043-0/+82