Author: violetagg Date: Tue Mar 18 10:54:12 2014 New Revision: 1578817 URL: http://svn.apache.org/r1578817 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56268 Specify the default value of the ${build} in the build section.
Modified: tomcat/trunk/webapps/docs/deployer-howto.xml Modified: tomcat/trunk/webapps/docs/deployer-howto.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/deployer-howto.xml?rev=1578817&r1=1578816&r2=1578817&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/deployer-howto.xml (original) +++ tomcat/trunk/webapps/docs/deployer-howto.xml Tue Mar 18 10:54:12 2014 @@ -318,9 +318,11 @@ <ul> <li> <code>build</code>: The build folder used will be, by default, - <code>${build}/webapp/${path}</code>. After the end of the execution - of the <code>compile</code> target, the web application .WAR will be - located at <code>${build}/webapp/${path}.war</code>. + <code>${build}/webapp/${path}</code> (<code>${build}</code>, by + default, points to <code>${basedir}/build</code>). After the end + of the execution of the <code>compile</code> target, the web + application .WAR will be located at + <code>${build}/webapp/${path}.war</code>. </li> <li> <code>webapp</code>: The directory containing the exploded web application --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org