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

Summary: NBMerge doesn't set properly property with built modules
Product: www Reporter: rbalada <rbalada>
Component: Builds & RepositoriesAssignee: rbalada <rbalada>
Status: RESOLVED WONTFIX    
Severity: blocker CC: mzlamal
Priority: P4    
Version: 3.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

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.