aharui commented on issue #657: Maven doesn't produce binary executables (jar) URL: https://github.com/apache/royale-asjs/issues/657#issuecomment-571684798 When we say "distribution" that means setting up the folder structure expected by most IDEs, but I think it could be much easier to allow a simple compilation from the command line. Although some might argue that if you are using Maven you should be setting up Maven projects for everything and not just use the command-line. I think that's why we have the archetype project: to make it easier to setup a Maven project. It would be interesting to see if a volunteer could make a copy of the js/bin/mxmlc and modify it to work with a Maven build. The two things that first come to mind would be overriding class paths to point at the jars in the local repo, and coming up with a default set of compiler options. The Ant builds use frameworks/royale-config.xml and similar configs. There might be other issues.
---------------------------------------------------------------- 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
