vgritsenko    2003/03/17 18:21:03

  Modified:    .        build.xml
  Log:
  fix anteater properties.
  anteater invocation is platform specific as it was written, has to be fixed somehow
  
  Revision  Changes    Path
  1.19      +8 -3      cocoon-2.1/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/build.xml,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- build.xml 17 Mar 2003 23:12:54 -0000      1.18
  +++ build.xml 18 Mar 2003 02:21:03 -0000      1.19
  @@ -901,12 +901,17 @@
     <!-- Anteater tests  -->
     <target name="anteater.tests" description="Runs the functional tests">
       <property name="host" value="localhost"/>
  -    <property name="port" value="8080"/>
  -    <property name="base" value="cocoon"/>
  +    <property name="port" value="8888"/>
  +    <property name="base" value="/"/>
   
  +    <!-- FIXME: Anteater invocation is platform specific
  +    <exec executable="cmd">
  +      <arg line="/C C:\Java\anteater-0.9.15\bin\anteater.bat -f 
src/test/anteater/all-tests.xml -Dhost=${host} -Dport=${port} -Dbase=${base}"/>
  +    </exec>
       <exec executable="anteater">
         <arg line="-f src/test/anteater/all-tests.xml -Dhost=${host} -Dport=${port} 
-Dbase=${base}"/>
       </exec>
  +    -->
     </target>
   
   <!-- IDE targets =========================================================== -->
  
  
  

Reply via email to