Here’s the result of trying to run "ant all" on flex-asjs:
check-typedefs-home:
[echo] FLEXJS_TYPEDEFS_HOME is
/Users/harbs/Documents/ApacheFlex/flex-typedefs
[available] DEPRECATED - <available> used to override an existing property.
[available] Build file should not reuse the same property name for different
values.
typedef.swcs:
main:
download:
BUILD FAILED
/Users/harbs/Documents/ApacheFlex/flex-asjs/build.xml:1644: The following error
occurred while executing this line:
/Users/harbs/Documents/ApacheFlex/flex-asjs/build.xml:1804: The following error
occurred while executing this line:
/Users/harbs/Documents/ApacheFlex/flex-falcon/build.xml:140: The following
error occurred while executing this line:
/Users/harbs/Documents/ApacheFlex/flex-typedefs/build.xml:52: The following
error occurred while executing this line:
/Users/harbs/Documents/ApacheFlex/flex-typedefs/js/build.xml:29: src
'/Users/harbs/Documents/ApacheFlex/compiler-jx/lib/google/closure-compiler/compiler.jar'
doesn't exist.
Total time: 5 minutes 26 seconds
Any ideas what could be wrong?
The obvious issue is that it’s looking for the closure-compiler in the wrong
directory (/Users/harbs/Documents/ApacheFlex/compiler-jx instead of
/Users/harbs/Documents/ApacheFlex/flex-falcon/compiler-jx), but I have no idea
why.
Harbs