-
Notifications
You must be signed in to change notification settings - Fork 441
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
Experimental support for formats generated by the JDK 8 javapackager
tool.
#492
Conversation
Improving interaction with packager tool. Debugging applicaiton image classpath.
Hi @metasim, Thank you for your contribution! We really value the time you've taken to put this together. Before we proceed with reviewing this pull request, please sign the Typesafe Contributors License Agreement: |
Smooth! I had time to test it on my Ubuntu system and it worked perfectly for deb files. I'll test this on windows as well. It would be awesome if you add the sphinx docs as well. |
I signed the CLA and put some basic docs in the README.md. I'll try to get to the sphinx docs this weekend, but don't hold your breath. I need to add JVM arguments support for my day job. |
So, I took a closer look on windows as well. You are hitting a 'bug', which will be Also the jdkPackagerTool := Some(file("C:\\Program Files\\Java\\jdk1.8.0_31\\bin\\javapackager.exe")) the error messages are helpful, but could use some examples. Having said that. I will try to pull off a release tomorrow and I would
this would be nice, but can be added in another pull request as well. |
Experimental support for formats generated by the JDK 8 `javapackager` tool.
Can you point me to an example of "examples in error messages"? I'll look into the windows packager lookup issue (now where'd I put vmware...). Should I create a github issue for it? |
No description provided.