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). -- Luke Daley Principal Engineer, Gradleware http://gradleware.com --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
