Updated Branches:
  refs/heads/develop a35595b73 -> 22bec9518

mac auto-creates this dir, but windows doesn't and fails


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

Branch: refs/heads/develop
Commit: 22bec951852a873afefb2563959e562b159c604b
Parents: a35595b
Author: Alex Harui <aha...@apache.org>
Authored: Sat Jan 25 09:31:22 2014 -0800
Committer: Alex Harui <aha...@apache.org>
Committed: Sat Jan 25 09:31:22 2014 -0800

----------------------------------------------------------------------
 frameworks/js/build.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/22bec951/frameworks/js/build.xml
----------------------------------------------------------------------
diff --git a/frameworks/js/build.xml b/frameworks/js/build.xml
index 5cd52c3..c9d9930 100644
--- a/frameworks/js/build.xml
+++ b/frameworks/js/build.xml
@@ -105,6 +105,7 @@
         <echo message="Compiling libs/FlexJSJX.swc"/>
         <echo message="FLEX_HOME: ${FLEX_HOME}"/>
         <echo message="FALCONJX_HOME: ${FALCONJX_HOME}"/>
+        <mkdir dir="${FLEXJS_HOME}/frameworks/js/FlexJS/libs" />
         <java jar="${FALCONJX_HOME}/lib/compc.jar" fork="true" >
             <jvmarg value="-Xmx384m" />
             <jvmarg value="-Dsun.io.useCanonCaches=false" />

Reply via email to