Message: A new issue has been created in JIRA.
--------------------------------------------------------------------- View the issue: http://jira.codehaus.org/browse/MPJNLP-13 Here is an overview of the issue: --------------------------------------------------------------------- Key: MPJNLP-13 Summary: Fix for sigining jars + adding support for property keypass Type: Improvement Status: Open Priority: Major Original Estimate: Unknown Time Spent: Unknown Remaining: Unknown Project: maven-jnlp-plugin Assignee: Emmanuel Venisse Reporter: Martin van den Bemt Created: Wed, 16 Jun 2004 5:44 PM Updated: Wed, 16 Jun 2004 5:44 PM Description: I couldn't get much jars signed for my dependencies (about 30). The resulting jar would end up as .jar instead of the jarname.jar. Changed lib.final.name to use dep.artifact. Als added support for the keypass property when generating a store and signing jars. The current ant behaviour is that an empty value is treated as a value and the option is passed to the jarsigner. Since there is the needs for a minimum password of 6 chars, we can safely assume that empty or null is actually meant to be no password. I overriden the tasks from ant to accomplish this behaviour. It also saves a lot of duplicating, since it is not possible (at least I could not find it) to have conditional attributes. --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]