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 37247

Summary: web/jspsyntax and web/jspparser should not be eager
Product: javaee Reporter: Jesse Glick <jglick>
Component: JSPAssignee: Petr Pisl <ppisl>
Status: VERIFIED FIXED    
Severity: blocker Keywords: ARCH
Priority: P3    
Version: 3.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

Description Jesse Glick 2003-11-14 16:02:41 UTC
I am trying to run with no web/* functionality
enabled (since I never work on web apps). Yet the
web/jspsyntax and web/jspparser modules are eager,
and do not depend on web/core, so they are on for
me, which is not nice.

1. web/jspparser sounds like a library and such
should be autoload, *not* eager.

2. web/jspsyntax could be a regular module. Or it
could be eager *if* it declared a dependency on
e.g. web/core so that it would not be turned on
unless you actually had some JSPs you wanted to edit.
Comment 1 Petr Pisl 2004-02-20 09:41:32 UTC
fixed in trunk
Comment 2 Jesse Glick 2004-02-20 16:32:04 UTC
Don't forget target milestones.
Comment 3 Martin Schovanek 2004-03-02 12:38:08 UTC
v