Justin Mclean created FLEX-34413:
------------------------------------
Summary: Too many compilers
Key: FLEX-34413
URL: https://issues.apache.org/jira/browse/FLEX-34413
Project: Apache Flex
Issue Type: Improvement
Components: FalconJX
Reporter: Justin Mclean
Priority: Minor
Too many compc compilers exist - hard to know which is the right one.
find . -name compc -print
./compiler/commandline/compc
./compiler/generated/dist/sdk/bin/compc
./compiler/generated/dist/sdk/bin-legacy/compc
./compiler.jx/bin/compc
After compiling only ./compiler/generated/dist/sdk/bin/compc works for the
others you get this:
./compiler/commandline/compc
-bash: ./compiler/commandline/compc: Permission denied
./compiler/generated/dist/sdk/bin-legacy/compc
Error: Unable to access jarfile
/Users/justinmclean/Documents/ApacheFlex4.12released//lib-legacy/compc.jar
./compiler.jx/bin/compc
-bash: ./compiler.jx/bin/compc: Permission denied
--
This message was sent by Atlassian JIRA
(v6.2#6252)