piotrzarzycki21 opened a new issue #21: Different results for failed 
compilation between JS and SWF compilation
URL: https://github.com/apache/royale-compiler/issues/21
 
 
   During build simple Hello World application with some errors in code 
compiler print out a bit different results in case of JS compilation.
   
   **compiler.targets=JSRoyale**
   ```
   JSRoyale:
   col: 12 This attribute is unexpected. It will be ignored.
   : 
   :            <js:View percentWidh="100" percentHeight="100">
   ```
   
   **compiler.targets=SWF**
   ```
   col: 12 Error: This attribute is unexpected. It will be ignored.
   : 
   :            <js:View percentWidh="100" percentHeight="100">
   ```
   
   In JSRoyale compilation in the printed output word **Error** is missing.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to