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 53653 - [freeform] JSPs are not parsed
Summary: [freeform] JSPs are not parsed
Status: CLOSED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: JSP (show other bugs)
Version: 4.x
Hardware: All All
: P2 blocker (vote)
Assignee: Petr Pisl
URL:
Keywords:
: 53686 53698 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-01-19 10:33 UTC by zikmund
Modified: 2006-03-24 13:00 UTC (History)
2 users (show)

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 zikmund 2005-01-19 10:33:18 UTC
Build 200501181900

1) Have a Web Freeform project
2) ERROR:
All JSPs have error badge and their first line is
underlined with error: "File *.jsp is not
contained within a web module"
Comment 1 Libor Kotouc 2005-01-19 14:30:33 UTC
*** Issue 53686 has been marked as a duplicate of this issue. ***
Comment 2 Petr Pisl 2005-01-19 14:34:52 UTC
The problem was found in
org.netbeans.modules.ant.freeform.FreeformProject. There was excluded
the WebModuleProvider from the project's lookup. So the project wasn't
able to provide the web module.
Comment 3 Petr Pisl 2005-01-19 14:36:00 UTC
The fix was done in the trunk.
Comment 4 Pavel Rehak 2005-01-19 16:15:23 UTC
This is Q-build stopper, please fix this in QBE200501181900 branch 
too.
Comment 5 Petr Pisl 2005-01-19 17:26:02 UTC
*** Issue 53698 has been marked as a duplicate of this issue. ***
Comment 6 Jesse Glick 2005-01-19 17:55:42 UTC
David, Petr: obviously the commenting out of Lookups.exclude will
break other things. There must be a P1-P2 DEFECT filed somewhere
covering the basic problem. Where is it?
Comment 7 David Konecny 2005-01-20 11:13:53 UTC
I filed issue 53733 to track it.

Current state is safe because merged items are in the beginning of the
lookup.
Comment 8 zikmund 2005-01-20 13:44:32 UTC
Verified in trunk.
Petre, please commit it to QBE branch, thanks.
Comment 9 Petr Pisl 2005-01-20 15:25:09 UTC
Committed in QBE branch too.
Comment 10 zikmund 2005-01-21 09:46:57 UTC
Verified in QBE branch.