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 2018/01/25 17:56:24 UTC

[GitHub] piotrzarzycki21 opened a new issue #21: Different results for failed compilation between JS and SWF compilation

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:
users@infra.apache.org


With regards,
Apache Git Services