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
</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