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 - web/jspsyntax and web/jspparser should not be eager
Summary: web/jspsyntax and web/jspparser should not be eager
Status: VERIFIED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: JSP (show other bugs)
Version: 3.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: Petr Pisl
URL:
Keywords: ARCH
Depends on:
Blocks:
 
Reported: 2003-11-14 16:02 UTC by Jesse Glick
Modified: 2004-03-02 12:38 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 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