I use the flash builder 4.7 to test a basic royale js project.
When compile the project with ASJSC an error appear to console but the
project seens to be compiled.
The console log is :
using FlashBuilder Project Files
FlashBuilder settings:
-source-path+=C:\DevelopmentWorkspace\FlashBuilder_Royale\CFcommunication/sr
c
-compiler.accessible=true
-output=C:\DevelopmentWorkspace\FlashBuilder_Royale\CFcommunication/bin-debu
g/CFcommunication.swf
-library-path+=C:\DevelopmentWorkspace\FlashBuilder_Royale\CFcommunication/l
ibs
-locale
en_US
-js-output-type=jsc
+configname=js
-debug=true
-fb
C:\DevelopmentWorkspace\FlashBuilder_Royale\CFcommunication/src/CFcommunicat
ion.mxml
C:\DevelopmentWorkspace\FlashBuilder_Royale\CFcommunication\src\CFcommunicat
ion.mxml(2): col: 1 Error: This tag could not be resolved to an ActionScript
class. It will be ignored.
<js:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
^
Spiros