summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/trunk/tutorials/travelsample/services/smsgateway-rmi/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sca-java-1.x/trunk/tutorials/travelsample/services/smsgateway-rmi/build.xml')
-rw-r--r--sca-java-1.x/trunk/tutorials/travelsample/services/smsgateway-rmi/build.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/sca-java-1.x/trunk/tutorials/travelsample/services/smsgateway-rmi/build.xml b/sca-java-1.x/trunk/tutorials/travelsample/services/smsgateway-rmi/build.xml
index 2b43ed15db..13d4702867 100644
--- a/sca-java-1.x/trunk/tutorials/travelsample/services/smsgateway-rmi/build.xml
+++ b/sca-java-1.x/trunk/tutorials/travelsample/services/smsgateway-rmi/build.xml
@@ -23,7 +23,8 @@
<!-- The "run" target starts an RMI server for the SMS gateway service.
This server is used by the "run" target of the notification-rmi launcher. -->
<target name="run">
- <java classname="com.tuscanyscatours.smsgateway.SMSGatewayRMIServiceBootstrap" fork="true">
+ <java classname="com.tuscanyscatours.smsgateway.SMSGatewayRMIServiceBootstrap"
+ fork="true" failonerror="true">
<classpath location="target/${ant.project.name}.jar"/>
</java>
</target>