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 26961 - JSP compiling fails due to duplicate classnames
Summary: JSP compiling fails due to duplicate classnames
Status: RESOLVED DUPLICATE of bug 23135
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: issues@javaee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-09-02 15:06 UTC by Darren
Modified: 2006-06-04 23:59 UTC (History)
0 users

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 Darren 2002-09-02 15:06:18 UTC
I have a number of JSP's in different directories
inside my WEB-INF, eg:

WEB-INF/jsp/registration/forms/payment.jsp
WEB-INF/jsp/upgradepurchase/forms/payment.jsp

Compilation of the pages fails because classnames
end up being the same -
org.apache.jsp.payment$jsp. The subdirectories
"registration" and "forms" do not end up as part
of the classname or package name.

My project which compiled on 3.3.2 now fails
because of this.
Comment 1 Petr Jiricka 2002-09-03 08:52:36 UTC
This is a duplicate of a previously reported bug.

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