You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@royale.apache.org by GitBox <gi...@apache.org> on 2020/10/16 21:23:35 UTC

[GitHub] [royale-asjs] piotreky commented on issue #920: Migrating Flex(MXML/.as) to JS using Apache Royale

piotreky commented on issue #920:
URL: https://github.com/apache/royale-asjs/issues/920#issuecomment-710652575


   I've tried the same HelloWorld example and got the same error. I'm using Flash Builder 4.7 and to fix it I had to add +configname=flex in two places: 
   1. Using Project->Properties,
   2. Using Run->External Tools->External Tools Configurations...
   
   The console output shows "+configname=flex" twice. If one of these is missing the build fails. 
   
   FlashBuilder settings:
       -source-path+=E:\Users\Piotr\Documents\FlashWOW\HelloW/src
       -compiler.accessible=true
       -output=E:\Users\Piotr\Documents\FlashWOW\HelloW/bin-release/HelloWorld.swf
       -library-path+=E:\Users\Piotr\Documents\FlashWOW\HelloW/libs
       +configname=flex   
       -locale
       en_US
       -js-output-type=jsc
       +configname=js
       +configname=flex
       -debug=false
       -fb


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org