[jboss-jira] [JBoss JIRA] Created: (JBPORTAL-1651) Duplicate FixMe Class Entries In jar Table of Contents
Mike Millson (JIRA)
jira-events at lists.jboss.org
Tue Aug 28 17:24:34 EDT 2007
Duplicate FixMe Class Entries In jar Table of Contents
------------------------------------------------------
Key: JBPORTAL-1651
URL: http://jira.jboss.com/jira/browse/JBPORTAL-1651
Project: JBoss Portal
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Portal Core
Affects Versions: 2.6.1 Final
Reporter: Mike Millson
Assigned To: Julien Viet
Priority: Minor
Running the following command shows 2 FixMe.class entries in the table of contents.
jar tf portal-common-lib.jar | grep FixMe
Creating an index (jar i portal-common-lib.jar) results in the following exception:
java.util.zip.ZipException: duplicate entry: org/jboss/portal/common/FixMe.class
This is caused by duplicate classes being specified for the jar task. One solution would be to set duplicate="preserve" on the ant jar task that creates the jar.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list