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=28853>. 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=28853 Make Ant tasks declaration easier Summary: Make Ant tasks declaration easier Product: Tomcat 4 Version: 4.1.30 Platform: All OS/Version: All Status: NEW Severity: Normal Priority: Other Component: Catalina AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] The following files would be a nice addition in org.apache.catalina.ant package for ease of use inside a build file. tasks.properties can be used the classic way: <taskdef resource="org/apache/catalina/ant/tasks.properties"/> And antlib.xml is for ant 1.6+ antlib feature: <taskdef resource="org/apache/catalina/ant/antlib.xml" uri="tomcat"/> I think a .properties has been added to TC5 already, so the antlib.xml could be committed in TC5 as well. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]