Bug 41747 - error in ant task description
Summary: error in ant task description
Status: RESOLVED FIXED
Alias: None
Product: Tomcat 5
Classification: Unclassified
Component: Webapps:Documentation (show other bugs)
Version: 5.5.20
Hardware: All other
: P2 trivial (vote)
Target Milestone: ---
Assignee: Tomcat Developers Mailing List
URL: http://tomcat.apache.org/tomcat-5.5-d...
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-02 06:08 UTC by Ingolf Knopf
Modified: 2007-03-04 19:06 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
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