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 33055 - Description tag for build script doesn't have props
Summary: Description tag for build script doesn't have props
Status: RESOLVED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Ant (show other bugs)
Version: -S1S-
Hardware: All All
: P3 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords: UI
: 33054 (view as bug list)
Depends on:
Blocks:
 
Reported: 2003-04-18 13:51 UTC by Milan Kubec
Modified: 2004-01-28 18:41 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
Suggested patch - adds Text prop to <description>. Also makes sure <description> is not offered as a possible subelement of anything except <project>. (2.85 KB, patch)
2003-04-18 17:21 UTC, Jesse Glick
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Milan Kubec 2003-04-18 13:51:32 UTC
Description tag for *whole build script* doesn't
have any property in Property sheet. The same tag
for *build target* has properties 'description',
'ID', 'refid', 'Text'.
Comment 1 Jesse Glick 2003-04-18 17:21:39 UTC
Created attachment 10035 [details]
Suggested patch - adds Text prop to <description>. Also makes sure <description> is not offered as a possible subelement of anything except <project>.
Comment 2 Jesse Glick 2003-04-19 18:35:49 UTC
*** Issue 33054 has been marked as a duplicate of this issue. ***
Comment 3 Milan Kubec 2003-07-11 12:04:24 UTC
Could you explain why ENHANCEMENT. I see clearly this issue as DEFECT
since user is not able to edit build script fully from Explorer (if
wants to), but have to go to editor.
Comment 4 Jesse Glick 2004-01-28 18:41:15 UTC
committed   * Up-To-Date  1.4        
ant/src/org/apache/tools/ant/module/nodes/AntProjectChildren.java
committed   * Up-To-Date  1.21       
ant/src/org/apache/tools/ant/module/nodes/DataTypeNode.java

Also including fix for issue #25785 and another unfiled bug that
caused editing of Text property for <description> to behave strangely.