After this change, were you able to run the Falcon unit tests and have them 
pass?

- Gordon

-----Original Message-----
From: mschma...@apache.org [mailto:mschma...@apache.org] 
Sent: Tuesday, November 13, 2012 4:00 PM
To: flex-comm...@incubator.apache.org
Subject: svn commit: r1409037 - in /incubator/flex/falcon/trunk/compiler.tests: 
./ build.xml

Author: mschmalle
Date: Wed Nov 14 00:00:17 2012
New Revision: 1409037

URL: http://svn.apache.org/viewvc?rev=1409037&view=rev
Log:
updated compiler.tests build.xml to add/remove temp directory

Modified:
    incubator/flex/falcon/trunk/compiler.tests/   (props changed)
    incubator/flex/falcon/trunk/compiler.tests/build.xml

Propchange: incubator/flex/falcon/trunk/compiler.tests/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Wed Nov 14 00:00:17 2012
@@ -0,0 +1 @@
+temp

Modified: incubator/flex/falcon/trunk/compiler.tests/build.xml
URL: 
http://svn.apache.org/viewvc/incubator/flex/falcon/trunk/compiler.tests/build.xml?rev=1409037&r1=1409036&r2=1409037&view=diff
==============================================================================
--- incubator/flex/falcon/trunk/compiler.tests/build.xml (original)
+++ incubator/flex/falcon/trunk/compiler.tests/build.xml Wed Nov 14 00:00:17 
2012
@@ -67,6 +67,7 @@
 
     <target name="unit.tests" depends="download, compile.unit.tests">
         <mkdir dir="${compiler.tests}/results"/>
+        <mkdir dir="${compiler.tests}/temp"/>
         <junit dir="${compiler.tests}"
                fork="yes" forkMode="perBatch" maxmemory="256m" timeout="300000"
                printsummary="true" showoutput="true"
@@ -97,6 +98,7 @@
 
     <target name="wipe" depends="clean">
         <delete dir="${compiler.tests}/lib"/>
+        <delete dir="${compiler.tests}/temp"/>
     </target>
 
 </project>


Reply via email to