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/05 16:25:05 UTC

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

prestonf    2005/07/05 07:25:05

  Modified:    c/docs   buildPages.xml extractPages.xml
  Log:
  Changes required to script to deal with change in location of ws-axis/site/build.xml.  This has been moved to ws-axis/site/src/cpp and some of the function has changed.
  
  Revision  Changes    Path
  1.2       +8 -6      ws-axis/c/docs/buildPages.xml
  
  Index: buildPages.xml
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/docs/buildPages.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- buildPages.xml	30 Jun 2005 13:21:01 -0000	1.1
  +++ buildPages.xml	5 Jul 2005 14:25:04 -0000	1.2
  @@ -59,10 +59,10 @@
   <!-- * Set the script property values.
   -->
    <property name="ws-site.dir.download" value="${basedir}/../.."/>
  - <property name="ws-site.dir.upload"   value="${basedir}/../../ws-site/targets/axis"/>
  + <property name="ws-site.dir.upload"   value="${basedir}/../../ws-site/targets/axis/cpp"/>
    <property name="ws-site.packageName"  value="ws-site"/>
    <property name="site.dir.download"    value="${basedir}/../.."/>
  - <property name="site.dir.upload"      value="${basedir}/src"/>
  + <property name="site.dir.upload"      value="${basedir}/src/cpp"/>
    <property name="site.packageName"     value="ws-axis/site"/>
    <property name="dollar"               value="$"/>
    <property name="myJava.home"          value="${dollar}{env.JAVA_HOME}"/>
  @@ -75,9 +75,9 @@
        * 'extractSite'can be run as 'buildSite' requires functions that are only
        * available in this script.
    -->
  - <if> <available file="build.xml" property="Options" value="extractSite buildSite"/>
  + <if> <available file="${basedir}/src/cpp/build.xml" property="Options" value="extractSite buildSite"/>
     <then>
  -   <import file="build.xml"/>
  +   <import file="${basedir}/src/cpp/build.xml"/>
      <property name="Options" value="extractSite buildSite"/>
     </then>
     <else>
  @@ -170,8 +170,10 @@
   
           <if> <equals arg1="${FoundForrestHomeInPath}" arg2="true"/>
            <then>
  -          <antcall target="build-C-site-only">
  -          </antcall>
  +          <antcall target="clean"/>
  +          <antcall target="forrest"/>
  +          <move file="${basedir}/build/tmp" tofile="${basedir}/build/site"/>
  +          <antcall target="replace"/>
            </then>
            <else>
             <echo message="FORREST_HOME was not found in the path environment varable."/>
  
  
  
  1.3       +4 -4      ws-axis/c/docs/extractPages.xml
  
  Index: extractPages.xml
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/docs/extractPages.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- extractPages.xml	5 Jul 2005 11:41:58 -0000	1.2
  +++ extractPages.xml	5 Jul 2005 14:25:05 -0000	1.3
  @@ -78,8 +78,8 @@
       </if>
   
       <delete dir="${site.dir.download}/${site.packageName}"/>
  -    <echo message="Warning: ${site.packageName} will take about 2 minutes to extract from CVS!"/>
  -    <echo message="                                    ==="/>
  +    <echo message="Warning: ${site.packageName} will take about 5 minutes to extract from CVS!"/>
  +    <echo message="                                     ==="/>
       <echo message="About to download ${site.packageName} to ${site.dir.download}"/>
       <cvs cvsRoot=":ssh:${userId}@cvs.apache.org:/home/cvs"
            command="checkout"
  @@ -88,8 +88,8 @@
            reallyquiet="true"/>
   
       <delete dir="${ws-site.dir.download}/${ws-site.packageName}"/>
  -    <echo message="Warning: ${ws-site.packageName} will take about 40 minutes to extract from CVS!"/>
  -    <echo message="                               ===="/>
  +    <echo message="Warning: ${ws-site.packageName} will take about 65 minutes to extract from CVS!"/>
  +    <echo message="                                ===="/>
       <echo message="About to download ${ws-site.packageName} to ${ws-site.dir.download}"/>
       <cvs cvsRoot=":ssh:${userId}@cvs.apache.org:/home/cvs"
            command="checkout"