You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2004/03/31 22:36:53 UTC

DO NOT REPLY [Bug 28107] New: - Enhance Tomcat's Ant tasks for easy build.xml configuration

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=28107>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=28107

Enhance Tomcat's Ant tasks for easy build.xml configuration

           Summary: Enhance Tomcat's Ant tasks for easy build.xml
                    configuration
           Product: Tomcat 5
           Version: Unknown
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Unknown
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: matt@raibledesigns.com


Cactus has a pretty slick feature in that its tasks can be defined very simply in your build.xml file.  
Here's an example:

        <taskdef resource="cactus.tasks"
            classpathref="cactus.classpath"/>

This is because there is a "cactus.tasks" text file in its JAR file that defines all the tasks.  I've done 
something similar in my Tomcat Ant Tasks HowTo (http://raibledesigns.com/wiki/Wiki.jsp?
page=TomcatAntTasks) - but it'd be much cleaner (and easier) if there was a tomcat.tasks file in 
catalina-ant.jar.  

This bug is to (hopefully) inspire to make Tomcat's Ant integration easier and simpler.

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org