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 15339 - Support TaskContainer
Summary: Support TaskContainer
Status: RESOLVED INVALID
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: 2001-09-10 19:54 UTC by Jesse Glick
Modified: 2008-11-21 22:32 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 2001-09-10 19:54:17 UTC
Ant's explorer view should recognize that tasks implementing
TaskContainer can contain other tasks.
Comment 1 Jesse Glick 2001-09-24 11:42:34 UTC
Not wise to try to change this for 3.3 probably.
Comment 2 Jesse Glick 2002-01-30 12:33:05 UTC
Take a look at <condition> and such tasks in Ant 1.4.1.
Comment 3 David Konecny 2002-04-04 13:23:59 UTC
Jesse, could you please tell me more about what you meant by this 
issue? I checked the ConditionTask, but it does not implement 
TaskContainer (I double check it in 1.4.1 Ant sources). The 
TaskContainer is implemented only by Target class and two others. I 
have to miss something here.
Comment 4 Jesse Glick 2002-04-04 18:19:23 UTC
Sorry, try <parallel> and <sequential>. In NB, create a script with
one of these tasks in a target. It shows up as a leaf. It ought to be
able to accept any other task as children, just like a <target> node
would.
Comment 5 Marek Grummich 2002-07-22 08:18:32 UTC
Target milestone was changed from '3.4' to TBD.
Comment 6 Jesse Glick 2004-10-29 00:39:28 UTC
No time for 4.0.
Comment 7 Jesse Glick 2008-11-21 22:32:18 UTC
No more detailed tree view of tasks, so irrelevant.