no, that's not right either, let's try this

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

Branch: refs/heads/develop
Commit: 14a83f02bb056d96fa5369a462a7ba4087c3fa67
Parents: 8dbc56b
Author: Alex Harui <[email protected]>
Authored: Sun Jan 26 07:40:22 2014 -0800
Committer: Alex Harui <[email protected]>
Committed: Sun Jan 26 07:40:22 2014 -0800

----------------------------------------------------------------------
 build.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/14a83f02/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index e89c040..fcd3165 100644
--- a/build.xml
+++ b/build.xml
@@ -142,10 +142,7 @@
     </target>
 
     <target name="prebuild" 
depends="check-compile-env,thirdparty-downloads,create-description,create-config"
 
-        description="Stuff that needs to be done before any builds." >
-        <!-- make the js output folder so copy doesn't complain if it isn't 
there -->
-        <mkdir dir="${FLEXJS_HOME}/frameworks/js/FlexJS/libs" />
-    </target>
+        description="Stuff that needs to be done before any builds." />
 
     <target name="check-compile-env" 
depends="check-playerglobal-home,check-air-home,check-flex-home,check-falcon-home,check-falconjx-home"
         description="Check for the required environment variables for 
compilation.">
@@ -495,6 +492,9 @@
          
         <!-- frameworks/as -->
         <antcall target="stage-framework-as"/>
+        
+        <!-- make the js output folder so copy doesn't complain if it isn't 
there -->
+        <mkdir dir="${FLEXJS_HOME}/frameworks/js/FlexJS/libs" />
 
         <!-- frameworks/js -->
         <antcall target="stage-framework-js"/>

Reply via email to