Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=46121
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 3 Nov 2008 23:47:38 +0000 (23:47 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 3 Nov 2008 23:47:38 +0000 (23:47 +0000)
Add note about resources clash and using namespaces to resolve it.

git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@711126 13f79535-47bb-0310-9956-ffa450edef68

webapps/docs/manager-howto.xml

index da9f54e..a0189fe 100644 (file)
@@ -976,6 +976,11 @@ file might look something like this:</p>
 </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