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 42859 - [2004-05-11] Remove structural editing ability for Ant scripts
Summary: [2004-05-11] Remove structural editing ability for Ant scripts
Status: RESOLVED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Ant (show other bugs)
Version: 4.x
Hardware: All All
: P1 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords: RELNOTE, UI
Depends on: 20532
Blocks: 15430 23776 38946 40714
  Show dependency tree
 
Reported: 2004-05-05 16:09 UTC by Jesse Glick
Modified: 2004-08-13 12:10 UTC (History)
3 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-05-05 16:09:49 UTC
There are too many bugs in the current structure
editing support for Ant scripts, mainly having to
do with file encoding, and changes in whitespace
and attribute ordering which are not VCS-friendly.
To fix these things properly would require usable
APIs from the XML team, but nothing is happening
in the XML modules and the API is not being
stabilized. Therefore for D I will simply remove
the structure editing capability; you will have to
edit the scripts as text to make changes. (Code
completion is available in D, however, which
partially makes up for it.)
Comment 1 Jesse Glick 2004-05-11 02:47:32 UTC
Working on it.
Comment 2 Jesse Glick 2004-05-11 23:41:19 UTC
committed   * Up-To-Date  1.12        ant/api/doc/changes/apichanges.xml
committed   * Up-To-Date  1.6         ant/nbproject/project.properties
committed   * Up-To-Date  1.7         ant/nbproject/project.xml
committed   * Up-To-Date  1.12       
ant/src/org/apache/tools/ant/module/AntModule.java
committed   * Up-To-Date  1.3        
ant/src/org/apache/tools/ant/module/api/AntProjectCookie.java
committed   * Up-To-Date  1.20       
ant/src/org/apache/tools/ant/module/loader/AntProjectDataLoader.java
committed   * Up-To-Date  1.35       
ant/src/org/apache/tools/ant/module/nodes/AntProjectNode.java
committed   * Up-To-Date  1.4        
ant/src/org/apache/tools/ant/module/nodes/AntProperty.java
committed   * Up-To-Date  1.39       
ant/src/org/apache/tools/ant/module/nodes/AntTargetNode.java
committed   * Up-To-Date  1.10       
ant/src/org/apache/tools/ant/module/nodes/AntTaskNode.java
committed   * Up-To-Date  1.22       
ant/src/org/apache/tools/ant/module/nodes/Bundle.properties
committed   * Up-To-Date  1.24       
ant/src/org/apache/tools/ant/module/nodes/DataTypeNode.java
committed   * Up-To-Date  1.4        
ant/src/org/apache/tools/ant/module/nodes/ElementChildren.java
committed   * Up-To-Date  1.16       
ant/src/org/apache/tools/ant/module/nodes/ElementNode.java
removed     * Up-To-Date  1.2        
ant/src/org/apache/tools/ant/module/wizards/properties/AddPropertiesPanel.form
removed     * Up-To-Date  1.7        
ant/src/org/apache/tools/ant/module/wizards/properties/AddPropertiesPanel.java
removed     * Up-To-Date  1.13       
ant/src/org/apache/tools/ant/module/wizards/properties/Bundle.properties
removed     * Up-To-Date  1.1        
ant/src/org/apache/tools/ant/module/wizards/properties/PropertiesChooserProperty.java
removed     * Up-To-Date  1.13       
ant/src/org/apache/tools/ant/module/wizards/properties/PropertiesFileProperty.java
removed     * Up-To-Date  1.5        
ant/src/org/apache/tools/ant/module/wizards/properties/PropertiesIterator.java
removed     * Up-To-Date  1.3        
ant/src/org/apache/tools/ant/module/wizards/properties/SelectFileNamePanel.form
removed     * Up-To-Date  1.7        
ant/src/org/apache/tools/ant/module/wizards/properties/SelectFileNamePanel.java
committed   * Up-To-Date  1.27       
ant/src/org/apache/tools/ant/module/xml/AntProjectSupport.java