Hi,
I’m still unable to compile from source and get this error. I’m trying to
compile FlexJS with the Falcon 0.5 RC.
compile:
[echo] Compiling libs/Core.swc
[echo] FLEX_HOME:
/Users/justinmclean/Downloads/ApacheFlexJS/apache-flex-flexjs-0.5.0-src
[echo] FALCON_HOME:
/Users/justinmclean/Downloads/ApacheFalconJX/apache-flex-falconjx-0.5.0-src/compiler/generated/dist/sdk/
BUILD FAILED
/Users/justinmclean/Downloads/ApacheFlexJS/apache-flex-flexjs-0.5.0-src/build.xml:431:
The following error occurred while executing this line:
/Users/justinmclean/Downloads/ApacheFlexJS/apache-flex-flexjs-0.5.0-src/frameworks/build.xml:79:
The following error occurred while executing this line:
/Users/justinmclean/Downloads/ApacheFlexJS/apache-flex-flexjs-0.5.0-src/frameworks/build.xml:225:
The following error occurred while executing this line:
/Users/justinmclean/Downloads/ApacheFlexJS/apache-flex-flexjs-0.5.0-src/frameworks/projects/Core/build.xml:96:
File does not exist: compc.jar
compl.jar does exist:
find $FALCONJX_HOME -name compc.jar -print
/Users/justinmclean/Downloads/ApacheFalconJX/apache-flex-falconjx-0.5.0-src/compiler.jx/lib/compc.jar
This seems wrong (or at least confusing) to me:
FLEX_HOME:
/Users/justinmclean/Downloads/ApacheFlexJS/apache-flex-flexjs-0.5.0-src
Caused by this:
<property name="FLEX_HOME" value="${FLEXJS_HOME}"/>
echo $FLEX_HOME
/Users/justinmclean/Documents/ApacheFlex4.14.1/
ant check-compile-env returns SUCCESS
Here’s the environment vars I have set up:
JAVA_HOME:/Library/Java/JavaVirtualMachines/jdk1.7.0_10.jdk/Contents/Home
ANT_HOME:/Users/justinmclean/Downloads/apache-ant-1.9.3
GOOG_HOME:/Users/justinmclean/closure-llibrary/
PLAYER_GLOBAL_HOME:/Users/justinmclean/Documents/player/
AIR_HOME:/Users/justinmclean/Documents/air/mac/3.1/
FLASHPLAYER_DEBUGGER:/Users/justinmclean/Documents/player/11.1/mac/Flash Player
Debugger.app/Contents/MacOS/Flash Player Debugger
FALCON_HOME:/Users/justinmclean/Downloads/ApacheFalconJX/apache-flex-falconjx-0.5.0-src/compiler/generated/dist/sdk/
FALCONJX_HOME:/Users/justinmclean/Downloads/ApacheFalconJX/apache-flex-falconjx-0.5.0-src/compiler.jx
FLEXUNIT_HOME:/Users/justinmclean/Documents/ApacheFlexUnit4.2.0/
FLEX_HOME:/Users/justinmclean/Documents/ApacheFlex4.14.1/
Anyone have any ideas to what might be wrong?
Thanks,
Justin