This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 56588 - Cannot manually edit Class-path manifest entries of j2ee modules
Summary: Cannot manually edit Class-path manifest entries of j2ee modules
Status: RESOLVED WONTFIX
Alias: None
Product: javaee
Classification: Unclassified
Component: EAR (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker with 1 vote (vote)
Assignee: issues@javaee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-17 10:06 UTC by Marek Fukala
Modified: 2016-07-07 08:56 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
A mail thread with user who has this problem. (6.20 KB, plain/text)
2005-03-17 10:08 UTC, Marek Fukala
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marek Fukala 2005-03-17 10:06:42 UTC
When an user has an enterprise application project with some web/ejb modules
which contains  libraries, then, when the EAR project is built, some Class-path
element for these librarieas are generated during the build. User cannot add
these elements by hand because they are replaced with the generated ones during
the build.

The problem is caused by an ant task <manifest/> which with its attribute update
set to true merges an existing manifest with new entries. However if there is an
attribute in the existing manifest file and the some attribute is about to be
added into the old one is replaced.
Comment 1 Marek Fukala 2005-03-17 10:08:35 UTC
Created attachment 20918 [details]
A mail thread with user who has this problem.
Comment 2 Marek Fukala 2005-03-17 10:09:48 UTC
This issue should be adressed in next release. Not time for this now.
Comment 3 Marek Fukala 2005-10-13 10:57:49 UTC
Not easy to fix - I would probably have to create a custom task for merging the
manifest items.
Comment 4 Petr Jiricka 2006-07-31 16:40:56 UTC
Sounds like an enhancement request, not a DEFECT. Changing to ENHANCEMENT.
Comment 5 Martin Krauskopf 2006-09-11 16:29:42 UTC
J2EE team support ends, thus returning the issue back.
Comment 6 Martin Balin 2016-07-07 08:56:26 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss