cbt
cbt copied to clipboard
CBT - fun, fast, intuitive, compositional, statically checked builds written in Scala
somehow into a shared interface. Maybe ClassPath after all?!?
related gitter discussion https://gitter.im/cvogt/cbt?at=576b55c4fac963084de1e6da one way to do it `CbtBuild extends LocalPlugins` ( or some name like that, mixing this in could be generated by CBT ) `trait LocalPlugins` is...
May do with a better name than stage2 too
`transitiveDependencies` method not correctly filters duplicates, which can be reproduces on the `multi-combined-example` in the cbt's examples dir. `transitveDependencies` on this project returns (`shared` listed two times): ```Sub1(/home/ilya/apps/cbt/examples/multi-combined-example/sub1) Sub2(/home/ilya/apps/cbt/examples/multi-combined-example/sub2) SharedDependency(/home/ilya/apps/cbt/examples/multi-combined-example/shared)...
http://www.scala-sbt.org/0.13/docs/Community-Plugins.html
When starting a REPL for a scala version below 2.11.7 I get ``` Failed to created JLineReader: java.lang.NoClassDefFoundError: jline/console/ConsoleReader Falling back to SimpleReader. ```