I'll get it fixed tomorrow. Any test that does a "getResource(..).getFile()" seems to have issues. The URL is encoded (%20 instead of spaces) which are then passed into the file so file.exist() returns false.
Dan On Monday 05 March 2007 18:41, Dan Diephouse wrote: > Thanks Andrea. Can we roll the surefire version back until this is > fixed? How hard is it to roll it back? > > - Dan > > On 3/5/07, Andrea Smyth <[EMAIL PROTECTED]> wrote: > > Dan Diephouse wrote: > > > I'm trying to build today and a whole hosts of tests are failing for > > > me. They have to do with having spaces in the build path. A couple > > > days ago everything was working fine. Examples: > > > > > > common/common: ForkedCommandTest and ResultBufferedCommandTest fail > > > tools/validator: all tests fail > > > > > > Moving my build to a non-spaced directory fixes things. Anyone else > > > having > > > issues? Anyone have any ideas what the changes were? > > > > > > - Dan > > > > Hi Dan, > > > > There have been problems with spaces (in the local repository > > directory, possibly caused by a bug in Compiler.java in tools/common), > > but the failures you see in common/common seem to point to a surefire > > problem after all (upgraded to 2.3 a couple days back). > > > > Andrea. -- J. Daniel Kulp Principal Engineer IONA P: 781-902-8727 C: 508-380-7194 [EMAIL PROTECTED] http://www.dankulp.com/blog
