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 44360 - [2004-06-06] Rewrite of Ant tree GUI to display just targets
Summary: [2004-06-06] Rewrite of Ant tree GUI to display just targets
Status: RESOLVED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Ant (show other bugs)
Version: 4.x
Hardware: All All
: P2 blocker (vote)
Assignee: Jesse Glick
URL: http://ant.netbeans.org/ant-gui-rewri...
Keywords: RELNOTE
Depends on: 21728 36320 41428
Blocks:
  Show dependency tree
 
Reported: 2004-06-04 19:26 UTC by Jesse Glick
Modified: 2004-08-13 12:10 UTC (History)
4 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 Jesse Glick 2004-06-04 19:26:25 UTC
Will show only targets, alphabetically, annotated
acc. to usage (imported or not, etc.).

UI proposal at link (in progress).
Comment 1 Jesse Glick 2004-06-04 19:33:33 UTC
committed 1.69 ant/manifest.mf
committed 1.13 ant/api/doc/changes/apichanges.xml
committed 1.7  ant/freeform/nbproject/project.xml
committed 1.6 
ant/freeform/src/org/netbeans/modules/ant/freeform/Util.java
committed 1.7  ant/nbproject/project.properties
committed 1.8  ant/nbproject/project.xml
committed 1.8 
ant/src-bridge/org/apache/tools/ant/module/bridge/impl/NbBuildLogger.java
committed 1.2  ant/src/org/apache/tools/ant/module/api/ElementCookie.java
committed 1.2 
ant/src/org/apache/tools/ant/module/api/IntrospectionCookie.java
added     1.1 
ant/src/org/apache/tools/ant/module/api/support/TargetLister.java
committed 1.5 
ant/src/org/apache/tools/ant/module/nodes/AntProjectChildren.java
committed 1.36
ant/src/org/apache/tools/ant/module/nodes/AntProjectNode.java
committed 1.5  ant/src/org/apache/tools/ant/module/nodes/AntProperty.java
removed   1.3 
ant/src/org/apache/tools/ant/module/nodes/AntTargetChildren.java
committed 1.40
ant/src/org/apache/tools/ant/module/nodes/AntTargetNode.java
removed   1.10 ant/src/org/apache/tools/ant/module/nodes/AntTaskNode.java
committed 1.23 ant/src/org/apache/tools/ant/module/nodes/Bundle.properties
removed   1.24 ant/src/org/apache/tools/ant/module/nodes/DataTypeNode.java
removed   1.4 
ant/src/org/apache/tools/ant/module/nodes/ElementChildren.java
removed   1.16 ant/src/org/apache/tools/ant/module/nodes/ElementNode.java
committed 1.10
ant/src/org/apache/tools/ant/module/nodes/RunTargetsAction.java
removed   1.1 
ant/src/org/apache/tools/ant/module/resources/DataTypeIcon.gif
removed   1.1 
ant/src/org/apache/tools/ant/module/resources/ElementIcon.gif
removed   1.1  ant/src/org/apache/tools/ant/module/resources/TaskIcon.gif
removed   1.4  ant/src/org/apache/tools/ant/module/xml/ElementSupport.java
added     1.1  ant/test/unit/data/targetlister/importing.xml
added     1.1  ant/test/unit/data/targetlister/importing4.xml
added     1.1  ant/test/unit/data/targetlister/simple.xml
added     1.1  ant/test/unit/data/targetlister/dir1/imported.xml
added     1.1  ant/test/unit/data/targetlister/dir1/importing2.xml
added     1.1  ant/test/unit/data/targetlister/dir1/importing3.xml
added     1.1  ant/test/unit/data/targetlister/dir1/dir3/subimported.xml
added     1.1  ant/test/unit/data/targetlister/dir2/imported2.xml
added     1.1 
ant/test/unit/src/org/apache/tools/ant/module/api/support/TargetListerTest.java
Comment 2 Jesse Glick 2004-06-04 19:36:42 UTC
Also using internal target names for j2seproject:

committed   * Up-To-Date  1.17       
java/j2seproject/src/org/netbeans/modules/java/j2seproject/resources/build-impl.xsl
committed   * Up-To-Date  1.5        
java/j2seproject/src/org/netbeans/modules/java/j2seproject/resources/build.xsl
Comment 3 Jesse Glick 2004-06-06 21:05:02 UTC
Published the promised page.