- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
sbt Question: "Global" sbt configuration?
Sun, 2011-01-23, 19:51
Any recommendations on how to best achieve "global" sbt configuration, such as defining tasks that can be seen by all projects? I could have a new project for such tasks (not a bad idea anyway), and ensure that the jar for that project is on the CLASSPATH, but was wondering if there are better ways.
Thanks,
Ken
http://code.google.com/p/simple-build-tool/wiki/SbtPlugins
On Sun, Jan 23, 2011 at 4:51 PM, Kenneth McDonald <kenneth.m.mcdonald@sbcglobal.net> wrote: