Message: A new issue has been created in JIRA.
--------------------------------------------------------------------- View the issue: http://jira.codehaus.org/browse/MPJNLP-19 Here is an overview of the issue: --------------------------------------------------------------------- Key: MPJNLP-19 Summary: not all jars aer singed Type: Bug Status: Open Priority: Major Original Estimate: 1 hour Time Spent: Unknown Remaining: 1 hour Project: maven-jnlp-plugin Versions: 1.4 Assignee: Emmanuel Venisse Reporter: Kees Jongenburger Created: Sun, 7 Nov 2004 11:34 AM Updated: Sun, 7 Nov 2004 11:34 AM Environment: linux maven 1.0 Description: it looks like not all lib have a "final" name lib.final.name is used un plugin.jelly line 350. for libs that do not have a final name lib.file.signedname becomes ".jar" i have changed it from <j:set var="lib.file.signedname" value="${lib.final.name}.jar"/> to <j:set var="lib.file.signedname" value="${lib.file.name}"/> and now it seams to work --------------------------------------------------------------------- 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]
