https://issues.apache.org/bugzilla/show_bug.cgi?id=56281

--- Comment #3 from Joqus <mgeich5+apache...@gmail.com> ---
The code I am using

<target name="tomcat.deploy" >
      <deploy url="http://localhost:8080/manager/text";
username="${deploy.user}" password="${deploy.pass}" path="/"
war="file:ROOT%23%23${version}.war"/>                   
</target>

(the %23 are the '#' characters)

How can I specify the version in this case?

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to