There is a new launcher in the download section:
http://code.google.com/p/simple-build-tool/downloads/list
Thanks,
Mark
Changes:
* 'doc' default options are saner for the current state of ScalaDoc2 in 2.8
* Added 'clean-plugins' task as suggested by Stefan Langer
* Jetty 7 support thanks to Vesa Vilhonen
* POM generation is now done in sbt instead of using Ivy's implementation:
+ Maven-style repositories are automatically written to the pom
+ arbitrary XML can be inserted into the pom (such as license information) by
overriding pomExtra
* Fix for when .ivy2 doesn't exist
* Compatible with 2.8 trunk again
* JSP should work now in 'jetty-run'
* Support specs class-style specifications in compatibility framework (specs <=
1.6.1)
* small compatibility fix for sbt.Run
* Fix 'publish-local'
* general cleanup
And finally, because I haven't gotten around to improving logging, you can at
least configure the task logging delimiters with system properties:
sbt.start.delimiter and sbt.end.delimiter.
For example, at the sbt prompt:
set sbt.start.delimiter >>
set sbt.start.delimiter <<
or maybe:
set sbt.start.delimiter ☢
set sbt.end.delimiter ☣
(It doesn't look nearly as cool in actual usage as I thought it would, sorry.)