Re: Need suggestions...

2003-07-16 Thread Jason van Zyl
On Wed, 2003-07-16 at 20:53, did wrote: > I trieds, using b10, to put my tld into src/conf/META-INF/ > > However the tld is not included into the Jar. > > I use in my project.xml the following setup: > > > src/main/java > src/test/java > > > > > src/test/java > **/* > **/*.java > > > >

Re: Need suggestions...

2003-07-16 Thread did
I trieds, using b10, to put my tld into src/conf/META-INF/ However the tld is not included into the Jar. I use in my project.xml the following setup: src/main/java src/test/java src/test/java **/* **/*.java **/*Test.java src/conf *.properties *.tld But got no tld on my jar. Onl

Re: Need suggestions...

2003-07-11 Thread Brian Ewins
did wrote: Hi all, We are developping a JSP taglib project. In this project we would like to provide the following artifacts: - The taglib jar - The Tld definition file - A sample web site demonstrating the lib features. (A War containing the some extra java classes + the taglib jar + JSP reso

Need suggestions...

2003-07-10 Thread did
Hi all, We are developping a JSP taglib project. In this project we would like to provide the following artifacts: - The taglib jar - The Tld definition file - A sample web site demonstrating the lib features. (A War containing the some extra java classes + the taglib jar + JSP resources) How