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 2016/04/30 07:42:06 UTC

[17/17] git commit: [flex-asjs] [refs/heads/develop] - fix paths

fix paths


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

Branch: refs/heads/develop
Commit: 1ef10bbe074f65b400ab15d525f548d1b7735201
Parents: 5e9e152
Author: Alex Harui <ah...@apache.org>
Authored: Fri Apr 29 22:41:33 2016 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Fri Apr 29 22:41:33 2016 -0700

----------------------------------------------------------------------
 build.xml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/1ef10bbe/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 941b75d..6bb5fa0 100644
--- a/build.xml
+++ b/build.xml
@@ -289,12 +289,12 @@
             property="FALCON_HOME"
             value="${basedir}"/>
 
-        <available file="${basedir}/../flex-falcon/compiler/generated/dist/sdk/lib/falcon-mxmlc.jar"
+        <available file="${basedir}/../flex-falcon/compiler/lib/falcon-mxmlc.jar"
             type="file"
             property="FALCON_HOME"
-            value="${basedir}/../flex-falcon/compiler/generated/dist/sdk"/>
+            value="${basedir}/../flex-falcon/compiler"/>
 
-        <fail message="FALCON_HOME must be set to a folder with a lib sub-folder containing falcon-mxmlc.jar such as the compiler/generated/dist/sdk folder in flex-falcon repo or this folder if it has been converted into an FB-compatible SDK"
+        <fail message="FALCON_HOME must be set to a folder with a lib sub-folder containing falcon-mxmlc.jar such as the compiler folder in flex-falcon repo or this folder if it has been converted into an FB-compatible SDK"
             unless="FALCON_HOME"/>
     </target>
 
@@ -308,17 +308,17 @@
             property="FALCONJX_HOME"
             value="${env.FALCONJX_HOME}"/>
 
-        <available file="${basedir}/../flex-falcon/compiler.jx/lib/jsc.jar"
+        <available file="${basedir}/../flex-falcon/compiler-jx/lib/jsc.jar"
             type="file"
             property="FALCONJX_HOME"
-            value="${basedir}/../flex-falcon/compiler.jx"/>
+            value="${basedir}/../flex-falcon/compiler-jx"/>
 
         <available file="${basedir}/js/lib/jsc.jar"
             type="file"
             property="FALCONJX_HOME"
             value="${basedir}/js"/>
 
-        <fail message="FALCONJX_HOME must be set to a folder with a lib sub-folder containing jsc.jar such as the compiler.jx folder in flex-falcon repo or the js folder if it has been converted into an FB-compatible SDK"
+        <fail message="FALCONJX_HOME must be set to a folder with a lib sub-folder containing jsc.jar such as the compiler-jx folder in flex-falcon repo or the js folder if it has been converted into an FB-compatible SDK"
             unless="FALCONJX_HOME"/>
     </target>