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/10/15 13:20:21 UTC

[jira] Commented: (MPJNLP-17) Signing dependent jars without jardiff results in ".jar" file

The following comment has been added to this issue:

     Author: Darren Bell
    Created: Fri, 15 Oct 2004 7:20 AM
       Body:
I've found this as well.  Thanks for the tip.  Changed to ${lib.file.name} and it was fine.

:)
---------------------------------------------------------------------
View this comment:
  http://jira.codehaus.org/browse/MPJNLP-17?page=comments#action_25417

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MPJNLP-17

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPJNLP-17
    Summary: Signing dependent jars without jardiff results in ".jar" file
       Type: Bug

     Status: Open
   Priority: Major

 Original Estimate: 5 minutes
 Time Spent: Unknown
  Remaining: 5 minutes

    Project: maven-jnlp-plugin
   Versions:
             1.4

   Assignee: Emmanuel Venisse
   Reporter: John Stalker

    Created: Thu, 7 Oct 2004 2:28 PM
    Updated: Fri, 15 Oct 2004 7:20 AM
Environment: j2sdk1.4.2_05, windows xp, cygwin, maven 1.0

Description:
line 350 of the plugin.jelly file, in the section pertaining to setting the 'lib.file.signedname' if jardiff is disabled the value is set using ${lib.final.name}.jar

I don't think that dependencies have a final name and as such, the first dep that get's signed ends up being called '.jar' in the jnlp directory.

I changed the value to be ${lib.file.name} and it worked properly.


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