aboutsummaryrefslogtreecommitdiff
path: root/stage2/Lib.scala
Commit message (Expand)AuthorAgeFilesLines
* fix results of Seq of builds not being printedChristopher Vogt2017-02-271-10/+10
* show methods for Build even if no build file exists to help usersChristopher Vogt2017-02-271-11/+8
* use .apply feature instead of special coding for tools usage stringChristopher Vogt2017-02-271-1/+0
* task returning empty seq threw exceptionChristopher Vogt2017-02-271-1/+1
* call no args .apply methods of referenced objectsChristopher Vogt2017-02-271-1/+9
* print exit code when running cbtChristopher Vogt2017-02-271-0/+1
* make listRecursive a File extension method for brevityChristopher Vogt2017-02-261-2/+2
* Merge pull request #356 from cvogt/discover-subbuildsJan Christopher Vogt2017-02-221-6/+19
|\
| * treat subdirectores as subbuilds via cmd lineChristopher Vogt2017-02-221-6/+19
* | support cleaning more than just targetChristopher Vogt2017-02-221-5/+5
|/
* fix srcJar path. Was wronly absolute fs path. Now relative.Christopher Vogt2017-02-191-7/+15
* top-level instead of anonymous classesChristopher Vogt2017-02-191-2/+2
* the word class was duplicated since .show changedChristopher Vogt2017-02-191-1/+1
* simplify and add features to reflective task lookup codeChristopher Vogt2017-02-181-56/+44
* fix changed nameChristopher Vogt2017-02-151-1/+1
* add package to generated Main.scala to avoid classpath weirdnessesChristopher Vogt2017-02-151-7/+13
* add typed constants for build directory and file and use them everywhereChristopher Vogt2017-02-151-3/+5
* implicitly pass classloader, might make code easierChristopher Vogt2017-02-141-3/+2
* easier setting of projectDirectory in sub-buildsChristopher Vogt2017-02-131-4/+4
* multi-project build example using a single build fileChristopher Vogt2017-02-131-1/+1
* Add support for nested builds and use it to replace cross compilationChristopher Vogt2017-02-131-0/+14
* make sure jar, tests and main classes use the right directoriesChristopher Vogt2017-02-131-2/+2
* Merge pull request #314 from cvogt/fix-update-bugsJan Christopher Vogt2017-02-101-4/+4
|\
| * idempotent change propagationChristopher Vogt2017-02-091-3/+3
| * memoize task results across classes within a single runChristopher Vogt2017-02-091-2/+2
* | Moved source file filter to build.mchav2016-12-231-4/+1
|/
* fixes interacting with BuildBuilds from the cli and cleans up.Christopher Vogt2016-11-131-16/+10
* minor refactoring using shorter namesChristopher Vogt2016-11-131-5/+8
* reduce usage of .copy as preparation to replace it with newBuildChristopher Vogt2016-11-131-5/+0
* Add support for dynamic re-configuration.Christopher Vogt2016-11-081-1/+13
* Sonatype release plugin (#247)Nikolay Tatarinov2016-10-031-6/+5
* improve Console not found error messageChristopher Vogt2016-10-021-1/+1
* rename apiTarget to more appropriate name docTarget as the task isChristopher Vogt2016-09-281-4/+4
* unify checking for availability of java.io.ConsoleChristopher Vogt2016-09-281-8/+8
* Manifest used java.runtime.version for CreatedBy, which gave away info on the...Christopher Vogt2016-09-141-3/+2
* Add a bunch of options to try to allow safe usage of cleanChristopher Vogt2016-08-281-33/+48
* Add clean taskChavXO2016-08-281-1/+40
* fix Organization and url in pom fileChristopher Vogt2016-07-081-52/+50
* Merge pull request #203 from cvogt/publish-localJan Christopher Vogt2016-07-061-0/+12
|\
| * publish local supportChristopher Vogt2016-07-061-0/+12
* | Support proxy settings in CBT.Benjamin Frank2016-07-061-1/+1
|/
* Allow empty credentials for publishing.Benjamin Frank2016-07-051-7/+11
* explicitly specify jar extension, delete file before writing jar in librockjam2016-06-241-1/+3
* update uber jar PRrockjam2016-06-241-6/+10
* close jar file in case of exception (#175)Jan Christopher Vogt2016-06-231-20/+22
* built-in plugin structure improvementsChristopher Vogt2016-06-191-2/+1
* simplify logic that delegates to test build and runs itChristopher Vogt2016-06-191-20/+0
* Get rid of Build default imports to reduce noise in build files. This also ch...Christopher Vogt2016-06-151-1/+0
* turn Build base classes into traits for less verbosity and uniform usage with...Christopher Vogt2016-06-151-3/+3
* adjust organization part of pom data model to better match the specChristopher Vogt2016-06-151-6/+7