Hello All,

I have a fairly large flex application that uses the 3.6.0 SDK.
It is not using any external libraries/

I am able to successfully compile using the commend line below:

/Applications/Adobe\ Flash\ Builder\ 4.6/sdks/3.6.0/bin/mxmlc -strict=false 
-warnings=false /Users/tavis/Documents/Adobe\ Flash\ Builder\ 
4.6/WebProofList/src/WebProofList.mxml


This is the command line I am using:

/usr/local/lib/node_modules/@apache-royale/royale-js/royale-asjs/bin/mxmlc 
-api-report=~/Desktop/report.out -load-config=/Applications/Adobe\ Flash\ 
Builder\ 4.6/sdks/3.6.0/frameworks/flex-config.xml 
/Users/tavis/Documents/Adobe\ Flash\ Builder\ 
4.6/WebProofList/src/WebProofList.mxml

outputs:

MXMLJSC
--targets=SWF
-api-report=~/Desktop/report.out
-load-config=/Applications/Adobe Flash Builder 
4.6/sdks/3.6.0/frameworks/flex-config.xml
/Users/tavis/Documents/Adobe Flash Builder 
4.6/WebProofList/src/WebProofList.mxml
Error: Invalid version specified, '9.0.124'.


But when I try to generate an api report using the 4.6.0 SDK, the compiler 
seems to just hang and never generate any output.
This is that commanding:

/usr/local/lib/node_modules/@apache-royale/royale-js/royale-asjs/bin/mxmlc 
-api-report=~/Desktop/report.out -load-config=/Applications/Adobe\ Flash\ 
Builder\ 4.6/sdks/3.6.0/frameworks/flex-config.xml 
/Users/tavis/Documents/Adobe\ Flash\ Builder\ 
4.6/WebProofList/src/WebProofList.mxml

outputs:

MXMLJSC
--targets=SWF
-api-report=~/Desktop/report.out
-load-config=/Applications/Adobe Flash Builder 
4.6/sdks/4.6.0/frameworks/flex-config.xml
/Users/tavis/Documents/Adobe Flash Builder 
4.6/WebProofList/src/WebProofList.mxml
Loading configuration: /Applications/Adobe Flash Builder 
4.6/sdks/4.6.0/frameworks/flex-config.xml

and hangs….. never returns…

Any ideas on how to proceed?

Thanks,

-Tavis


Reply via email to