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 189634 - Compile JSP during build borken
Summary: Compile JSP during build borken
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Web Project (show other bugs)
Version: 7.0
Hardware: PC Mac OS X
: P2 normal (vote)
Assignee: David Konecny
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-18 12:34 UTC by Martin Schovanek
Modified: 2010-08-18 23:16 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 Martin Schovanek 2010-08-18 12:34:28 UTC
[#201008180001, jdk1.6, GF 3.0.1-b22, EE6]

to reproduce:
-------------
1) create a new Web Project
2) invoke: Project Properties > Build > Compiling
3) check: 'Test compile all JSP files during builds'
4) Clean and Build the project
...
ERROR: Compilation errors like this appear in Output Tab:
/Users/ms113234/NetBeansProjects/WebApplication70/build/generated/src/org/apache/jsp/index_jsp.java:14: package org.glassfish.jsp.api does not exist
  private org.glassfish.jsp.api.ResourceInjector _jspx_resourceInjector;
...
Comment 1 David Konecny 2010-08-18 23:16:27 UTC
8d0c419547f2

glassfish-jspparser-3.0.jar introduced by TSlota in 791374ea9edc was missing GF APIs necessary for compilation of Java files generated from JSP files.