Message:
The following issue has been closed.
Resolver: dion gillard
Date: Tue, 5 Aug 2003 3:16 AM
Committed a fix today
---------------------------------------------------------------------
View the issue:
http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-648
Here is an overview of the issue:
---------------------------------------------------------------------
Key: MAVEN-648
Summary: Maven Jar creation results in unusable archives, when used in default
manner
Type: Bug
Status: Closed
Priority: Blocker
Resolution: FIXED
Time Spent: Unknown
Remaining: 5 hours
Project: maven
Components:
plugin-java
Fix Fors:
1.0-rc1
Versions:
1.0-beta-10
Assignee:
Reporter:
Created: Thu, 1 May 2003 11:38 AM
Updated: Tue, 5 Aug 2003 3:16 AM
Environment: Maven, W2K, While running "maven jar"
Description:
The file :
C:\maven-1.0-beta-9\plugins\maven-jar-plugin-1.0\plugin.jelly
forces jar file creation with an INDEX.LIST file.
However, this LIST file only contains the
folder names and not the file names.
The result of this is that the created jar files
are ususable, as they report an Exception:
java.lang.NoClassDefFoundError
To resolve this, if I modify the pluig.jelly
(file listed above), on line 32 to read: index="false"
everything is rosey !
I feel that this should be the default setting !
---------------------------------------------------------------------
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]