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/06 16:10:18 UTC

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

Author: rgardler
Date: Mon Dec  6 07:10:14 2004
New Revision: 109977

URL: http://svn.apache.org/viewcvs?view=rev&rev=109977
Log:
correct location of build scripts (reported by Johannes Schaefer)
Modified:
   forrest/trunk/main/forrest.build.xml

Modified: forrest/trunk/main/forrest.build.xml
Url: http://svn.apache.org/viewcvs/forrest/trunk/main/forrest.build.xml?view=diff&rev=109977&p1=forrest/trunk/main/forrest.build.xml&r1=109976&p2=forrest/trunk/main/forrest.build.xml&r2=109977
==============================================================================
--- forrest/trunk/main/forrest.build.xml	(original)
+++ forrest/trunk/main/forrest.build.xml	Mon Dec  6 07:10:14 2004
@@ -311,7 +311,7 @@
   <!-- Sets up properties and filters -->
   <target name="init" depends="check-java-version, init-props, init-skins, init-plugins">
     <available property="xml-forrest.jar.exists" file="${forrest.build.lib-dir}/xml-forrest.jar"/>
-    <fail unless="xml-forrest.jar.exists">You must build forrest before you can run it.  In ${forrest.home} run './build.sh' (linux) or 'build' (windows)</fail>
+    <fail unless="xml-forrest.jar.exists">You must build forrest before you can run it.  In ${forrest.home}/main run './build.sh' (linux) or 'build' (windows)</fail>
   </target>
 
   <!-- ===============================================================