0.7.5.RC0

29 views
Skip to first unread message

Mark Harrah

unread,
Nov 22, 2010, 9:12:51 PM11/22/10
to simple-build-tool
You might have noticed a release candidate out for 0.7.5, although it
was not officially announced. Here's the official notice. Try it
out and if there are no major issues in the next couple of weeks, 0.7.5
final will follow.

You should still be able to use the 0.7.4 launcher if you want.
Otherwise, the 0.7.5 launcher uses Ivy 2.2.0 and defaults to sbt 0.7.5
and Scala 2.8.1 for new projects. In either case, do 'set sbt.version
0.7.5.RC0' and 'reload' at the sbt prompt for an existing project.

Changes:
http://code.google.com/p/simple-build-tool/wiki/Changes

0.7.5.RC0 launcher:
http://code.google.com/p/simple-build-tool/downloads/list

Thanks,
Mark

rossputin

unread,
Nov 23, 2010, 6:22:31 AM11/23/10
to simple-build-tool
Cool, looking forward to using it!

√iktor Klang

unread,
Nov 23, 2010, 6:24:34 AM11/23/10
to simple-b...@googlegroups.com
Woot, migrating Akka in 20 minutes :-)

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




--
Viktor Klang,
Code Connoisseur
Work:   Scalable Solutions
Code:   github.com/viktorklang
Follow: twitter.com/viktorklang
Read:   klangism.tumblr.com

√iktor Klang

unread,
Nov 23, 2010, 6:56:36 AM11/23/10
to simple-b...@googlegroups.com
Wait a second, my patch is still not listed in the changelog?

Mark Harrah

unread,
Nov 23, 2010, 8:41:15 AM11/23/10
to simple-b...@googlegroups.com
On Tue, 23 Nov 2010 12:56:36 +0100
√iktor Klang <viktor...@gmail.com> wrote:

> Wait a second, my patch is still not listed in the changelog?

It's in 0.7.5.RC0, it just wasn't on the Changes page.

-Mark

> >> simple-build-t...@googlegroups.com<simple-build-tool%2Bunsu...@googlegroups.com> .


> >> For more options, visit this group at
> >> http://groups.google.com/group/simple-build-tool?hl=en.
> >>
> >>
> >
> >
> > --
> > Viktor Klang,
> > Code Connoisseur

> > Work: Scalable Solutions <http://www.scalablesolutions.se>

√iktor Klang

unread,
Nov 23, 2010, 8:46:14 AM11/23/10
to simple-b...@googlegroups.com
On Tue, Nov 23, 2010 at 2:41 PM, Mark Harrah <dmha...@gmail.com> wrote:
On Tue, 23 Nov 2010 12:56:36 +0100
√iktor Klang <viktor...@gmail.com> wrote:

> Wait a second, my patch is still not listed in the changelog?

It's in 0.7.5.RC0, it just wasn't on the Changes page.

Yeah, verified by dissecting a jar.
 
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.




--
Viktor Klang,
Code Connoisseur
Work:   Scalable Solutions

paul.p...@gmail.com

unread,
Jan 8, 2011, 5:16:08 PM1/8/11
to simple-b...@googlegroups.com
On Mon, Nov 22, 2010 at 09:12:51PM -0500, Mark Harrah wrote:
> You should still be able to use the 0.7.4 launcher if you want.
> Otherwise, the 0.7.5 launcher uses Ivy 2.2.0 and defaults to sbt 0.7.5
> and Scala 2.8.1 for new projects. In either case, do 'set sbt.version
> 0.7.5.RC0' and 'reload' at the sbt prompt for an existing project.

Maybe this is obvious to everyone else, but in case anyone is as slow as
I am and has like 100 sbt projects lying around: I eventually figured
out that this can be accomplished non-interactively in the manner shown
at the end. It was the whole "quoting the whole thing" part which threw
me, as the error given is

[error] Invalid arguments for 'set': expected property name and new value.

so I went for a couple wild geese. Now I have this handy alias.

alias sbtup="sbt 'set sbt.version 0.7.5.RC0' update"

--
Paul Phillips | If this is raisin, make toast with it.
Caged Spirit |
Empiricist |
ha! spill, pupil |----------* http://www.improving.org/paulp/ *----------

Jimmy Yuen Ho Wong

unread,
Jan 13, 2011, 5:06:19 AM1/13/11
to simple-build-tool
It doesn't seem to be able to load Jetty dependencies once I've
overriden jettyEnvXml. I keep getting

java.lang.NoClassDefFoundError: org/eclipse/jetty/plus/webapp/
Configuration
...

Error running jetty-run: Jetty and its dependencies must be on the
test classpath: java.lang.NoClassDefFoundError: org/eclipse/jetty/plus/
webapp/Configuration

I went into the sbt console-project and saw the jetty dependencies
(webapp, server and plus) are clearly in testClasspath and
jettyClasspath and I can confirm that jettyEnvXml really does point to
the right file. I don't know what went wrong. This new feature clearly
needs to be fixed and be documented.

Thanks for the hard work!

Jimmy

Mark Harrah

unread,
Jan 20, 2011, 10:02:05 AM1/20/11
to simple-b...@googlegroups.com
Hi Jimmy,

On Thu, 13 Jan 2011 02:06:19 -0800 (PST)
Jimmy Yuen Ho Wong <wyu...@gmail.com> wrote:

> It doesn't seem to be able to load Jetty dependencies once I've
> overriden jettyEnvXml. I keep getting
>
> java.lang.NoClassDefFoundError: org/eclipse/jetty/plus/webapp/
> Configuration
> ...
>
> Error running jetty-run: Jetty and its dependencies must be on the
> test classpath: java.lang.NoClassDefFoundError: org/eclipse/jetty/plus/
> webapp/Configuration
>
> I went into the sbt console-project and saw the jetty dependencies
> (webapp, server and plus) are clearly in testClasspath and
> jettyClasspath and I can confirm that jettyEnvXml really does point to
> the right file. I don't know what went wrong. This new feature clearly
> needs to be fixed and be documented.

Can you post an example project? There is a basic test for this feature that passes, so it isn't completely broken. Your issue may be unrelated to jettyEnvXml.

-Mark

Reply all
Reply to author
Forward
0 new messages