- This topic has 2 replies, 2 voices, and was last updated 15 years, 2 months ago by support-joy.
-
AuthorPosts
-
prisonerMemberWe have a number of jsp files that all contain the line
<%@ include file=”/WEB-INF/default/jspf/taglib.jspf” %>
And are getting a marker at the line indicating
Fragment “/WEB-INF/default/jspf/taglib.jsp” was not be [sic] found at expected path /project/webapp/WEB-INF/default/jspf/taglib.jsp
This is not surprising in our case, since the file is in the right place upon deployment, but not during development. We would like to turn this off, but can’t find any configuration that lets us do so. Any pointers to where/how we can turn it off?
prisonerMemberWhoops, forgot to indicate that this is with MyEclipse 7.5
Full installation summary:
*** Date:
Thursday, August 27, 2009 12:46:15 PM EDT** System properties:
OS=WindowsXP
OS version=5.1.0
Java version=1.6.0_13*** MyEclipse details:
MyEclipse Enterprise Workbench
Version: 7.5
Build id: 7.5-20090609*** Eclipse details:
MyEclipse Enterprise WorkbenchVersion: 7.5
Build id: 7.5-20090609Eclipse Plug-in Development Environment
Version: 3.4.2.R342_v20090122-7T7U1E9imVKz-A8Vz-p_jRS
Build id: M20080703-0800Eclipse Platform
Version: 3.4.2.R342_v20090122-9I96EiWElHi8lheoJKJIvhM3JfVsYbRrgVIWL
Build id: M20090211-1700Eclipse Graphical Editing Framework GEF
Version: 3.4.2.v20090218-1145-67728084A56B4I233613552
Build id: 200809101400Eclipse RCP
Version: 3.4.200.R342_v20090122-989JESTEbig-SVaL8UJHcYBr4A63
Build id: M20090211-1700Eclipse Java Development Tools
Version: 3.4.2.r342_v20081217-7o7tEAoEEDWEm5HTrKn-svO4BbDI
Build id: M20090211-1700Eclipse startup command=-os
win32
-ws
win32
-arch
x86
-showsplash
-launcher
C:\Program Files\Genuitec\MyEclipse 7.5\myeclipse.exe
-name
Myeclipse
–launcher.library
C:\Program Files\Genuitec\MyEclipse 7.5\../Common\plugins\org.eclipse.equinox.launcher.win32.win32.x86_1.0.101.R34x_v20080731\eclipse_1115.dll
-startup
C:\Program Files\Genuitec\MyEclipse 7.5\../Common\plugins\org.eclipse.equinox.launcher_1.0.101.R34x_v20081125.jar
-clean
-configuration
configuration
-vm
C:\Program Files\Genuitec\Common\binary\com.sun.java.jdk.win32.x86_1.6.0.013\jre\bin\client\jvm.dll
support-joyMemberprisoner,
We would like to turn this off,
To ignore this error, go to “Windows–>Preferences–>MyEclipse Enterprise Workbench–>Validation–>JSP” and select the drop down value as “Ignore” or “Warning” for the appropriate JSP validation.
If you want to set this for a specific project, Please click on the “Configure Project Specific Settings” link at the top right at the above mentioned path and select the project.
Please let me know if you need anything. -
AuthorPosts