aboutsummaryrefslogtreecommitdiff
path: root/stage2
Commit message (Collapse)AuthorAgeFilesLines
* Add support for dynamic re-configuration.Christopher Vogt2016-11-083-4/+31
| | | | | The exact precedence rule of override code vs original code may still need to be tweaked as we go along.
* this doesn't need managedContextChristopher Vogt2016-11-081-8/+9
|
* add context based task result cacheChristopher Vogt2016-11-082-0/+18
|
* filter out 'direct' meta task earlier from the argsChristopher Vogt2016-11-081-2/+1
|
* Add support for resources (still limited by CBT's classloader visibility)Christopher Vogt2016-11-031-1/+5
|
* web uitim-zh2016-10-281-0/+7
|
* Fix: non-existing git ref will now be tried to be fetched next timeChristopher Vogt2016-10-141-18/+30
| | | | | | | We had a problem where cbt cloned a repository, then tried to checkout the desired ref, but if it didn't exist would get stuck with that ref and never try again to fetch the correct one. This would lead to wrong versions of libraries and cbt being loaded for particular referenced refs
* add repl task to BaseBuildrockjam2016-10-052-9/+25
|
* Merge pull request #264 from cvogt/chris3Jan Christopher Vogt2016-10-041-1/+1
|\ | | | | Chris3
| * make BuildInterfaces an abstract class so it can have default valuesChristopher Vogt2016-10-031-1/+1
| | | | | | | | | | and it becomes slightly easier to maintain source compatibility between cbt versions
* | Merge pull request #261 from cvogt/simple-exampleJan Christopher Vogt2016-10-041-0/+4
|\ \ | |/ |/| Simple example
| * readmes explaining plugin folder rolesChristopher Vogt2016-09-291-0/+4
| |
* | Sonatype release plugin (#247)Nikolay Tatarinov2016-10-034-34/+13
| |
* | clean up main class discovery mechanism and offer interactive choiceChristopher Vogt2016-10-021-6/+8
| | | | | | | | if multiple main classes are found
* | improve Console not found error messageChristopher Vogt2016-10-021-1/+1
| |
* | Added run with package discoveryChavXO2016-09-291-1/+6
|/
* minor enhancements to Build templateChristopher Vogt2016-09-291-6/+5
|
* Merge pull request #235 from cvogt/dottyJan Christopher Vogt2016-09-281-0/+172
|\ | | | | Dotty plugin and example project.
| * fix Dottydoc bootclasspath and make output less surprisingChristopher Vogt2016-09-281-2/+4
| |
| * Use correct main method for Dottydoc - the java interfaceChristopher Vogt2016-09-281-2/+3
| | | | | | | | and work around the fact that the main method is not static (huh?)
| * minor Dotty plugin cleanupChristopher Vogt2016-09-281-8/+7
| |
| * prototype dotty doc generation, but that class does not existChristopher Vogt2016-09-281-0/+32
| |
| * change compile target to something dotty version unique and fix cp for compilingChristopher Vogt2016-09-281-2/+3
| | | | | | | | | | the unique target should avoid potential problems with binary incompatibilities between scala and dotty as well as different dotty versions
| * upgrade dotty versionChristopher Vogt2016-09-281-1/+1
| |
| * Refer to dotty issue tracker on dotc crashChristopher Vogt2016-09-281-1/+1
| |
| * add dotty replChristopher Vogt2016-09-281-0/+16
| |
| * move some DottyLib args to class level as preparation for adding replChristopher Vogt2016-09-281-15/+20
| |
| * add dotty sanity check as suggested by @smarterChristopher Vogt2016-09-281-0/+4
| |
| * make dotty-version customizable, don't use scalacOptions for dottyChristopher Vogt2016-09-281-5/+10
| |
| * Merge remote-tracking branch 'origin/master' into HEADChristopher Vogt2016-09-283-16/+17
| |\
| * | Dotty plugin and example project.Christopher Vogt2016-09-261-0/+107
| | |
* | | Avoid getting started confusion like ↵Christopher Vogt2016-09-281-5/+5
| |/ |/| | | | | https://gitter.im/cvogt/cbt?at=57ec271754302caa6f2950b7
* | rename apiTarget to more appropriate name docTarget as the task isChristopher Vogt2016-09-282-5/+5
| | | | | | | | called docJar
* | include dependencyClasspath in compileClasspath and let docs use it tooChristopher Vogt2016-09-282-3/+4
| | | | | | | | | | this prevents from forgetting the dependencyClasspath when compileClasspath is used and probably fixes the cp for docs
* | unify checking for availability of java.io.ConsoleChristopher Vogt2016-09-281-8/+8
|/
* WartRemover plugin implementation (#167)Mario Pastorelli2016-09-141-0/+1
|
* Manifest used java.runtime.version for CreatedBy, which gave away info on ↵Christopher Vogt2016-09-141-3/+2
| | | | the java update version, which may be a security risk for the releaser. So now we just say CBT created in instead similar to what other tools are doing.
* Merge pull request #222 from cvogt/minor-fixesJan Christopher Vogt2016-09-132-11/+11
|\ | | | | Minor fixes
| * make case class DirectoryDependency finalChristopher Vogt2016-09-131-5/+5
| |
| * load builds of built-in plugins lazilyChristopher Vogt2016-09-131-6/+6
| |
* | fix task name appearing in args (#132)Christopher Vogt2016-09-131-1/+1
| |
* | add fish shell task name completions and fix bash task name completionsChristopher Vogt2016-09-131-0/+2
|/
* better error message for missing build.scala and missing class BuildChristopher Vogt2016-09-121-6/+8
|
* Fix scaffold templateChristopher Vogt2016-09-121-1/+0
|
* work correctly in the presence of empty build foldersChristopher Vogt2016-09-121-1/+5
|
* better error message when you forget to extend BaseBuildChristopher Vogt2016-09-121-39/+40
|
* Merge pull request #214 from cvogt/git_workJan Christopher Vogt2016-08-291-5/+21
|\ | | | | private git repos
| * Some cosmetic changes to git authChristopher Vogt2016-08-291-20/+21
| |
| * Support for private git repositories.ChavXO2016-08-281-4/+19
| |
* | Add a bunch of options to try to allow safe usage of cleanChristopher Vogt2016-08-282-35/+55
| | | | | | | | | | | | | | try to make tests safer (fixed tests don't have clean yet, nothing has nothing to delete, so current test code would fail)