summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/trunk/tutorials/travelsample/services/smsgateway-ejb/build.xml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--sca-java-1.x/trunk/tutorials/travelsample/services/smsgateway-ejb/build.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/sca-java-1.x/trunk/tutorials/travelsample/services/smsgateway-ejb/build.xml b/sca-java-1.x/trunk/tutorials/travelsample/services/smsgateway-ejb/build.xml
index cd08a865dc..cc7456ac52 100644
--- a/sca-java-1.x/trunk/tutorials/travelsample/services/smsgateway-ejb/build.xml
+++ b/sca-java-1.x/trunk/tutorials/travelsample/services/smsgateway-ejb/build.xml
@@ -24,7 +24,8 @@
SMS gateway service. This endpoint is used by the "run" target
of the notification-ejb launcher. -->
<target name="run">
- <java classname="com.tuscanyscatours.smsgateway.SMSGatewayEJBServiceBootstrap" fork="true">
+ <java classname="com.tuscanyscatours.smsgateway.SMSGatewayEJBServiceBootstrap"
+ fork="true" failonerror="true">
<classpath>
<pathelement location="target/${ant.project.name}.jar"/>
<fileset dir="${env.OPENEJB_HOME}/lib"/>