Message:
The following issue has been closed.
Resolver: Emmanuel Venisse
Date: Mon, 8 Nov 2004 4:42 AM
This bug was fixed in 1.4.1
---------------------------------------------------------------------
View the issue:
http://jira.codehaus.org/browse/MPJNLP-19
Here is an overview of the issue:
---------------------------------------------------------------------
Key: MPJNLP-19
Summary: not all jars aer singed
Type: Bug
Status: Closed
Priority: Major
Resolution: FIXED
Original Estimate: 1 hour
Time Spent: Unknown
Remaining: 1 hour
Project: maven-jnlp-plugin
Fix Fors:
1.4.1
Versions:
1.4
Assignee: Emmanuel Venisse
Reporter: Kees Jongenburger
Created: Sun, 7 Nov 2004 11:34 AM
Updated: Mon, 8 Nov 2004 4:42 AM
Environment: linux maven 1.0
Description:
it looks like not all lib have a "final" name
lib.final.name is used un plugin.jelly line 350. for libs that do not have a
final name lib.file.signedname becomes ".jar"
i have changed it from
<j:set var="lib.file.signedname" value="${lib.final.name}.jar"/>
to
<j:set var="lib.file.signedname" value="${lib.file.name}"/>
and now it seams to work
---------------------------------------------------------------------
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]