# HG changeset patch # User Jaroslav Tulach # Date 1213430228 -7200 # Node ID 9ae8488379e0e4d40046830b96efacf56419e076 # Parent b9c901569e6e2acf57cb70d5b54f6a04e9cbc4db Build needs to succeed diff -r b9c901569e6e -r 9ae8488379e0 samples/build.xml --- a/samples/build.xml Sat Jun 14 09:57:07 2008 +0200 +++ b/samples/build.xml Sat Jun 14 09:57:08 2008 +0200 @@ -10,7 +10,6 @@ - diff -r b9c901569e6e -r 9ae8488379e0 samples/incompatibilities/build.xml --- a/samples/incompatibilities/build.xml Sat Jun 14 09:57:07 2008 +0200 +++ b/samples/incompatibilities/build.xml Sat Jun 14 09:57:08 2008 +0200 @@ -31,6 +31,7 @@ destdir="build/${target}/classes" source="${source}" target="${source}" classpath="${cp}" + failonerror="false" />