Details
-
Type:
Improvement
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Maven
-
Labels:None
-
Number of attachments :
Description
In tomcat, they have a catalina-tasks.xml file, that does the job when you want to use the Tomcat ant tasks. So, in your project build.xml, you just need to put this line:
<import file="$
/bin/catalina-tasks.xml"/>
And you have the full set of Tomcat tasks. It eases a lot your build file.
Sorry to put this in "Maven" component, but we don't have a "Ant" component ![]()
Hi Diego,
Have you see the jetty ant tasks? http://docs.codehaus.org/display/JETTY/Ant+Jetty+Plugin
Is this the kind of thing you're after? I'm not familiar with Tomcat's stuff
cheers
Jan