Yes, I will try to: * cover windows with a similar test if feasible: build.bat * fix the path validation * discover the source of the deletion issue... I think it is a file handle as you said... will check and try to track it down if your fix doesn't address it for me.
Brent On Aug 21, 2012 9:57 AM, "Brett Porter" <br...@apache.org> wrote: > > On 21/08/2012, at 2:08 PM, Brent Atkinson <brent.atkin...@gmail.com> > wrote: > > > The time outs might be due to the fact that the build still appears to be > > trying to execute build.sh (DistributedBuildTest.java:156). > > So, these just need to be disabled on Windows - or we could have a > build.bat alternative for that? > > > > > The testAddMavenToolWithBuildEnvironment failure appears to be because of > > the characters in my Windows path "C:\Program Files (x86)\Apache Software > > Foundation\apache-maven-2.2.1\bin\.." > > Looks like overly strict validation - would you be comfortable fixing that > up? > > > > > I can't see why the ReleaseTest.java's setUp() fails, but I think it > might > > be running up against a path length limitation. > > Shouldn't be... it's only in target/conf/prepared-releases of your test > checkout. I think there's a chance that it's an open file handle - I just > fixed an unlikely one, did that help? > > - Brett > >