Re: xmlbeans problems

2010-03-03 Thread Alex Boisvert
On Tue, Mar 2, 2010 at 4:37 PM, Will Rogers wjrog...@gmail.com wrote: I'm using 'buildr/xmlbeans' and 'compile_xml_beans _(:source, :main, :xsd)' in my project definition. 1. I'm observing a similar problem to the one I reported yesterday with the resources task. I edited one of my files in

Scala Specs on Scala2.8

2010-03-03 Thread Jesse Eichar
Hi, I am trying out Buildr with a Scala 2.8 project. Making the project compile is simple (well done!). However I am trying to executes my Scala Specs. To do this I must use the correct Specs version and build. The maven dependency is:

Re: xmlbeans problems

2010-03-03 Thread Will Rogers
On Wed, Mar 3, 2010 at 10:08 AM, Alex Boisvert alex.boisv...@gmail.com wrote: Now tracking #1 and #2 with: https://issues.apache.org/jira/browse/BUILDR-393 Thank you for following up on these. I was pretty much exhausted by the time you got back to me last night, so I wasn't going to get to it

Re: Scala Specs on Scala2.8

2010-03-03 Thread Jesse Eichar
Hi, I got things working. I am using: test.using(:junit) test.with('org.scala-tools.testing:specs_2.8.0.Beta1:jar:1.6.3') But it turned out the problem was: ENV[USE_FSC] = true I am not sure why but I commented out that line and now the tests run as expected... Compiling is a lot

Re: xmlbeans problems

2010-03-03 Thread Will Rogers
FYI I have... 79 specs failing on Windows 7 + java 1.6.0_18-b07 + jruby 1.4.0 + buildr r918501 13 specs failing on ubuntu 9.10 + java 1.6.0_15-b03 + jruby 1.4.0 + buildr r918501 ...and one of the differences is Buildr::ZipTask 'should create new archive when updating' (fails on Windows). If I

Re: Scala Specs on Scala2.8

2010-03-03 Thread Alex Boisvert
Hi Jesse, Not sure what's going on with fsc... I'll give it a try later today. alex On Wed, Mar 3, 2010 at 1:43 PM, Jesse Eichar jesse.eic...@camptocamp.comwrote: Hi, I got things working. I am using: test.using(:junit)