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 21232 - Print warning about circular dependency
Summary: Print warning about circular dependency
Status: RESOLVED INCOMPLETE
Alias: None
Product: projects
Classification: Unclassified
Component: Ant (show other bugs)
Version: 3.x
Hardware: All All
: P4 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-03-06 11:09 UTC by Milan Kubec
Modified: 2011-09-19 23:26 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Milan Kubec 2002-03-06 11:09:54 UTC
Ant module could show warning about circular dependency, something like
non-valid XML, since it already shows dependencies for each target.
Comment 1 Jesse Glick 2002-03-06 13:21:18 UTC
AntTargetNode.BuildSequenceProperty.addTarget should detect cycles and
return null so as to display <Illegal depends> in the Build Sequence
properties of all targets affected by the cycle.
Comment 2 Marek Grummich 2002-07-22 08:18:39 UTC
Target milestone was changed from '3.4' to TBD.
Comment 3 David Konecny 2003-02-27 15:40:39 UTC
Reassigning to new maintainer of Ant.