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 270343 - Include jsp file from JAR lib gives file not found
Summary: Include jsp file from JAR lib gives file not found
Status: NEW
Alias: None
Product: editor
Classification: Unclassified
Component: Hints & Annotations (show other bugs)
Version: Dev
Hardware: PC Linux
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-04-10 10:31 UTC by ramontemp
Modified: 2017-04-10 16:56 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 ramontemp 2017-04-10 10:31:33 UTC
In my webapp I am including a jsp file from another project.

so in the jar project I have under /META-INF/resources/test.jsp

in the web app project I included the JAR lib in the classpath and in my jsp page I include like:

<%@ include file="/test.jsp"%>

When I compile and run the webapp, everything works fine, but I get the warining in the netbeans editor:

PWC6117: File "test.jsp" not found

How can I make netbeans be aware of the file when coding?

Thanks