facebook

JSP Validator bug and improvements offer [Closed]

  1. MyEclipse IDE
  2.  > 
  3. Java EE Development (EJB, JSP, Struts, XDoclet, etc.)
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #218184 Reply

    Maksym Gryevtsov
    Participant

    Hi All,

    At first, JSP validator cannot locate a tag lib descriptor file if it locates in WEB-INF’s subdirectory. For example this sample works:
    <taglib>
    <taglib-uri>http://java.sun.com/jstl/core</taglib-uri&gt;
    <taglib-location>/WEB-INF/c.tld</taglib-location>
    </taglib>
    And this one not:
    <taglib>
    <taglib-uri>http://java.sun.com/jstl/core</taglib-uri&gt;
    <taglib-location>/WEB-INF/tld/c.tld</taglib-location>
    </taglib>

    The second, I tries to use Maven and found out that validator tries to validate JSP files in any project subdirectory (including maven target/**). That’s wrong and time consuming. It should scan only source directories.

    Best regards,
    Maksym

    #218192 Reply

    Riyad Kalla
    Member

    Maksym,
    I cannot reproduce the problem you are reporting with the taglibs, and the other complaint is an open enhancement we are working on.

    #218202 Reply

    Maksym Gryevtsov
    Participant

    Sorry for the one. It’s my fault

Viewing 3 posts - 1 through 3 (of 3 total)
Reply To: JSP Validator bug and improvements offer [Closed]

You must be logged in to post in the forum log in