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