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 132216 - Need to allow the creation of new XML files within C projects.
Summary: Need to allow the creation of new XML files within C projects.
Status: NEW
Alias: None
Product: xml
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All Linux
: P3 blocker (vote)
Assignee: Samaresh Panda
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-07 16:55 UTC by steve_r_schwartz
Modified: 2008-04-07 16:55 UTC (History)
0 users

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 steve_r_schwartz 2008-04-07 16:55:50 UTC
With a C project there is no option to add a new XML file or XML schema file to the project.  It is possible to use a
WEB project to create the file, and then copy it over the the C project, but there is no option to create a new one
within such a project.  Once copied everything seems to work, and you can edit the file and all, you just cannot create
it new.

XML is not just for WEB applications.  It is very useful to exchanging message between two systems as well, which may
have nothing to do with a WEB application.  As much as I do not expect you to ever add the code to parse the file, you
should at least put the option into the list for new files for C projects to create them.