0.11.1

236 views
Skip to first unread message

Mark Harrah

unread,
Nov 6, 2011, 10:46:46 PM11/6/11
to simple-build-tool
sbt 0.11.1 is published[1]. Please see implicit.ly[2] for the release announcement and see the issue tracker[3] and commit log[4,5] for more details.

Remember to update your project/build.properties if you have one. As always, plugins built from source should work right away because they will be automatically rebuilt by sbt.  Plugins declared as binary dependencies must be compiled against the same version of sbt that is running.

-Mark

[1] http://typesafe.artifactoryonline.com/typesafe/ivy-releases/org.scala-tools.sbt/sbt-launch/0.11.1/sbt-launch.jar
[2] http://implicit.ly/simple-build-tool-0111
[3] https://github.com/harrah/xsbt/issues
[4] git log --oneline v0.11.0...v0.11.1
[5] https://github.com/harrah/xsbt/compare/v0.11.0...v0.11.1

eugene yokota

unread,
Nov 6, 2011, 11:07:02 PM11/6/11
to simple-b...@googlegroups.com
congrats!
the incremental recompilation improvement sounds cool.

-eugene

> --
> You received this message because you are subscribed to the Google Groups "simple-build-tool" group.
> To post to this group, send email to simple-b...@googlegroups.com.
> To unsubscribe from this group, send email to simple-build-t...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/simple-build-tool?hl=en.
>
>

Heiko Seeberger

unread,
Nov 7, 2011, 2:01:51 AM11/7/11
to simple-b...@googlegroups.com
Congrats! Excellent work!

Heiko

--

Heiko Seeberger
Twitter: hseeberger
Blog: heikoseeberger.name
Company: Typesafe - Enterprise-Grade Scala from the Experts
Author of Durchstarten mit Scala, a German tutorial-style Scala book


John Cheng

unread,
Nov 7, 2011, 12:54:24 PM11/7/11
to simple-b...@googlegroups.com
Congrats and thank you for all your hard work!

--
You received this message because you are subscribed to the Google Groups "simple-build-tool" group.
To post to this group, send email to simple-b...@googlegroups.com.
To unsubscribe from this group, send email to simple-build-t...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/simple-build-tool?hl=en.




--
---
John L Cheng

ngocdaothanh

unread,
Nov 8, 2011, 1:16:18 AM11/8/11
to simple-build-tool
In 0.11.0 I was able to write:
libraryDependencies += "org.jboss.netty" % "netty" % "4.0.0.Alpha1-
SNAPSHOT" from "http://cloud.github.com/downloads/ngocdaothanh/xitrum/
netty-4.0.0.Alpha1-SNAPSHOT.jar"

In 0.11.1 SBT accepts the above line (no syntax error), but it
reports:
unresolved dependency: org.jboss.netty#netty;4.0.0.Alpha1-SNAPSHOT:
not found

Is this a bug?

Ngoc

Mark Harrah

unread,
Nov 8, 2011, 4:29:30 PM11/8/11
to simple-b...@googlegroups.com

Yes, please open an issue.

-Mark

> Ngoc
>

ngocdaothanh

unread,
Nov 9, 2011, 1:55:01 AM11/9/11
to simple-build-tool

Luis Pureza

unread,
Nov 9, 2011, 9:13:46 AM11/9/11
to simple-b...@googlegroups.com
I was very excited to hear about the task interruption feature -- my number 1 complaint with sbt.

Unfortunately, aborting a lenghty "compile" or "run" task still terminates sbt. Is this normal?

On Wed, Nov 9, 2011 at 6:55 AM, ngocdaothanh <ngocda...@gmail.com> wrote:
Issue opened:
https://github.com/harrah/xsbt/issues/263

Mark Harrah

unread,
Nov 9, 2011, 5:50:32 PM11/9/11
to simple-b...@googlegroups.com
On Wed, 9 Nov 2011 14:13:46 +0000
Luis Pureza <pur...@gmail.com> wrote:

> I was very excited to hear about the task interruption feature -- my number
> 1 complaint with sbt.
>
> Unfortunately, aborting a lenghty "compile" or "run" task still terminates
> sbt. Is this normal?

This wasn't explained in the announcement, so sorry about that and thanks for asking.

There is some more information in the original enhancement request[1], but basically, this feature is going to be experimental for a while, mostly because tasks have to behave when interrupted for it to work correctly. In particular, the compiler does not respond to interrupts. Test frameworks need to handle an interrupt. An application started by 'run' also needs to handle interrupts correctly (forking is the trivial way to make an uncooperative codebase do this).

Because of this, it is disabled by default. Enable it by setting cancelable := true.

-Mark

[1] https://github.com/harrah/xsbt/issues/228

Reply all
Reply to author
Forward
0 new messages