Re: NoClassDefFoundError : org/apache/buildr/JavaTestFilter in trunk

2010-04-04 Thread Alex Boisvert
On Sun, Apr 4, 2010 at 3:47 PM, Alex Boisvert alex.boisv...@gmail.comwrote: On Sun, Apr 4, 2010 at 2:46 PM, Daniel Spiewak djspie...@gmail.comwrote: I seem to be having problems resolving the JavaTestFilter class in trunk when running Buildr against a Specs-using Scala project. It worked

Re: NoClassDefFoundError : org/apache/buildr/JavaTestFilter in trunk

2010-04-04 Thread Daniel Spiewak
Right now, we have the rest of the code set so that SCALA_HOME takes precedence over scala.version. I would personally prefer to leave it this way, since FSC is unavailable when we use the Maven artifacts. Whatever we decide, I think Scala.version should reflect the same precedence that

Re: NoClassDefFoundError : org/apache/buildr/JavaTestFilter in trunk

2010-04-04 Thread Alex Boisvert
My thinking exactly. You want me to do the legwork? alex On Sun, Apr 4, 2010 at 4:09 PM, Daniel Spiewak djspie...@gmail.com wrote: Of course, there is a rather serious downside to giving SCALA_HOME precedence: we lose a lot of configurability. The user would have to actually *unset*

Re: NoClassDefFoundError : org/apache/buildr/JavaTestFilter in trunk

2010-04-04 Thread Daniel Spiewak
Alright, it's up. We probably should make some changes to the shell code to allow use of Maven-downloaded artifacts (right now it requires SCALA_HOME), but that's another project. Daniel On Sun, Apr 4, 2010 at 6:22 PM, Daniel Spiewak djspie...@gmail.com wrote: Already done. :-) I'm just