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 128284 - Remove moduleconfigs
Summary: Remove moduleconfigs
Status: VERIFIED FIXED
Alias: None
Product: www
Classification: Unclassified
Component: Builds & Repositories (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-25 09:19 UTC by Jiri Skrivanek
Modified: 2009-11-26 19:32 UTC (History)
3 users (show)

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Skrivanek 2008-02-25 09:19:21 UTC
As stated in issue 125300, "module configs" are mostly obsolete. Modules are now listed in
cluster.properties#nb.cluster.XX instead of config.modules.XX. Please, remove confing.modules.* in
nbbuild/build.properties if they are really obsolete. It will simplify build infrastructure.
Comment 1 Jesse Glick 2008-02-25 18:21:33 UTC
They are still used for the Javadoc build, which is not based on clusters, so I don't think they can be deleted altogether.
Comment 2 Jesse Glick 2009-03-19 00:23:36 UTC
Module configs are used for other purposes too - various targets which depend on ${allmodules}.
Comment 3 Jesse Glick 2009-11-25 12:27:43 UTC
core-main #0ee63533c1d1
Comment 4 Quality Engineering 2009-11-26 19:32:08 UTC
Integrated into 'main-golden', will be available in build *200911261400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/0ee63533c1d1
User: Jesse Glick <jglick@netbeans.org>
Log: #128284: remove "moduleconfigs". Use newer cluster configurations instead.
Also moving download-all-extbins into build-nozip target; usually pointless and very slow in bootstrap target.