You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ji...@codehaus.org on 2004/07/14 10:02:01 UTC

[jira] Commented: (MPJNLP-14) Filenames of dependencies are getting chopped off

The following comment has been added to this issue:

     Author: Jeff Campbell
    Created: Wed, 14 Jul 2004 4:00 AM
       Body:
Oops... the fix should be the following (don't include ".jar" or you will get mylib.jar.jar)

Revised Fix: <j:set var="lib.file.signedname" value="${lib.file.name}"/> 
---------------------------------------------------------------------
View this comment:
  http://jira.codehaus.org/browse/MPJNLP-14?page=comments#action_21755

---------------------------------------------------------------------
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 4:00 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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org