aboutsummaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* add tests for cross-cbt-version exit code and err/out directingChristopher Vogt2016-10-144-6/+36
* tests for stderr and out behaving correctly for example of docJarChristopher Vogt2016-10-131-0/+8
* change git dependencies to be easier manageable when cbt becomes source incom...Christopher Vogt2016-10-034-7/+6
* add sample library to test git dependenciesChristopher Vogt2016-10-032-0/+25
* clean up main class discovery mechanism and offer interactive choiceChristopher Vogt2016-10-021-1/+2
* another test fix for an artifact that apparently disappeared on sonatypeChristopher Vogt2016-09-281-3/+3
* disable test sporadically failing on circleci from circleciChristopher Vogt2016-09-283-8/+11
* set circle back to java7 to make sure cbt works thereChristopher Vogt2016-09-281-3/+7
* prototype dotty doc generation, but that class does not existChristopher Vogt2016-09-281-0/+1
* Dotty plugin and example project.Christopher Vogt2016-09-261-0/+2
* fix checksum check for downloaded jars by ignoring caseChristopher Vogt2016-09-151-0/+4
* make tests check for wart-remover example expected compile failure (not success)Christopher Vogt2016-09-141-1/+7
* WartRemover plugin implementation (#167)Mario Pastorelli2016-09-141-0/+2
* fix task name appearing in args (#132)Christopher Vogt2016-09-132-0/+8
* better error message for missing build.scala and missing class BuildChristopher Vogt2016-09-125-0/+22
* work correctly in the presence of empty build foldersChristopher Vogt2016-09-122-0/+5
* test for good error message when Build did not extend BaseBuildChristopher Vogt2016-09-122-0/+7
* fix tests when nailgun started from different cwdChristopher Vogt2016-09-121-3/+3
* Add a bunch of options to try to allow safe usage of cleanChristopher Vogt2016-08-281-4/+17
* Add clean taskChavXO2016-08-281-0/+11
* uber-jar plugin implementationrockjam2016-06-241-1/+3
* add multi-project example (#158)Jan Christopher Vogt2016-06-241-0/+1
* Scalafmt plugin implementation (#156)Nikolay Tatarinov2016-06-231-0/+4
* add scalajs example to testsChristopher Vogt2016-06-191-3/+8
* better name for DirectoryDependencyChristopher Vogt2016-06-191-2/+2
* add plugin builds and scalatest example build to being compiled in testsChristopher Vogt2016-06-192-1/+6
* Get rid of Build default imports to reduce noise in build files. This also ch...Christopher Vogt2016-06-155-9/+0
* turn Build base classes into traits for less verbosity and uniform usage with...Christopher Vogt2016-06-153-3/+3
* scalajs cross project support as pluginKatrin Shechtman2016-06-133-3/+3
* Fix the tests, by adapting to recent CBT changes. (This was easier than I exp...Christopher Vogt2016-06-013-22/+23
* Update fixed dependency hash to latestChristopher Vogt2016-06-011-1/+1
* add dependency to tests which currently failsChristopher Vogt2016-05-031-0/+2
* Convenience factory methods for ResolversChristopher Vogt2016-05-032-47/+47
* add test info for currently failing dependencyChristopher Vogt2016-05-021-0/+2
* fix test to use repo actually generally availableChristopher Vogt2016-04-291-1/+1
* Fix and enable test for reproducible buildsChristopher Vogt2016-04-292-3/+4
* Reproducible builds, composing different CBT version and various improvementsChristopher Vogt2016-04-285-21/+87
* add commented out test case for resolving maven version rangesChristopher Vogt2016-04-281-0/+3
* Allow substituting POM variables inside of strings, not only entire elementsChristopher Vogt2016-04-081-1/+3
* cross building and automatic snaphot idsChristopher Vogt2016-04-071-1/+1
* Correctly interact with build in cwd instead of loading it's managed build in...Christopher Vogt2016-04-061-1/+1
* Finally get rid of JDK 8 dependenciesChristopher Vogt2016-04-041-1/+1
* Implement alternative resolversChristopher Vogt2016-04-032-24/+63
* 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 tag...Christopher Vogt2016-04-022-2/+6
* Typed passing of values from Stage1 to Stage2Christopher Vogt2016-03-301-6/+6
* replace Scala reflection with Java reflection seems to fix the weird exceptio...Christopher Vogt2016-03-281-5/+5
* Refactored ClassLoaderCache to use key locked cache to pave the way for cachi...Christopher Vogt2016-03-191-1/+1
* Add support for git dependenciesChristopher Vogt2016-03-182-1/+6