facebook

Compile problem absolute TLD URI in 2.7RC2

  1. MyEclipse Archived
  2.  > 
  3. Bugs
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #205364 Reply

    This problem happens in 2.7RC2 (Eclipse2.12) and not in 3.7RC2 (Eclipse30M7).
    Example jsf-cardemo of Java Server Faces.
    In JSP file:
    <%@ taglib prefix=”f” uri=”http://java.sun.com/jsf/core&#8221; %>

    The corresponding TLD file is in JAR file jsf-impl.jar in META-INF folder.
    In this scenario the compiler complains about unresolved mapping.
    This is not correct as the TLD file with corresping URI is present in the JAR file.
    Example runs fine under Tomcat 5.0, so this is a compiler problem.
    I am not sure if this is an Eclipse or MyEclipse problem.

    #205387 Reply

    Riyad Kalla
    Member

    John,
    Before we troubleshoot this, can you upgrade your installation of MyEclipse to 3.7.1 as there have been 2 bugfix releases since the RC2 release.

    Also you mentioned you have RC2 running on Eclipse M7 which was not a supported setup, but a few people were able to hack it to work. I think all of these combinations might be contributing to the problem you are seeing and would like to rule them out before I filed a bug on this or started to suggest solutions.

    #205390 Reply

    Installing EnterpriseWorkbenchInstaller_020701.bin makes no difference.
    Still same compiler error message.

    #205646 Reply

    Scott Anderson
    Participant

    John,

    What does the entry in web.xml look like for this taglib?

Viewing 4 posts - 1 through 4 (of 4 total)
Reply To: Compile problem absolute TLD URI in 2.7RC2

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