Issue Type: Improvement Improvement
Assignee: Jesse Glick
Created: 05/Feb/13 9:54 AM
Description:

Packaging a webstart app with jar signing takes a lot of time because of jarsigner ant task usage.
This can be improved by using directly the JarSigner class that is used by the ant task.
Ex:
JarSigner js = new JarSigner();
System.out.println("sign "webstartBuildDir"/"+fileToSign);
js.run(new String[] { "-keystore", keystore, "-storepass", keystorepassword, webstartBuildDir+"/"+fileToSign, keystorealias });

Project: Maven NetBeans Module Plugin
Priority: Major Major
Reporter: Seb Calbaza
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
--------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

Reply via email to