jefft 2003/09/20 22:48:04
Modified: src/resources/forrest-shbat Tag: FORREST_05_BRANCH
forrest.antproxy.xml
Log:
When Forrest fails, so should the forrest.antproxy.xml script
Revision Changes Path
No revision
No revision
1.4.2.1 +1 -1 xml-forrest/src/resources/forrest-shbat/forrest.antproxy.xml
Index: forrest.antproxy.xml
===================================================================
RCS file: /home/cvs/xml-forrest/src/resources/forrest-shbat/forrest.antproxy.xml,v
retrieving revision 1.4
retrieving revision 1.4.2.1
diff -u -r1.4 -r1.4.2.1
--- forrest.antproxy.xml 24 Mar 2003 19:22:35 -0000 1.4
+++ forrest.antproxy.xml 21 Sep 2003 05:48:04 -0000 1.4.2.1
@@ -42,7 +42,7 @@
<target name="forrest">
<property name="project.home" location="."/>
- <java classname="org.apache.tools.ant.Main" fork="true">
+ <java classname="org.apache.tools.ant.Main" fork="true" failonerror="true">
<classpath refid="forrest-classpath"/>
<jvmarg value="-Dforrest.home=${forrest.home}"/>
<jvmarg value="-Dbasedir=${basedir}"/>
|