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/12/17 08:54:30 UTC

[20/55] [abbrv] git commit: [flex-asjs] [refs/heads/develop] - fix build for Flat and CreateJS

fix build for Flat and CreateJS


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

Branch: refs/heads/develop
Commit: 240b8833d4b4af9e4c2e0ff030e0b2f549065b55
Parents: d6ee57d
Author: Alex Harui <ah...@apache.org>
Authored: Wed Dec 9 13:37:53 2015 -0800
Committer: Alex Harui <ah...@apache.org>
Committed: Wed Dec 9 13:38:02 2015 -0800

----------------------------------------------------------------------
 frameworks/build.xml | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/240b8833/frameworks/build.xml
----------------------------------------------------------------------
diff --git a/frameworks/build.xml b/frameworks/build.xml
index 5aeb5d1..8695298 100644
--- a/frameworks/build.xml
+++ b/frameworks/build.xml
@@ -95,22 +95,17 @@
     </target>
     
     <target name="compile-asjs" description="Cross-compiles all SWCs">
-        <ant dir="${basedir}/projects/CreateJS" target="compile-asjs"/>
         <ant dir="${basedir}/projects/Formatters" target="compile-asjs"/>
         <ant dir="${basedir}/projects/GoogleMaps" target="compile-asjs"/>
     </target>
 
     <target name="lint-js" description="Cross-compiles all SWCs">
-        <ant dir="${basedir}/projects/CreateJS" target="lint-js"/>
-        <ant dir="${basedir}/projects/Flat" target="lint-js"/>
         <ant dir="${basedir}/projects/Formatters" target="lint-js"/>
         <ant dir="${basedir}/projects/GoogleMaps" target="lint-js"/>
     </target>
 
     <target name="re-compile" description="Builds all SWCs which should pick up the JS files from asjs">
         <!-- order may matter due to dependencies -->
-        <ant dir="${basedir}/projects/Flat" target="compile"/>
-        <ant dir="${basedir}/projects/CreateJS" target="compile"/>
         <ant dir="${basedir}/projects/Formatters" target="compile"/>
         <ant dir="${basedir}/projects/GoogleMaps" target="compile"/>
     </target>
@@ -194,7 +189,7 @@
     </target>
 
     <target name="CreateJS" description="Clean build of CreateJS.swc">
-        <ant dir="${basedir}/projects/CreateJS"/>
+        <ant dir="${basedir}/projects/CreateJS" target="all"/>
     </target>
 
     <target name="DragDrop" description="Clean build of DragDrop.swc">
@@ -206,7 +201,7 @@
     </target>
 
     <target name="Flat" description="Clean build of Flat.swc">
-        <ant dir="${basedir}/projects/Flat"/>
+        <ant dir="${basedir}/projects/Flat" target="all"/>
     </target>
 
     <target name="Formatters" description="Clean build of Formatters.swc">