Message:

   The following issue has been closed.

   Resolver: Emmanuel Venisse
       Date: Tue, 24 Aug 2004 8:13 AM

Already fixed.
---------------------------------------------------------------------
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: Closed
   Priority: Blocker
 Resolution: FIXED

 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: Tue, 24 Aug 2004 8:13 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]

Reply via email to