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 39002 - Some of JSP modules cannot be installed
Summary: Some of JSP modules cannot be installed
Status: VERIFIED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: All All
: P1 blocker (vote)
Assignee: issues@javaee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-20 06:39 UTC by Jiri Skrivanek
Modified: 2006-06-05 00:02 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 Jiri Skrivanek 2004-01-20 06:39:38 UTC
In started to happen in build 20040119-1751. When
you run IDE a warning message is displayed:

Warning - could not install some modules:
	JSP/Servlet (Advanced) - The module JSP/Servlet
would also need to be installed.
	JSP/Servlet Breakpoint Support - The module
JSP/Servlet would also need to be installed.
	JSP/Servlet - The module JSP Syntax Coloring
would also need to be installed.
	JSP Syntax Coloring - The module XML Text Editor
was requested in implementation version
"1.0.3.6.0" but only "3.6.0" was found.
	JSP Tag Library Editor - The module JSP/Servlet
would also need to be installed.

I suspect it was caused by the following commit:

	* web/jspsyntax/: build.xml, manifest.mf:
	 Fix #38148 - Support for XML syntax cannot load
classes from
	xml/text-edit modul
Comment 1 Petr Pisl 2004-01-20 08:47:55 UTC
You are right. I'm going to fix it.
Comment 2 Petr Pisl 2004-01-20 10:06:32 UTC
Fixed in the trunk.
Comment 3 Jiri Skrivanek 2004-01-21 07:13:39 UTC
Verified.