dhendargo1 opened a new issue #1095:
URL: https://github.com/apache/royale-asjs/issues/1095
Hi,
Below is content of a .mxml file that reliably (100% of the time) reproduces
this issue.
Thanks for looking into this and let me know if you need further info.
-Danny
`<?xml version="1.0" encoding="utf-8"?>
<!-- This is a small test to demonstrate the issue where having
<mx:Repeater> results in the following
Error: Unable to resolve resource bundle 'core'
-->
<mx:Application
xmlns:mx="library://ns.apache.org/royale/mx"
>
<mx:Label text="If you see this on screen, the issue has been
resolved." x="10" y="10"/>
<mx:Repeater /> <!-- commenting this out will work around the compile
error -->
</mx:Application>`
--
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:
[email protected]