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 10219 - View on build script as XML file if XML module presented
Summary: View on build script as XML file if XML module presented
Status: RESOLVED WORKSFORME
Alias: None
Product: projects
Classification: Unclassified
Component: Ant (show other bugs)
Version: 3.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jesse Glick
URL: http://www.netbeans.org/download/rele...
Keywords:
: 45752 (view as bug list)
Depends on: 20532
Blocks:
  Show dependency tree
 
Reported: 2001-03-13 12:22 UTC by Milan Kubec
Modified: 2008-11-19 02:16 UTC (History)
5 users (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Milan Kubec 2001-03-13 12:22:57 UTC
If you have XML module installed you should be able to do the same actions
(along with all ant specific actions of course) as you are able to do with
"plain" XML file. E.g. Check XML, Validate XML, Indent XML, Open and maybe some
others.
Comment 1 Jesse Glick 2001-03-13 13:54:04 UTC
Vaguely planned as part of some future XML support. Not possible for now.
Comment 2 Jesse Glick 2002-02-14 19:15:18 UTC
x
Comment 3 Jesse Glick 2002-02-14 19:15:38 UTC
Definitely later. :-)
Comment 4 _ pkuzel 2002-02-15 09:22:32 UTC
It is an XML arch requirement
Comment 5 _ pkuzel 2002-06-03 12:28:16 UTC
Let these are considered while planning next release.
Comment 6 Marek Grummich 2002-07-19 17:27:30 UTC
Target milestone was changed from not determined to TBD
Comment 7 Jesse Glick 2002-08-14 16:13:53 UTC
Validate makes no sense - no DTD. Check is probably superfluous since
the Ant module already does XML well-formedness checks on Ant scripts
as you edit them, and reports any errors via an error icon on the
script and a tooltip with the message.
Comment 8 _ pkuzel 2002-08-14 16:40:29 UTC
It is rather for consistency. There is 
registered editor toolbar for text/xml content 
type. It contains Check action delegating to 
CheckCookie. The action is disabled for Ant 
scripts and it looks strange. 
Comment 9 _ pkuzel 2003-03-17 16:18:30 UTC
Look at URL field for existing APIs. It's doable.
Comment 10 Jesse Glick 2003-03-17 16:51:55 UTC
Please use the "Reassign issue to owner of selected subcomponent"
option when changing components.
Comment 11 dmladek 2004-07-12 10:05:15 UTC
*** Issue 45752 has been marked as a duplicate of this issue. ***
Comment 12 Jesse Glick 2008-11-19 02:16:18 UTC
In a dev build, the Check button is enabled (and works), Validate is disabled (correctly), and both Format and Check XML
are available in the context menu.