Discussion on CBT: Chris's build tool

This is great, I will be looking forward for the intellij plugin. I have been monitoring the repo on github. I really like the fact that it uses straight Scala. Once I can get integration through Intellij. I would be happy to try it. Good work!

@jeantil CBT will support the “src/main/scala & src/test/scala” convention. Right now you’ll have to mix in the “SbtLayout” trait for that. It’s not been battle tested yet, but easily being able to build your project with both sbt and CBT is a high priority item. It’s tracked here https://github.com/cvogt/cbt/issues/246

Thanks for taking the time to provide this pointer, It is very much appreciated. I’ll let you know of any issue I encounter !