Hi Adam,

this test failure is strange. The tests are running on my parallels virtual windows. And within the period this WrapperTest went from succeeding to failing, this test has not changed.

This is the CI build when TeamCity has picked up the last change of WrapperTest (except our recent bug fixing attempts) (October 14): http://teamcity.jetbrains.com/viewLog.html? tab=buildChangesDiv&buildTypeId=bt41&buildId=14694

This is a succeding WrapperTest (October 24): http:// teamcity.jetbrains.com/repository/download/bt41/14761:id/index.html

- Hans


On Oct 29, 2008, at 8:50 PM, [EMAIL PROTECTED] wrote:

Revision1043AuthoradammurdochDate2008-10-29 14:50:25 -0500 (Wed, 29 Oct 2008)Log Message- attempt a fix for unit test on windowsModified Paths gradle-core/trunk/src/test/groovy/org/gradle/api/tasks/wrapper/ WrapperTest.java
Diff
Modified: gradle-core/trunk/src/test/groovy/org/gradle/api/tasks/ wrapper/WrapperTest.java (1042 => 1043)--- gradle-core/trunk/src/ test/groovy/org/gradle/api/tasks/wrapper/WrapperTest.java 2008-10-29 15:16:42 UTC (rev 1042) +++ gradle-core/trunk/src/test/ groovy/org/gradle/api/tasks/wrapper/WrapperTest.java 2008-10-29 19:50:25 UTC (rev 1043) @@ -126,6 +126,7 @@ jarDir.mkdirs(); File wrapperJar = new File(getProject().getProjectDir(), targetWrapperJarPath); System.out.println("wrapperJar = " + wrapperJar.getAbsolutePath()); + wrapperJar.getParentFile().mkdirs (); wrapperJar.createNewFile(); checkExecute(); }
To unsubscribe from this list please visit:

http://xircles.codehaus.org/manage_email


--
Hans Dockter
Gradle Project lead
http://www.gradle.org





---------------------------------------------------------------------
To unsubscribe from this list, please visit:

   http://xircles.codehaus.org/manage_email


Reply via email to