Tip: Eclipse 3.0, Ant 1.5.4, Tomcat 5.0 Manager Ant tasks 2004-01-19 - By Derek Mahar
Back Here's how to install the Tomcat 5.0 Manager Ant tasks into the Eclipse 3.0 Ant plugin:
1. Copy $CATALINA_HOME/server/lib/catalina-ant.jar to $ECLIPSE_HOME/plugins/org.apache.ant_1.5.4/.
2. Insert the following library element into $ECLIPSE_HOME/plugins/org.apache.ant_1.5.4/plugin.xml (see attached file):
<library name="lib/catalina-ant.jar"> <export name="*"/> <packages prefixes="org.apache.catalina.ant"/> </library>
3. Restart Eclipse, display the Ant view, add a new Tomcat Ant build file. You should see all the Tomcat Manager Ant tasks such as deploy, list, reload, undeploy.
Eclipse The best Java development environment on the planet. http://www.eclipse.org
Apache Ant http://ant.apache.org
Derek
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected) For additional commands, e-mail: tomcat-user-help@(protected)
|
|