Re: tld files inside jars are not auto discovered

2005-11-27 Thread Aaron Loucks
libs instead of taglibs. Subir -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Bill Barker Sent: Saturday, November 26, 2005 10:15 PM To: users@tomcat.apache.org Subject: Re: tld files inside jars are not auto discovered You need to install your tld in /META-INF/. Paths i

Re: tld files inside jars are not auto discovered

2005-11-27 Thread Bill Barker
What can I say. I just tried copying your TLD, and created two useless classes to implement the Tags, and copied your JSP to webapps/ROOT. It all worked fine. You can try checking that the .tld file ends in a lower-case ".tld", but I don't know what else to suggest. For what it's worth, here

RE: tld files inside jars are not auto discovered

2005-11-27 Thread Subir Sengupta
Behalf Of Bill Barker Sent: Saturday, November 26, 2005 10:15 PM To: users@tomcat.apache.org Subject: Re: tld files inside jars are not auto discovered You need to install your tld in /META-INF/. Paths in jar files are case-sensitive. "Aaron Loucks" <[EMAIL PROTECTED]> wrote in me

Re: tld files inside jars are not auto discovered

2005-11-27 Thread Martin Gainty
PM Subject: Re: tld files inside jars are not auto discovered >I double checked the jar file and the META-INF is in uppercase. Still no > luck =/ > > Bill Barker wrote: > >>You need to install your tld in /META-INF/. Paths in jar files are >>case-sensitive. >> &g

Re: tld files inside jars are not auto discovered

2005-11-27 Thread Aaron Loucks
I double checked the jar file and the META-INF is in uppercase. Still no luck =/ Bill Barker wrote: You need to install your tld in /META-INF/. Paths in jar files are case-sensitive. "Aaron Loucks" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] I can't get TLD auto discove

Re: tld files inside jars are not auto discovered

2005-11-26 Thread Bill Barker
You need to install your tld in /META-INF/. Paths in jar files are case-sensitive. "Aaron Loucks" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] >I can't get TLD auto discovery to work for any custom taglibs i write > when I package them as jars. It works fine for the standard tagl