cbt icon indicating copy to clipboard operation
cbt copied to clipboard

CBT - fun, fast, intuitive, compositional, statically checked builds written in Scala

Results 101 cbt issues
Sort by recently updated
recently updated
newest added
trafficstars

java.io.Console is null when running via nailgun, but it is what is usually used to allow interactive input, as we need for gpg, repl, clean, etc. Currently all of those...

Consider I have (accidentially or not) some `class X` which has `def main(args: Array[String]): Unit`. CBT considers this as one of the variants of possible entry points during `cbt run`...

Consider I forgot spelling of `createBuild` subcommand and I typed `cbt tools help` in a belief that it prints a list of possible subcommands. This command actually leads to printing...

I posted the files on github: [Quill-spark](https://github.com/lolgab/quill-spark) my build.scala: ```scala import cbt._ class Build(val context: Context) extends BaseBuild with SbtLayoutMain { override def name = "spark-quill" override val defaultScalaVersion =...

bug
help wanted

allow generating github readmes from templates adding common content like latest maven version build too config, etc. And auto include relevant badges: http://shields.io/

help wanted
plugin

```bash PS C:\cbt\test\simple-fixed> cbt compile INFO: Could not find files for the given pattern(s). Compiling to C:\cbt\test\simple-fixed\build\target\scala-2.11\classes [info] Compile success at Jan 12, 2018 11:57:08 PM [1.505s] SLF4J: Failed to...

```bash PS C:\cbt\examples\resources-example> cbt direct runFlat INFO: Could not find files for the given pattern(s). Exception in thread "main" java.lang.NoClassDefFoundError: scala/Option at java.lang.Class.getDeclaredMethods0(Native Method) at java.lang.Class.privateGetDeclaredMethods(Class.java:2701) at java.lang.Class.privateGetPublicMethods(Class.java:2902) at java.lang.Class.getMethods(Class.java:1615)...

Probably some issue with char encoding or something. When I change the arrow character with '=>' it works, but it replaces them with '?' characters. ```bash PS C:\cbt\examples\scalariform-example> cbt scalariform...

like sbt's play plugin

help wanted
plugin