carlosrovira commented on issue #657: Maven doesn't produce binary executables (jar) URL: https://github.com/apache/royale-asjs/issues/657#issuecomment-571709970 I think the problem here is that you expect to use `mxmlc` directly. ANT build is just to use with IDEs like VSCode or Moonshine, so the tool use it to give you code intelligence. But for your own builds, you must switch from trying to use mxmlc to use mvn install based on a pom.xml
---------------------------------------------------------------- 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
