also pick up swcs from the way the approval script sets up falconjx
Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/30587b17 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/30587b17 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/30587b17 Branch: refs/heads/master Commit: 30587b177205813955e295bc0edf25841f00e022 Parents: ece2ee3 Author: Alex Harui <[email protected]> Authored: Sat Aug 13 23:34:00 2016 -0700 Committer: Alex Harui <[email protected]> Committed: Sun Aug 14 21:59:39 2016 -0700 ---------------------------------------------------------------------- build.xml | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/30587b17/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index a74d3af..5410b78 100644 --- a/build.xml +++ b/build.xml @@ -342,6 +342,12 @@ property="FLEXJS_TYPEDEFS_HOME" value="${basedir}"/> + <echo>basedir is ${basedir}</echo> + <available file="${basedir}/../falconjx/js/libs/js.swc" + type="file" + property="FLEXJS_TYPEDEFS_HOME" + value="${basedir}/../falconjx/js/libs"/> + <fail message="FLEXJS_TYPEDEFS_HOME must be set to a folder containing js/target/js.swc such as the flex-typedefs repo" unless="FLEXJS_TYPEDEFS_HOME"/> </target>
