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

Summary: [2004-05-11] Remove structural editing ability for Ant scripts
Product: projects Reporter: Jesse Glick <jglick>
Component: AntAssignee: Jesse Glick <jglick>
Status: RESOLVED FIXED    
Severity: blocker CC: johnjullion, mkubec, ttran
Priority: P1 Keywords: RELNOTE, UI
Version: 4.x   
Hardware: All   
OS: All   
Issue Type: TASK Exception Reporter:
Bug Depends on: 20532    
Bug Blocks: 15430, 23776, 38946, 40714    

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