Note that there are some explanatory texts on larger screens.

plurals
  1. POeclipse complains: Can not find the tag directory "/WEB-INF/tags/" but it really does exist
    primarykey
    data
    text
    <p>I have a Maven2 web module as an Eclipse project (more specifically, SpringSource Tool Suite 2.6). I have a hello.tag in src/main/webapp/WEB-INF/tags. It's just this:</p> <pre><code>&lt;%@ tag language="java" pageEncoding="ISO-8859-1"%&gt; Hello World! </code></pre> <p>I have a Hello.jsp in src/main/webapp. It's just this:</p> <pre><code>&lt;%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%&gt; &lt;%@taglib prefix="fl" tagdir="/WEB-INF/tags/" %&gt; &lt;fl:hello/&gt; </code></pre> <p>If I build and deploy the application, everything works as expected. The problem is that Eclipse is reporting a problem with the taglib line. It says:</p> <blockquote> <p>Can not find the tag directory "/WEB-INF/tags/"</p> </blockquote> <p>I have already seen a <a href="https://stackoverflow.com/questions/1265309/eclipse-cannot-find-the-tag-library-descriptor">similar question</a>, but the resolution had to do with the projects natures/facets not being enabled and I believe I have all of the natures I need set up in .project:</p> <pre><code>&lt;natures&gt; &lt;nature&gt;org.springframework.ide.eclipse.core.springnature&lt;/nature&gt; &lt;nature&gt;org.eclipse.jem.workbench.JavaEMFNature&lt;/nature&gt; &lt;nature&gt;org.eclipse.wst.common.modulecore.ModuleCoreNature&lt;/nature&gt; &lt;nature&gt;org.eclipse.jdt.core.javanature&lt;/nature&gt; &lt;nature&gt;org.maven.ide.eclipse.maven2Nature&lt;/nature&gt; &lt;nature&gt;org.eclipse.wst.common.project.facet.core.nature&lt;/nature&gt; &lt;nature&gt;org.eclipse.wst.jsdt.core.jsNature&lt;/nature&gt; &lt;/natures&gt; </code></pre> <p>Anyone seen this before or have any ideas what else I should check?</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload