Author: violetagg Date: Tue Mar 18 10:56:59 2014 New Revision: 1578818 URL: http://svn.apache.org/r1578818 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56268 Merged revision 1578817 from tomcat/trunk: Specify the default value of the ${build} in the build section.
Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/webapps/docs/deployer-howto.xml Propchange: tomcat/tc7.0.x/trunk/ ------------------------------------------------------------------------------ Merged /tomcat/trunk:r1578817 Modified: tomcat/tc7.0.x/trunk/webapps/docs/deployer-howto.xml URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/docs/deployer-howto.xml?rev=1578818&r1=1578817&r2=1578818&view=diff ============================================================================== --- tomcat/tc7.0.x/trunk/webapps/docs/deployer-howto.xml (original) +++ tomcat/tc7.0.x/trunk/webapps/docs/deployer-howto.xml Tue Mar 18 10:56:59 2014 @@ -317,9 +317,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