aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Added run with package discoveryChavXO2016-09-292-1/+43
|
* Merge pull request #244 from cvogt/improve-templateJan Christopher Vogt2016-09-291-6/+5
|\ | | | | minor enhancements to Build template
| * minor enhancements to Build templateChristopher Vogt2016-09-291-6/+5
|/
* Merge pull request #235 from cvogt/dottyJan Christopher Vogt2016-09-288-16/+220
|\ | | | | Dotty plugin and example project.
| * 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-282-4/+8
| | | | | | | | and disable dotty tests for java7, but run them otherwise, e.g. locally
| * fix Dottydoc bootclasspath and make output less surprisingChristopher Vogt2016-09-281-2/+4
| |
| * Use correct main method for Dottydoc - the java interfaceChristopher Vogt2016-09-282-7/+14
| | | | | | | | 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-282-0/+33
| |
| * 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-282-0/+8
| |
| * 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-266-1/+122
| | |
* | | Merge pull request #241 from cvogt/improve-templateJan Christopher Vogt2016-09-281-5/+5
|\ \ \ | |_|/ |/| | Avoid getting started confusion like …
| * | Avoid getting started confusion like ↵Christopher Vogt2016-09-281-5/+5
|/ / | | | | | | https://gitter.im/cvogt/cbt?at=57ec271754302caa6f2950b7
* | Merge pull request #240 from cvogt/refactoringsJan Christopher Vogt2016-09-283-8/+9
|\ \ | | | | | | Refactorings
| * | 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
* | Merge pull request #237 from cvogt/unify-console-checkJan Christopher Vogt2016-09-281-8/+8
|\ \ | |/ |/| unify checking for availability of java.io.Console
| * unify checking for availability of java.io.ConsoleChristopher Vogt2016-09-281-8/+8
|/
* Merge pull request #233 from cvogt/chris3Jan Christopher Vogt2016-09-195-152/+369
|\ | | | | doc improvements (and minor change for maven hash casing)
| * Re-wrote docs and some error messagesChristopher Vogt2016-09-193-147/+364
| |
| * use lower case instead of upper case for hashes to be consistent with SBTChristopher Vogt2016-09-192-5/+5
|/
* Merge pull request #232 from rockjam/upgrade-scalafmtJan Christopher Vogt2016-09-192-3/+4
|\ | | | | Upgrade scalafmt 0.2.5 -> 0.3.1
| * Upgrade scalafmt 0.2.5 -> 0.3.1rockjam2016-09-192-3/+4
|/
* Merge pull request #231 from fmcgough/masterJan Christopher Vogt2016-09-172-3/+28
|\ | | | | Zsh shell completion
| * Add documentation to README for installing zsh completionFrankie McGough2016-09-171-3/+21
| |
| * Shell completion for zshFrankie McGough2016-09-171-0/+7
|/
* Merge pull request #230 from fmcgough/masterJan Christopher Vogt2016-09-171-10/+8
|\ | | | | Find nailgun when installed on Ubuntu
| * Find nailgun when installed on UbuntuFrankie McGough2016-09-151-10/+8
|/
* Merge pull request #229 from cvogt/chris3Jan Christopher Vogt2016-09-156-16/+154
|\ | | | | fix System.exit and jar checksum checks
| * fix checksum check for downloaded jars by ignoring caseChristopher Vogt2016-09-153-4/+8
| |
| * fix behavior of System.exit trappingChristopher Vogt2016-09-155-12/+146
|/ | | | | | | | | Installing one globally for the JVM live-time and make behavior dependent on a thread local variable seems safer than globally switching it out and having race conditions. Also now all other calls are forwarded to a potential Nailgun SecurityManager, which should fix some bugs.
* Merge pull request #225 from cvogt/wartremoverJan Christopher Vogt2016-09-147-0/+88
|\ | | | | WartRemover plugin implementation
| * 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-147-0/+82
|/
* Merge pull request #223 from cvogt/minor-fixJan Christopher Vogt2016-09-141-3/+2
|\ | | | | Manifest used java.runtime.version for CreatedBy, which gave away inf…
| * 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
| |
* | Merge pull request #221 from cvogt/chris3Jan Christopher Vogt2016-09-137-2/+18
|\ \ | |/ |/| fish completions, fix bash completions, and fix task args
| * fix task name appearing in args (#132)Christopher Vogt2016-09-133-1/+9
| |