using catalina-ant.jar in Tomcat 4.0.6

2003-01-08 Thread Erik Price
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?

Thank you,

Erik


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]



Re: using catalina-ant.jar in Tomcat 4.0.6

2003-01-08 Thread Craig R. McClanahan


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]




Re: using catalina-ant.jar in Tomcat 4.0.6

2003-01-08 Thread Erik Price


Craig R. McClanahan wrote:


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.



I see.  Well, looks like the wget solution is the one that will work 
after all to reload the /manager from my ant scripts!


Erik


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]