Hi,
I’ve a problem with MyEclipse recognising my custom tags. I know this has already popped up quite often on the forum, but I couldn’t find any step-to-step solution that’s working for me.
My setup is as follows: I’m developing my custom tags in a seperate JAR, where the .tld files reside under /META-INF/tags/ directory. This JAR is bundled with my web projects (under MyEclipse it is configured as a ordninary referenced library).
Compliant with the JSP 1.2+ spec. my deployment descriptor does not declare the .tld files explicitely. At runtime Tomcat correctly picks up the TLD file and everything runs smoothtly, however MyEclipse flags my tags as unknown.
What configuration steps do I have to follow to get this working? Thanks for any help.