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 160601 - rebuild-cluster rebuilds clusters which are already built
Summary: rebuild-cluster rebuilds clusters which are already built
Status: NEW
Alias: None
Product: www
Classification: Unclassified
Component: Builds & Repositories (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: pgebauer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-18 23:46 UTC by Jesse Glick
Modified: 2011-02-08 14:12 UTC (History)
0 users

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 Jesse Glick 2009-03-18 23:46:10 UTC
If I have a build of, say, cluster.config=basic, and I run

ant rebuild-cluster -Drebuild.cluster.name=nb.cluster.mobility

then it seems to rebuild the platform and java clusters before moving on to the mobility cluster. I don't understand
why; these clusters are already built.

In fact I _never_ want this target to build any other clusters than the one I specified. It takes a very long time and
is quite unnecessary.
Comment 1 Jesse Glick 2009-06-22 21:48:23 UTC
As of core-main #4df2989f2e4d, can use

ant -f mobility.kit/build.xml

to build mobility.kit and all dependencies quickly. Not a substitute for rebuild-cluster since sometimes you really want
to build all modules in a cluster regardless of dependencies.
Comment 2 Marian Mirilovic 2010-09-23 08:38:54 UTC
BTW: Robert/Jesse is it still valid ?
Comment 3 Jesse Glick 2010-09-23 10:55:18 UTC
As far as I know it is still valid.