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 2019/01/02 13:59:06 UTC

[GitHub] pashminakazi commented on issue #361: With Apache Royale Latest Source

pashminakazi commented on issue #361: With Apache Royale Latest Source
URL: https://github.com/apache/royale-asjs/issues/361#issuecomment-450869785
 
 
   our Library Project build file was using sdk library mxroyale.swc,sparkroyale.swc and etc
   now in new release mxroyale.swc doesn't exist so errors on console were
   mx.utils.ByteArray definition not found and all other classes not found
   so i changed the lib path from
   E:\apache-royale-0.9.3-bin-js-swf\royale-asjs\frameworks\libs
   to
   E:\apache-royale-0.9.3-bin-js-swf\royale-asjs\frameworks\js\libs
   and changed mxroyale.swc to mxroyaleJS.swc now my Library can use the file of sdk without error
   
   My Library Project Build File: https://paste.apache.org/HIH0
   Now my library project is giving this Error
   Console: 
   https://paste.apache.org/C1H5
   

----------------------------------------------------------------
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