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:10:55 UTC

[jira] Created: (MAVEN-1374) JNLP Filenames of dependencies are getting chopped off

Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MAVEN-1374

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-1374
    Summary: JNLP Filenames of dependencies are getting chopped off
       Type: Bug

     Status: Unassigned
   Priority: Blocker

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven
   Versions:
             1.0

   Assignee: 
   Reporter: Jeff Campbell

    Created: Wed, 14 Jul 2004 4:08 AM
    Updated: Wed, 14 Jul 2004 4:08 AM
Environment: WindowsXP
j2sdk1.4.2_05
maven 1.0

Description:
maven.jnlp plug-in

plugin.jelly has a bug where the name of dependencies are getting chopped off.  This makes the jnlp plug-in useless (especially if you use versioning and signing dependency jar files).  After spending a couple of hours on this... The following is the fix to the bug:

Line 350 (plugin.jelly):
Bug: <j:set var="lib.file.signedname" value="${lib.final.name}.jar"/>
Fix: <j:set var="lib.file.signedname" value="${lib.file.name}"/>

Reason: ${lib.final.name} is never defined... so the name of the jar is left blank and you get a file called ".jar"



NOTE: Not sure where to put this bug... so I put it here and in the jnlp project... sorry.


---------------------------------------------------------------------
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


[jira] Closed: (MAVEN-1374) JNLP Filenames of dependencies are getting chopped off

Posted by ji...@codehaus.org.
Message:

   The following issue has been closed.

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MAVEN-1374

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-1374
    Summary: JNLP Filenames of dependencies are getting chopped off
       Type: Bug

     Status: Closed
   Priority: Blocker
 Resolution: DUPLICATE

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven
   Versions:
             1.0

   Assignee: 
   Reporter: Jeff Campbell

    Created: Wed, 14 Jul 2004 4:08 AM
    Updated: Fri, 23 Jul 2004 2:21 AM
Environment: WindowsXP
j2sdk1.4.2_05
maven 1.0

Description:
maven.jnlp plug-in

plugin.jelly has a bug where the name of dependencies are getting chopped off.  This makes the jnlp plug-in useless (especially if you use versioning and signing dependency jar files).  After spending a couple of hours on this... The following is the fix to the bug:

Line 350 (plugin.jelly):
Bug: <j:set var="lib.file.signedname" value="${lib.final.name}.jar"/>
Fix: <j:set var="lib.file.signedname" value="${lib.file.name}"/>

Reason: ${lib.final.name} is never defined... so the name of the jar is left blank and you get a file called ".jar"



NOTE: Not sure where to put this bug... so I put it here and in the jnlp project... sorry.


---------------------------------------------------------------------
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