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/13 08:22:01 UTC

git commit: [flex-falcon] [refs/heads/develop] - still bugs in the Falcon install

Repository: flex-falcon
Updated Branches:
  refs/heads/develop 407eaa7e4 -> c189d65e9


still bugs in the Falcon install


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

Branch: refs/heads/develop
Commit: c189d65e9eb2f68aaad936e7921bd09288e4a066
Parents: 407eaa7
Author: Alex Harui <ah...@apache.org>
Authored: Fri Jun 12 23:21:54 2015 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Fri Jun 12 23:21:54 2015 -0700

----------------------------------------------------------------------
 compiler.jx/downloads.xml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/c189d65e/compiler.jx/downloads.xml
----------------------------------------------------------------------
diff --git a/compiler.jx/downloads.xml b/compiler.jx/downloads.xml
index 58824b2..3366f16 100644
--- a/compiler.jx/downloads.xml
+++ b/compiler.jx/downloads.xml
@@ -172,6 +172,10 @@
     <available file="${lib.dir}/${dest.folder}/${name}.jar" property="project.jar.exists"/>
   </target>
 
+    <target name="check-dependency-closure" description="Checks if project jar is in lib directory.">
+        <available file="${lib.dir}/${closure.dest.folder}/${closure.name}.jar" property="project.jar.exists"/>
+    </target>
+
   <target name="echo-project-jar" if="installer">
     <echo file="${basedir}/project.properties">project.echo=${INFO_DOWNLOADING_FILE_FROM}</echo>
     <replace file="${basedir}/project.properties" token="{0}" value="${srcPath}"/>
@@ -212,7 +216,7 @@
     </antcall>
   </target>
 
-  <target name="download-dependency-closure" depends="check-dependency" unless="project.jar.exists" description="Downloads a jar + license to the lib directory.">
+  <target name="download-dependency-closure" depends="check-dependency-closure" unless="project.jar.exists" description="Downloads a jar + license to the lib directory.">
     <antcall target="echo-project-jar">
       <param name="srcDomain" value="${src.server}"/>
       <param name="srcPath" value="${src.folder}/${src.filename}"/>