You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by pr...@apache.org on 2005/07/06 18:53:21 UTC

cvs commit: ws-axis/c/docs buildPages.xml

prestonf    2005/07/06 09:53:20

  Modified:    c/docs   buildPages.xml
  Log:
  Updated to cope with modified build.xml target names.
  
  Revision  Changes    Path
  1.3       +9 -2      ws-axis/c/docs/buildPages.xml
  
  Index: buildPages.xml
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/docs/buildPages.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- buildPages.xml	5 Jul 2005 14:25:04 -0000	1.2
  +++ buildPages.xml	6 Jul 2005 16:53:20 -0000	1.3
  @@ -172,8 +172,15 @@
            <then>
             <antcall target="clean"/>
             <antcall target="forrest"/>
  -          <move file="${basedir}/build/tmp" tofile="${basedir}/build/site"/>
  -          <antcall target="replace"/>
  +          <if> <available file="${basedir}/build/tmp" property="ForrestBuiltSuccessfully"/>
  +           <then>
  +            <move file="${basedir}/build/tmp" tofile="${basedir}/build/site"/>
  +            <antcall target="replace"/>
  +           </then>
  +           <else>
  +            <echo message="FORREST did not run successfully, aborting the build (Expected ${basedir}/build/tmp)."/>
  +           </else>
  +          </if>
            </then>
            <else>
             <echo message="FORREST_HOME was not found in the path environment varable."/>