Author: markt Date: Mon Nov 3 15:51:06 2008 New Revision: 711129 URL: http://svn.apache.org/viewvc?rev=711129&view=rev Log: https://issues.apache.org/bugzilla/show_bug.cgi?id=46121 Add note re naming clash with new Ant resources datatype
Modified: tomcat/tc6.0.x/trunk/ (props changed) tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml tomcat/tc6.0.x/trunk/webapps/docs/manager-howto.xml Propchange: tomcat/tc6.0.x/trunk/ ------------------------------------------------------------------------------ --- svn:mergeinfo (original) +++ svn:mergeinfo Mon Nov 3 15:51:06 2008 @@ -1 +1 @@ -/tomcat/trunk:673796,673820,683982,684001,684081,684234,684269-684270,687503,687645,690781,691392,691805,692748,695053,695311,698012,698227,698236,698613 +/tomcat/trunk:673796,673820,683982,684001,684081,684234,684269-684270,687503,687645,690781,691392,691805,692748,695053,695311,698012,698227,698236,698613,711126 Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml?rev=711129&r1=711128&r2=711129&view=diff ============================================================================== --- tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml (original) +++ tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Mon Nov 3 15:51:06 2008 @@ -228,6 +228,11 @@ <bug>46067</bug>: Fix typos in Advanced IO how to. (markt) </fix> <fix> + <bug>46121</bug>: Add note to manager documentation regarding possible + naming clash with new Ant 1.7 resources datatype and how to avoid it. + (markt) + </fix> + <fix> Remove unsed parameters from Native/APR example connector configuration in docs. (markt) </fix> Modified: tomcat/tc6.0.x/trunk/webapps/docs/manager-howto.xml URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/manager-howto.xml?rev=711129&r1=711128&r2=711129&view=diff ============================================================================== --- tomcat/tc6.0.x/trunk/webapps/docs/manager-howto.xml (original) +++ tomcat/tc6.0.x/trunk/webapps/docs/manager-howto.xml Mon Nov 3 15:51:06 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]