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/09/07 22:42:18 UTC

[06/13] flex-typedefs git commit: try to fix build

try to fix build


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

Branch: refs/heads/master
Commit: 02e90721f81f9029c79aa646fc9e66f16f6f2862
Parents: a2b7167
Author: Alex Harui <ah...@apache.org>
Authored: Wed Jul 20 16:59:19 2016 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Wed Jul 20 16:59:29 2016 -0700

----------------------------------------------------------------------
 GCL/build.xml         | 4 ++--
 cordova/build.xml     | 4 ++--
 createjs/build.xml    | 4 ++--
 google_maps/build.xml | 4 ++--
 jasmine/build.xml     | 4 ++--
 jquery/build.xml      | 4 ++--
 js/build.xml          | 4 ++--
 node/build.xml        | 4 ++--
 8 files changed, 16 insertions(+), 16 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-typedefs/blob/02e90721/GCL/build.xml
----------------------------------------------------------------------
diff --git a/GCL/build.xml b/GCL/build.xml
index 08c2271..9428351 100644
--- a/GCL/build.xml
+++ b/GCL/build.xml
@@ -32,7 +32,7 @@
         </and>
     </condition>
     
-    <condition property="FALCON_HOME" value="${FLEXJS_HOME}/../flex-falcon/compiler/lib">
+    <condition property="FALCON_HOME" value="${FLEXJS_HOME}/../flex-falcon/compiler">
         <and>
             <not>
                 <isset property="FALCON_HOME" />
@@ -93,7 +93,7 @@
     <target name="compc" >
         <copy file="${basedir}/src/main/config/compile-as-config.xml"
         todir="${basedir}/target" />
-        <java jar="${FALCON_HOME}/falcon-compc.jar" fork="true"
+        <java jar="${FALCON_HOME}/lib/falcon-compc.jar" fork="true"
             failonerror="true">
             <arg value="+flexlib=externs/frameworks" />
             <arg value="-debug" />

http://git-wip-us.apache.org/repos/asf/flex-typedefs/blob/02e90721/cordova/build.xml
----------------------------------------------------------------------
diff --git a/cordova/build.xml b/cordova/build.xml
index b5289bf..43495f2 100644
--- a/cordova/build.xml
+++ b/cordova/build.xml
@@ -34,7 +34,7 @@
         </and>
     </condition>
     
-    <condition property="FALCON_HOME" value="${FLEXJS_HOME}/../flex-falcon/compiler/lib">
+    <condition property="FALCON_HOME" value="${FLEXJS_HOME}/../flex-falcon/compiler">
         <and>
             <not>
                 <isset property="FALCON_HOME" />
@@ -101,7 +101,7 @@
     <target name="compc" >
         <copy file="${basedir}/src/main/config/compile-as-config.xml"
         todir="${basedir}/target" />
-        <java jar="${FALCON_HOME}/falcon-compc.jar" fork="true"
+        <java jar="${FALCON_HOME}/lib/falcon-compc.jar" fork="true"
             failonerror="true">
             <arg value="+flexlib=externs/frameworks" />
             <arg value="-debug" />

http://git-wip-us.apache.org/repos/asf/flex-typedefs/blob/02e90721/createjs/build.xml
----------------------------------------------------------------------
diff --git a/createjs/build.xml b/createjs/build.xml
index 50d7ad5..2317049 100644
--- a/createjs/build.xml
+++ b/createjs/build.xml
@@ -35,7 +35,7 @@
         </and>
     </condition>
     
-    <condition property="FALCON_HOME" value="${FLEXJS_HOME}/../flex-falcon/compiler/lib">
+    <condition property="FALCON_HOME" value="${FLEXJS_HOME}/../flex-falcon/compiler">
         <and>
             <not>
                 <isset property="FALCON_HOME" />
@@ -554,7 +554,7 @@
     <target name="compc" >
         <copy file="${basedir}/src/main/config/compile-as-config.xml"
         todir="${basedir}/target" />
-        <java jar="${FALCON_HOME}/falcon-compc.jar" fork="true"
+        <java jar="${FALCON_HOME}/lib/falcon-compc.jar" fork="true"
             failonerror="true">
             <arg value="+flexlib=externs/frameworks" />
             <arg value="-debug" />

http://git-wip-us.apache.org/repos/asf/flex-typedefs/blob/02e90721/google_maps/build.xml
----------------------------------------------------------------------
diff --git a/google_maps/build.xml b/google_maps/build.xml
index 2eb3e2d..17d99b3 100644
--- a/google_maps/build.xml
+++ b/google_maps/build.xml
@@ -34,7 +34,7 @@
         </and>
     </condition>
     
-    <condition property="FALCON_HOME" value="${FLEXJS_HOME}/../flex-falcon/compiler/lib">
+    <condition property="FALCON_HOME" value="${FLEXJS_HOME}/../flex-falcon/compiler">
         <and>
             <not>
                 <isset property="FALCON_HOME" />
@@ -157,7 +157,7 @@ google.maps = {};]]></replacevalue>
     <target name="compc" >
         <copy file="${basedir}/src/main/config/compile-as-config.xml"
         todir="${basedir}/target" />
-        <java jar="${FALCON_HOME}/falcon-compc.jar" fork="true"
+        <java jar="${FALCON_HOME}/lib/falcon-compc.jar" fork="true"
             failonerror="true">
             <arg value="+flexlib=externs/frameworks" />
             <arg value="-debug" />

http://git-wip-us.apache.org/repos/asf/flex-typedefs/blob/02e90721/jasmine/build.xml
----------------------------------------------------------------------
diff --git a/jasmine/build.xml b/jasmine/build.xml
index 5ff9255..927b21d 100644
--- a/jasmine/build.xml
+++ b/jasmine/build.xml
@@ -32,7 +32,7 @@
         </and>
     </condition>
     
-    <condition property="FALCON_HOME" value="${FLEXJS_HOME}/../flex-falcon/compiler/lib">
+    <condition property="FALCON_HOME" value="${FLEXJS_HOME}/../flex-falcon/compiler">
         <and>
             <not>
                 <isset property="FALCON_HOME" />
@@ -99,7 +99,7 @@
     <target name="compc" >
         <copy file="${basedir}/src/main/config/compile-as-config.xml"
         todir="${basedir}/target" />
-        <java jar="${FALCON_HOME}/falcon-compc.jar" fork="true"
+        <java jar="${FALCON_HOME}/lib/falcon-compc.jar" fork="true"
             failonerror="true">
             <arg value="+flexlib=externs/frameworks" />
             <arg value="-debug" />

http://git-wip-us.apache.org/repos/asf/flex-typedefs/blob/02e90721/jquery/build.xml
----------------------------------------------------------------------
diff --git a/jquery/build.xml b/jquery/build.xml
index a510ba9..9fa1040 100644
--- a/jquery/build.xml
+++ b/jquery/build.xml
@@ -32,7 +32,7 @@
         </and>
     </condition>
     
-    <condition property="FALCON_HOME" value="${FLEXJS_HOME}/../flex-falcon/compiler/lib">
+    <condition property="FALCON_HOME" value="${FLEXJS_HOME}/../flex-falcon/compiler">
         <and>
             <not>
                 <isset property="FALCON_HOME" />
@@ -136,7 +136,7 @@
     <target name="compc" >
         <copy file="${basedir}/src/main/config/compile-as-config.xml"
         todir="${basedir}/target" />
-        <java jar="${FALCON_HOME}/falcon-compc.jar" fork="true"
+        <java jar="${FALCON_HOME}/lib/falcon-compc.jar" fork="true"
             failonerror="true">
             <arg value="+flexlib=externs/frameworks" />
             <arg value="-debug" />

http://git-wip-us.apache.org/repos/asf/flex-typedefs/blob/02e90721/js/build.xml
----------------------------------------------------------------------
diff --git a/js/build.xml b/js/build.xml
index a050b98..c73bc74 100644
--- a/js/build.xml
+++ b/js/build.xml
@@ -32,7 +32,7 @@
         </and>
     </condition>
     
-    <condition property="FALCON_HOME" value="${FLEXJS_HOME}/../flex-falcon/compiler/lib">
+    <condition property="FALCON_HOME" value="${FLEXJS_HOME}/../flex-falcon/compiler">
         <and>
             <not>
                 <isset property="FALCON_HOME" />
@@ -156,7 +156,7 @@
     <target name="compc" >
         <copy file="${basedir}/src/main/config/compile-as-config.xml"
             todir="${basedir}/target" />
-        <java jar="${FALCON_HOME}/falcon-compc.jar" fork="true"
+        <java jar="${FALCON_HOME}/lib/falcon-compc.jar" fork="true"
             failonerror="true">
             <arg value="+flexlib=externs/frameworks" />
             <arg value="-debug" />

http://git-wip-us.apache.org/repos/asf/flex-typedefs/blob/02e90721/node/build.xml
----------------------------------------------------------------------
diff --git a/node/build.xml b/node/build.xml
index 736c4ed..578047c 100644
--- a/node/build.xml
+++ b/node/build.xml
@@ -32,7 +32,7 @@
         </and>
     </condition>
     
-    <condition property="FALCON_HOME" value="${FLEXJS_HOME}/../flex-falcon/compiler/lib">
+    <condition property="FALCON_HOME" value="${FLEXJS_HOME}/../flex-falcon/compiler">
         <and>
             <not>
                 <isset property="FALCON_HOME" />
@@ -126,7 +126,7 @@
     <target name="compc" >
         <copy file="${basedir}/src/main/config/compile-as-config.xml"
         todir="${basedir}/target" />
-        <java jar="${FALCON_HOME}/falcon-compc.jar" fork="true"
+        <java jar="${FALCON_HOME}/lib/falcon-compc.jar" fork="true"
             failonerror="true">
             <arg value="+flexlib=externs/frameworks" />
             <arg value="-debug" />