Bug 41747

Summary: error in ant task description
Product: Tomcat 5 Reporter: Ingolf Knopf <iknopf.bxug-1>
Component: Webapps:DocumentationAssignee: Tomcat Developers Mailing List <dev>
Status: RESOLVED FIXED    
Severity: trivial    
Priority: P2    
Version: 5.5.20   
Target Milestone: ---   
Hardware: All   
OS: other   
URL: http://tomcat.apache.org/tomcat-5.5-doc/manager-howto.html

Description Ingolf Knopf 2007-03-02 06:08:59 UTC
Wrong description of ant task 'deploy': Instead of
   ... war="${build}${path}.war"/>
should be written
   ... war="file:${build}${path}.war"/>
Comment 1 Mark Thomas 2007-03-04 19:06:10 UTC
Thanks for the report. This has been fixed in svn and will be in 5.5.24 and 6.0.11