0.6.13

2 views
Skip to first unread message

Mark Harrah

unread,
Feb 8, 2010, 9:21:49 PM2/8/10
to simple-b...@googlegroups.com
The documentation for the 0.7 release is mostly ready, but there have been
quite a few fixes since 0.6.12. So, I published xsbt 0.6.13 as another step
towards 0.7. If you are using 0.6.x, please try it out and report any issues.
It could become 0.7 within the week if it goes well.

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.)

Reply all
Reply to author
Forward
0 new messages