Message: A new issue has been created in JIRA.
--------------------------------------------------------------------- View the issue: http://jira.codehaus.org/browse/MPJNLP-14 Here is an overview of the issue: --------------------------------------------------------------------- Key: MPJNLP-14 Summary: Filenames of dependencies are getting chopped off Type: Bug Status: Open Priority: Blocker Original Estimate: Unknown Time Spent: Unknown Remaining: Unknown Project: maven-jnlp-plugin Versions: 1.4 Assignee: Emmanuel Venisse Reporter: Jeff Campbell Created: Wed, 14 Jul 2004 3:49 AM Updated: Wed, 14 Jul 2004 3:49 AM Environment: WindowsXP j2sdk 1.4.2_05 Description: plugin.jelly has a bug where the name of dependencies are getting chopped off Line 350: Bug: <j:set var="lib.file.signedname" value="${lib.final.name}.jar"/> Fix: <j:set var="lib.file.signedname" value="${lib.file.name}.jar"/> Reason: ${lib.final.name} is never defined... so the name of the jar is left blank and you get a file called ".jar" --------------------------------------------------------------------- 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]
