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 to...@apache.org on 2005/02/10 09:33:22 UTC

cvs commit: ws-axis/site/src4forrest-060/java build.xml

toshi       2005/02/10 00:33:22

  Modified:    site/src4forrest-060/java build.xml
  Log:
  To migrate to Forrest 0.60.
  
  Revision  Changes    Path
  1.2       +5 -19     ws-axis/site/src4forrest-060/java/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/ws-axis/site/src4forrest-060/java/build.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build.xml	27 Jan 2005 09:41:44 -0000	1.1
  +++ build.xml	10 Feb 2005 08:33:22 -0000	1.2
  @@ -6,10 +6,11 @@
       * This is an ant build-file for building whole Axis site.
       * This version supports only Windows platforms.
       * You may have to edit the 'IEPath' property below.
  -    * The target you have to edit will be temporary created in;
  -      'ws-axis/site/build/webapp/content/xdocs'
  +    * The target source you have to edit will be in;
  +      'ws-axis/site/src4forrest-060/java'.
       * After editing the target, you have to commit a set of
  -      updates in 'ws-axis/site/src' and 'ws-site/target/axis'.
  +      updates in 'ws-axis/site/src4forrest-060/java' and
  +      'ws-site/target/axis'.
   -->
   
   <project name="BuildSite" default="build-site" basedir=".">
  @@ -39,7 +40,6 @@
         <ant target="run-browser"/>
         <ant target="run-forrest"/>
       </parallel>
  -    <ant target="backcopy"/>
       <ant target="forrest"/>
       <ant target="replace"/>
       <ant target="putmessage"/>
  @@ -83,20 +83,6 @@
   
   <!-- ***************************************************************** -->
   <!-- **                                                             ** -->
  -<!-- **                  TARGET: backcopy                           ** -->
  -<!-- **                                                             ** -->
  -<!-- ***************************************************************** -->
  -  <target name="backcopy">
  -    <echo message="=> Reflecting the updates to the original sources ..."/>
  -    <exec executable="cmd">
  -      <env key="PATH" path="${path}"/>
  -      <arg line="/c forrest backcopy"/>
  -    </exec>
  -    <echo message="=> DONE !!"/>
  -  </target>
  -
  -<!-- ***************************************************************** -->
  -<!-- **                                                             ** -->
   <!-- **                  TARGET: forrest                            ** -->
   <!-- **                                                             ** -->
   <!-- ***************************************************************** -->