-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
appbundler-maven-plugin doesn't copy a built artefact #6
Comments
@sfuerte Could you first try with the We are using the Is there anything usual about your Regarding the message: "this application requires that Java 11 or later be installed on your computer", that is generated by the underlying App Launcher code from https://github.com/TheInfiniteKind/appbundler. So you should first check if it had been fixed there, and if not open an issue and send a PR to that project. We can then release a new version of the plugin with those fixes. |
@adamretter, thanks for the quick reply. There is nothing unusual about the built JAR, it's not externally attached nor Uber Jar, the
In the original message's log example, Btw, got the same with the |
Do you see anything "interesting" when running with |
Nothing unusual, the config:
and runtime itself:
and the main JAR isn't on the list of artifacts. |
@sfuerte Do you know how to use |
@adamretter, I'll figure it out. Any specifics params/steps you're interested in there? Also, in Ant's
Is it possible to do the same in the Maven plugin? |
Working on converting a macOS app from Ant to Maven build.
Got stuck at the plugin copying everything except the built JAR artefact:
Full POM with plugin's configuration is at https://github.com/sfuerte/trolCommander/blob/feature/Java11/pom.xml
Also, the resulted application errors with "this application requires that Java 11 or later be installed on your computer" message though Java has been installed indeed:
The text was updated successfully, but these errors were encountered: