You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by rg...@apache.org on 2004/12/08 18:59:52 UTC

svn commit: r111291 - /forrest/trunk/main/build.xml

Author: rgardler
Date: Wed Dec  8 09:59:51 2004
New Revision: 111291

URL: http://svn.apache.org/viewcvs?view=rev&rev=111291
Log:
forrest.hom has now moved - test target was failing
Modified:
   forrest/trunk/main/build.xml

Modified: forrest/trunk/main/build.xml
Url: http://svn.apache.org/viewcvs/forrest/trunk/main/build.xml?view=diff&rev=111291&p1=forrest/trunk/main/build.xml&r1=111290&p2=forrest/trunk/main/build.xml&r2=111291
==============================================================================
--- forrest/trunk/main/build.xml	(original)
+++ forrest/trunk/main/build.xml	Wed Dec  8 09:59:51 2004
@@ -271,15 +271,16 @@
   </target>
 
   <target name="testseed" depends="init">
-    <property name="forrest.home" location="." />  
+    <property name="forrest.home" location=".." />
+    <property name="forrest.core" location="${forrest.home}/main" />    
     <property name="test.dir" value="${build.dir}/test"/>
     <delete dir="${test.dir}"/>
     <mkdir dir="${test.dir}"/>
-    <ant antfile="${forrest.home}/forrest.build.xml" target="seed">
+    <ant antfile="${forrest.core}/forrest.build.xml" target="seed">
       <property name="forrest.home" value="${forrest.home}"/>  
       <property name="project.home" value="${test.dir}"/>
     </ant>
-    <ant antfile="${forrest.home}/forrest.build.xml" target="site">
+    <ant antfile="${forrest.core}/forrest.build.xml" target="site">
       <property name="forrest.home" value="${forrest.home}"/>  
       <property name="project.home" value="${test.dir}"/>
     </ant>