summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/trunk/tutorials/travelsample/launchers/fullapp/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sca-java-1.x/trunk/tutorials/travelsample/launchers/fullapp/build.xml')
-rw-r--r--sca-java-1.x/trunk/tutorials/travelsample/launchers/fullapp/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/sca-java-1.x/trunk/tutorials/travelsample/launchers/fullapp/build.xml b/sca-java-1.x/trunk/tutorials/travelsample/launchers/fullapp/build.xml
index 977dd2710c..ab2f62460c 100644
--- a/sca-java-1.x/trunk/tutorials/travelsample/launchers/fullapp/build.xml
+++ b/sca-java-1.x/trunk/tutorials/travelsample/launchers/fullapp/build.xml
@@ -24,7 +24,7 @@
</path>
<target name="run">
- <java classname="scatours.FullAppLauncher" fork="true">
+ <java classname="scatours.FullAppLauncher" fork="true" failonerror="true">
<classpath>
<pathelement location="target/${ant.project.name}.jar"/>
<path refid="compile-path"/>