vgritsenko    2003/09/09 19:17:55

  Modified:    .        build.properties contributor.xml
  Log:
  Invoke forrest using ant call.
  Define forrest.home in build.properties
  
  Revision  Changes    Path
  1.3       +5 -1      xml-xindice/build.properties
  
  Index: build.properties
  ===================================================================
  RCS file: /home/cvs/xml-xindice/build.properties,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- build.properties  5 Sep 2003 02:28:25 -0000       1.2
  +++ build.properties  10 Sep 2003 02:17:55 -0000      1.3
  @@ -54,6 +54,10 @@
   tomcat.home=${ENVIRONMENT.TOMCAT_HOME}
   
   
  +# ---- Forrest 
-----------------------------------------------------------------
  +forrest.home=../xml-forrest/build/dist/shbat/
  +
  +
   # ---- PMD 
---------------------------------------------------------------------
   # Location of the pmd jar file.  The latest version of PMD can be found at
   #    http://pmd.sourceforge.net
  
  
  
  1.10      +3 -4      xml-xindice/contributor.xml
  
  Index: contributor.xml
  ===================================================================
  RCS file: /home/cvs/xml-xindice/contributor.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- contributor.xml   5 Sep 2003 02:28:25 -0000       1.9
  +++ contributor.xml   10 Sep 2003 02:17:55 -0000      1.10
  @@ -18,13 +18,12 @@
   
       <property file="local.build.properties" />
       <property file="build.properties" />
  +    <property environment="ENVIRONMENT"/>
   
       <target name="all" depends="forrest, publish"/>
   
       <target name="forrest">
  -        <exec dir="." executable="forrest" os="Linux"/>
  -        <exec dir="." executable="forrest" os="Mac OS X"/>
  -        <exec dir="." executable="forrest.bat" os="Windowzs"/>
  +        <ant antfile="${forrest.home}/forrest.antproxy.xml" target="site"/>
       </target>
   
       <target name="publish">
  
  
  

Reply via email to