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 79619 - Generate DOM Scanner and SAX Handler sources into 'src' folder
Summary: Generate DOM Scanner and SAX Handler sources into 'src' folder
Status: RESOLVED DUPLICATE of bug 90174
Alias: None
Product: xml
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker with 1 vote (vote)
Assignee: issues@xml
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-03 15:33 UTC by Martin Schovanek
Modified: 2007-10-01 03:19 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Schovanek 2006-07-03 15:33:36 UTC
[#200607030200, jdk1.5.0]

to reproduce:
-------------
1) open a Web Project
2) create a .dtd in Web Pages folder
3) right-click the .dtd node and choose 'Generate DOM Tree Scanner'
ERROR1: The Scanner class is generated into the Web Pages folder. The wizard
should use 'src' folder, if any exist.
ERROR2: Package folder is missing to be able specify Scanner class package name.

This also applies to the SAX Handler wizard.

Probably the concept of these actions is wrong, we should use wizards instead.
Jano, what do you think?
Comment 1 jrojcek 2006-07-04 08:54:38 UTC
Yes, the wizards are probably more appropriate. Definitely the IDE should ask for enough information to 
generate classes into a correct package, etc.
Comment 2 Marek Fukala 2006-08-07 12:47:32 UTC
My personal opinion is that we could drop these "features" completely. IMHO they
are not used at all and their asset is very controversial.
Comment 3 Petr Jiricka 2006-08-22 13:57:28 UTC
This issue does not sound important enough to be marked with fix-in-55. It has
been present in the IDE for several releases, and we have no user complaints
(and no duplicates).
Comment 4 Samaresh Panda 2007-10-01 03:19:49 UTC
These two actions are no longer supported on DTDs.

*** This issue has been marked as a duplicate of 90174 ***