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 149476 - Pre-compile classes required by the JSP parser
Summary: Pre-compile classes required by the JSP parser
Status: NEW
Alias: None
Product: javaee
Classification: Unclassified
Component: JSP Parser (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@javaee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-08 10:40 UTC by Tomasz Slota
Modified: 2010-09-21 10:00 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tomasz Slota 2008-10-08 10:40:26 UTC
If the user opens a valid project that for example references a TagExtraInfo class from a TLD file in the WEB-INF dir there will be a message about parser 
error ("class not found") and the Java editing features in scriptlets will not work until the project is compiled.

See issue 123139 for the original motivation for this enhancement request.