On 08/01/2013, at 1:34 AM, Luke Daley wrote: > Hi, > > I did a thorough clean up of the functional test execution fixtures. One of > the things that changed is that we now consistently set -Djava.io.tmp in the > GRADLE_OPTS. The value is the inside the test tmp dir, which means that there > are spaces in the path. > > Unfortunately, this means we hit this bug in the cross version tests: > http://issues.gradle.org/browse/GRADLE-1730 > > Options: > > 1. Don't try and set the tmp dir for versions where we can't > 2. Use a tmp dir that is guaranteed not to have spaces (can never really > guarantee this) > 3. Drop support for testing against earlier than m3 > > #1 probably seems the best, but I thought I'd float #3 in case we can do that > (which will also shorten our feedback loop).
I'd go with #1. We need to look at #3 some time soon, but not just yet. -- Adam Murdoch Gradle Co-founder http://www.gradle.org VP of Engineering, Gradleware Inc. - Gradle Training, Support, Consulting http://www.gradleware.com
