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/master Commit: 0da5b9aeb3b558b94b0423cae4101e6ae03ee625 Parents: 7c149ed Author: Alex Harui <[email protected]> Authored: Tue Oct 13 12:32:52 2015 -0700 Committer: Alex Harui <[email protected]> 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. -->
