scala - Minimal full SBT project with plugins -


so sbt (0.10) produces weirdest errors when try create project has kind of configuration, not copying wiki examples works…

is there nice collection of minimal, working sbt projects? (not basic/quick .sbt stuff full .scala files in project/) wiki snippets seem outdated or wrong somehow…

my attempt @ integrating scalariform failed sbt not being able compile import sbt._ in project/plugins/plugins.scala?! (without other custom files in tree. should have worked far understand it…)

basically need project scalariform , -deprecated compiler option (that didn't work in quick mode…)

if use sbt 0.10.x (xsbt), you'll have wait bit. plugin not compatible:

https://github.com/harrah/xsbt/wiki/sbt-0.10-plugins-list

if use sbt 0.7.x, instructions on sbt-scalariform github page should work.


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -