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 82123 - on including stripes.jar and other dependent files in a jsp page project the page gives an error on compilation
Summary: on including stripes.jar and other dependent files in a jsp page project the ...
Status: VERIFIED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: JSP (show other bugs)
Version: 5.x
Hardware: All All
: P1 blocker (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-08 06:48 UTC by basu_mmk
Modified: 2006-08-17 10:35 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 basu_mmk 2006-08-08 06:48:04 UTC
java.lang.NullPointerException
        at
org.apache.jasper.JspCompilationContext.createCompiler(JspCompilationContext.java:220)
        at org.apache.jasper.JspC.processFile(JspC.java:849)
        at org.apache.jasper.JspC.execute(JspC.java:991)
        at org.netbeans.modules.web.project.ant.JspC.main(JspC.java:39)
        at org.netbeans.modules.web.project.ant.JspCSingle.main(JspCSingle.java:94)
org.apache.jasper.JasperException
Comment 1 Petr Pisl 2006-08-08 10:48:46 UTC
I'm not able to reproduce in 5.5. One of the additional jars is
common-logging.jar and this is known problem, which was solved in NetBeans 5.5.

Did you tired in NetBeans 5.5 ?
Comment 2 Jindrich Sedek 2006-08-17 10:35:06 UTC
v.