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 115529 - Tomcat shouldn't expose Eclipse jdt on the classpath
Summary: Tomcat shouldn't expose Eclipse jdt on the classpath
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Tomcat (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-14 11:26 UTC by Petr Pisl
Modified: 2007-09-18 13:53 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 Petr Pisl 2007-09-14 11:26:15 UTC
When you create a web project, where the target server is tomcat6, then the web project has on the classpath
org.eclipse.jdt.* classes. This will clash with our jsp parser. The j2ee platform shouldn't expose this.
Comment 1 Petr Hejl 2007-09-18 13:13:57 UTC
Issue valid for tomcat 5.5 too.
Comment 2 Petr Hejl 2007-09-18 13:53:39 UTC
Fixed.

Checking in tomcat5/src/org/netbeans/modules/tomcat5/util/TomcatProperties.java;
/cvs/tomcatint/tomcat5/src/org/netbeans/modules/tomcat5/util/TomcatProperties.java,v  <--  TomcatProperties.java
new revision: 1.25; previous revision: 1.24
done