You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2015/06/22 22:06:28 UTC

git commit: [flex-falcon] [refs/heads/develop] - adjust copylastbuild

Repository: flex-falcon
Updated Branches:
  refs/heads/develop b298a39da -> 46f2c65ee


adjust copylastbuild


Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/46f2c65e
Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/46f2c65e
Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/46f2c65e

Branch: refs/heads/develop
Commit: 46f2c65ee414598365c62d43024c98a7e7c9840c
Parents: b298a39
Author: Alex Harui <ah...@apache.org>
Authored: Mon Jun 22 13:06:23 2015 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Mon Jun 22 13:06:23 2015 -0700

----------------------------------------------------------------------
 compiler.jx.tests/build.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/46f2c65e/compiler.jx.tests/build.xml
----------------------------------------------------------------------
diff --git a/compiler.jx.tests/build.xml b/compiler.jx.tests/build.xml
index 7529916..d155c3c 100644
--- a/compiler.jx.tests/build.xml
+++ b/compiler.jx.tests/build.xml
@@ -106,13 +106,13 @@
             value="true" />
     </target>
     <target name="get_asjs" unless="asjs.ok" >
-        <get src="http://apacheflexbuild.cloudapp.net:8080/job/flex-asjs/lastSuccessfulBuild/artifact/out/apache-flex-flexjs-0.0.3-bin.zip" dest="${compiler.tests}/temp/flexjs.zip"/>
-        <unzip src="${compiler.tests}/temp/flexjs.zip" dest="${env.ASJS_HOME}">
+        <get src="http://apacheflexbuild.cloudapp.net:8080/job/flex-asjs/lastSuccessfulBuild/artifact/out/apache-flex-flexjs-0.0.3-bin.zip" dest="${compiler.tests}/flexjs.zip"/>
+        <unzip src="${compiler.tests}/flexjs.zip" dest="${env.ASJS_HOME}">
             <patternset>
                 <include name="frameworks/libs/*.swc"/>
             </patternset>
         </unzip>
-
+        <delete file="${compiler.tests}/flexjs.zip" />
     </target>
  
     <target name="main" depends="unit.tests"/>