heitara commented on issue #657: Maven doesn't produce binary executables (jar) URL: https://github.com/apache/royale-asjs/issues/657#issuecomment-571959885 I'm trying to build a Flex project with Apache Royal. But the project is quite huge and has many library dependencies. At the moment we are building it using NANT (something similar to ant) on a CI server. I need to have access to the CLI version of the tools like mxmlc and compc to be able to adjust the NANT scripts, once we convert the AS3/Flex code to one that can be compiled with Royal. My idea is to have a local copy of the SDK, so we can do adjustments if needed. Once I build the SDK I should able to distribute it to our CI servers and use the NANT scripts. A good idea is to update the Apache Royal page to let the users, that building with Maven won't result in having working binaries and you have to use ANT to get the binaries. I'll try to build everything from source (from github). I'll post the result here. I don't mind using maven when working with new Royal projects, but converting all the scripts in my case is not an option, because the Flex project is just a part of the whole product. Everything else is build with NANT.
---------------------------------------------------------------- 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] With regards, Apache Git Services
