Hello!
I want to use a JSP custom tag library in a project.
I added the JAR including the Taglib into Build Path.
The JAR includes the TLD.
When I deploy the Web-App to Tomcat 4, everything works fine.
Only the JSP-Validator is always showing an error, that its unable to read
JAR resp. TLD.
(Unable to read TLD “META-INF/taglib.tld” from JAR file … WEB-INF/lib/xxx.jar)
It searches for the JAR under WebRoot/WEB-INF/lib/.
At development time that directory is empty.
The myEclipse deploy-process copies the JARs to WEB-INF/lib-folder.
How can I get rid of the annoying error messages?
Thx,
Bjoern