On Wed, 8 Jan 2003, Erik Price wrote:
> Date: Wed, 08 Jan 2003 12:12:14 -0500 > From: Erik Price <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: Tomcat Users List <[EMAIL PROTECTED]> > Subject: using catalina-ant.jar in Tomcat 4.0.6 > > My Tomcat container is 4.0.6. > > I would like to use the custom ant tasks described in the comments of > this file: > > http://jakarta.apache.org/tomcat/tomcat-5.0-doc/appdev/sample/build.xml > > But that is for Tomcat 5. My Tomcat doesn't have the catalina-ant.jar > file. Can I just wget this file directly and stick it in my CLASSPATH > so that I can have my ant build scripts execute these custom tasks, even > though my Tomcat is older? > Tomcat 4.1.x includes catalina-ant.jar (in the server/lib directory) and supports the custom Ant tasks. Tomcat 4.0.x does not. > Thank you, > > Erik Craig > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
