Updated Branches:
  refs/heads/develop 715a23cf7 -> 14a83f02b

try to fix jenkins again


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

Branch: refs/heads/develop
Commit: 8dbc56ba6559122902f5ddd92327d998803ea04b
Parents: 715a23c
Author: Alex Harui <aha...@apache.org>
Authored: Sun Jan 26 07:36:38 2014 -0800
Committer: Alex Harui <aha...@apache.org>
Committed: Sun Jan 26 07:36:38 2014 -0800

----------------------------------------------------------------------
 build.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/8dbc56ba/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 8e925fb..e89c040 100644
--- a/build.xml
+++ b/build.xml
@@ -142,7 +142,10 @@
     </target>
 
     <target name="prebuild" 
depends="check-compile-env,thirdparty-downloads,create-description,create-config"
 
-        description="Stuff that needs to be done before any builds." />
+        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>
 
     <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.">

Reply via email to