You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by pe...@apache.org on 2015/11/20 21:19:09 UTC

[20/41] git commit: [flex-asjs] [refs/heads/core_js_to_as] - some Ant versions don't auto create folders

some Ant versions don't auto create folders


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

Branch: refs/heads/core_js_to_as
Commit: 0da5b9aeb3b558b94b0423cae4101e6ae03ee625
Parents: 7c149ed
Author: Alex Harui <ah...@apache.org>
Authored: Tue Oct 13 12:32:52 2015 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Tue Oct 13 12:33:19 2015 -0700

----------------------------------------------------------------------
 frameworks/projects/Collections/build.xml | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/0da5b9ae/frameworks/projects/Collections/build.xml
----------------------------------------------------------------------
diff --git a/frameworks/projects/Collections/build.xml b/frameworks/projects/Collections/build.xml
index d6c1e77..84f94da 100644
--- a/frameworks/projects/Collections/build.xml
+++ b/frameworks/projects/Collections/build.xml
@@ -73,6 +73,9 @@
         <echo message="Compiling libs/Collections.swc"/>
         <echo message="FLEX_HOME: ${FLEX_HOME}"/>
         <echo message="FALCON_HOME: ${FALCON_HOME}"/>
+        
+        <!-- make JS output folder now so include-file doesn't error -->
+        <mkdir dir="${basedir}/js/out" />
 
         <!-- Load the <compc> task. We can't do this at the <project> level -->
         <!-- because targets that run before flexTasks.jar gets built would fail. -->