Repository: ant
Updated Branches:
  refs/heads/master 1ee66cbe7 -> 8a8ebf595


create test jar outside of ${output}

since we read resources from it, the JVM won't close it and subsequent tests
can not remove ${output} - making them fail on Windows.


Project: http://git-wip-us.apache.org/repos/asf/ant/repo
Commit: http://git-wip-us.apache.org/repos/asf/ant/commit/8a8ebf59
Tree: http://git-wip-us.apache.org/repos/asf/ant/tree/8a8ebf59
Diff: http://git-wip-us.apache.org/repos/asf/ant/diff/8a8ebf59

Branch: refs/heads/master
Commit: 8a8ebf595eb8a868cf9d5ac8d5ce9845d72fd419
Parents: 1ee66cb
Author: Stefan Bodewig <[email protected]>
Authored: Tue Apr 28 06:08:45 2015 +0200
Committer: Stefan Bodewig <[email protected]>
Committed: Tue Apr 28 06:08:45 2015 +0200

----------------------------------------------------------------------
 src/tests/antunit/types/resources/test.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ant/blob/8a8ebf59/src/tests/antunit/types/resources/test.xml
----------------------------------------------------------------------
diff --git a/src/tests/antunit/types/resources/test.xml 
b/src/tests/antunit/types/resources/test.xml
index 4b507ed..fca9b56 100644
--- a/src/tests/antunit/types/resources/test.xml
+++ b/src/tests/antunit/types/resources/test.xml
@@ -22,7 +22,7 @@
   <property name="dirname" value="work" />
   <property name="dir" location="${output}/${dirname}" />
   <property name="zip" location="${output}/${dirname}.zip" />
-  <property name="jar" location="${output}/${dirname}.jar" />
+  <property name="jar" location="${antunit.tmpdir}/${dirname}.jar" />
   <property name="file" location="${output}/${dirname}/file.txt" />
     
   <condition property="offline">

Reply via email to