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 54693

Summary: Report cyclic dependencies (cluster vs. module dependcies)
Product: www Reporter: Peter Zavadsky <pzavadsky>
Component: Builds & RepositoriesAssignee: nbbuild-issues@ide <nbbuild-issues>
Status: RESOLVED WONTFIX    
Severity: blocker    
Priority: P4    
Version: 4.x   
Hardware: PC   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description Peter Zavadsky 2005-02-08 16:27:01 UTC
Example:
Cluster C2 is dependent on cluster C1. Module M1
is in cluster C1 and module M2 is in cluster C2.
And finally M1 is dependent on module M2 (cyclic
dependencies if you take account the cluster
dependencies).

When you run a build with such a dependencies,
those are not detected, the build runs (cycles the
cluster building) until it runs out of memory.

It would be nice such error cyclic dependencies
(cluster/modules) are detected and reported and
let the build failed at the beginning.

It would save a lot of time for detecting that
kind of issue.
Comment 1 Marian Mirilovic 2010-09-23 08:46:46 UTC
no plan to work on it - wontfix