summaryrefslogtreecommitdiffstats
path: root/java/sca/itest
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-02-04 14:36:58 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-02-04 14:36:58 +0000
commit9e3800168e1ba9062b0de9116582a787000d7de5 (patch)
tree41d98210cc7f0588a412f46386f72211a9f925ae /java/sca/itest
parentdf79d73ac68d268f9875f11f9740bf55681abc86 (diff)
Turn failOnError on for java/javac tasks
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@740759 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/itest')
-rw-r--r--java/sca/itest/samples/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/sca/itest/samples/build.xml b/java/sca/itest/samples/build.xml
index 9650b5e56f..a76b44c659 100644
--- a/java/sca/itest/samples/build.xml
+++ b/java/sca/itest/samples/build.xml
@@ -23,7 +23,7 @@
compile and run each sample as though the user were running
samples from the binary distribution. Here we use ant targets
in the first instance but for some tests we may want to run
- jars directly and fire up webapp containers and deploy wars. In other cases
+ jars directly or fire up webapp containers and deploy wars. In other cases
we may need to run two samples together to provide reference and
service sides of the sample.
-->