-
Notifications
You must be signed in to change notification settings - Fork 45
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
java8 APPLICATION_TEMPLATE.jnlp generation support #12
Comments
You arn't be the only one looking for an automated way to create and sign APPLICATION_TEMPLATE.jnlp files. Was there a patch at one time that did this, and if so where can it be found today? |
Actually there were patches ..... |
:S Not good. I've seen http://stackoverflow.com/a/20071821 which happily gives a way that one can (supposedly) sign a template, but it makes the assumption that the jar files have static names. Unfortunately, all the programs we assemble here are versioned - Solutions dependent on static names are not possible. Yesterday, I wrote a simple maven plugin to find the correct jar file, generate the jnlp template from the jnlp file, insert the template into the jar, and then sign the jar. Fantastic as that is, webstart is griping about unsigned content and I don't see anything wrong or unsigned with the jar file - The error given by webstart is sadly lacking in detail, so I don't see any path forward by troubleshooting the error. |
Here's the patch I use: webstart-maven-plugin-1.0-beta-7-LM-406.patch.txt This includes a new
It requires a second copy of the template.vm (default name = application_template.vm) that is a copy of the former with wildcards introduced where required. So this may be pretty specific to my needs but might help. |
Issuse #12 (Integrate Application files inside main jar)
Some stuff has be done about this point, @solomax is it ok with you? do you need more stuff to be done ? If not could you close this issue ? thanks. |
Right now I'm not using this plugin, using |
Hello,
previously there was an issue http://jira.codehaus.org/browse/MWEBSTART-266 with the patch attached
(to correctly work with latest java main jar should contain JNLP-INF/APPLICATION_TEMPLATE.jnlp with all parameters replaced with '*')
I tried to clone your repo to try to fix it myself but failed :(
can you point me to the right direction or maybe fix the issue?
additional problem I'm facing is forking, maybe you know how can 'no-fork' mode can be implemented
Thanks in advance, and sorry I was unable to provide the patch :(
The text was updated successfully, but these errors were encountered: