You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2008/11/04 00:47:38 UTC

svn commit: r711126 - /tomcat/trunk/webapps/docs/manager-howto.xml

Author: markt
Date: Mon Nov  3 15:47:38 2008
New Revision: 711126

URL: http://svn.apache.org/viewvc?rev=711126&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=46121
Add note about resources clash and using namespaces to resolve it.

Modified:
    tomcat/trunk/webapps/docs/manager-howto.xml

Modified: tomcat/trunk/webapps/docs/manager-howto.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/manager-howto.xml?rev=711126&r1=711125&r2=711126&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/manager-howto.xml (original)
+++ tomcat/trunk/webapps/docs/manager-howto.xml Mon Nov  3 15:47:38 2008
@@ -976,6 +976,11 @@
 </pre></td></tr>
 </table>
 
+<p>Note: The definition of the resources task above will override the resources
+datatype added in Ant 1.7. If you wish to use the resources datatype you will
+need to use Ant's namespace support to assign the Tomcat tasks to their own
+namespace.</p>
+
 <p>Now, you can execute commands like <code>ant deploy</code> to deploy the
 application to a running instance of Tomcat, or <code>ant reload</code> to
 tell Tomcat to reload it.  Note also that most of the interesting values in



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