aharui commented on issue #882: URL: https://github.com/apache/royale-asjs/issues/882#issuecomment-653600659
When you compile a module, the compiler probably puts the output in the source folders. IOW, when you compile `D:\DBIZSOL\main\Royale\src\com/dbz/modules/AP/dbzBankSetup.mxml` The output usually ends up in `D:\DBIZSOL\main\Royale\bin\js-debug\com/dbz/modules/AP/dbzBankSetup.js` Or maybe in some other subfolder of `D:\DBIZSOL\main\Royale\bin\js-debug` See if the dbzBankSetup.js there is empty or not. If it isn't then the issue is in how it gets copied to the server and how the module loader finds that file. There may be different relative-path requirements in Royale vs Flex. ---------------------------------------------------------------- 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]
