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 27708 - NBMerge doesn't set properly property with built modules
Summary: NBMerge doesn't set properly property with built modules
Status: RESOLVED WONTFIX
Alias: None
Product: www
Classification: Unclassified
Component: Builds & Repositories (show other bugs)
Version: 3.x
Hardware: PC Linux
: P4 blocker (vote)
Assignee: rbalada
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-10-01 13:01 UTC by rbalada
Modified: 2005-04-11 18:04 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description rbalada 2002-10-01 13:01:25 UTC
NbMerge can set user defined property to the list
of successfuly built modules. I found, that
modules openide and the most of core submodule are
missing from the list. It would look like, that
modules from non-fixed modules list are missing.
Comment 1 rbalada 2002-10-01 16:44:22 UTC
The problematic code is in condition on line 285
if ( mergemodules.size() > 0 ) {

After reading the code I'm not sure, if I want to fix it.
Comment 2 rbalada 2002-10-11 14:18:33 UTC
Changing priority as workaround is in place.
Comment 3 rbalada 2005-02-10 17:51:58 UTC
Marking for LATER resolution
Comment 4 Jesse Glick 2005-04-09 16:14:24 UTC
We do not use the LATER resolution in netbeans.org Issuezilla.
Comment 5 rbalada 2005-04-11 18:04:43 UTC
No plans to fix this issue.