]> source.dussan.org Git - vaadin-framework.git/commitdiff
Run tests even if some tests fail to compile (#5284)
authorArtur Signell <artur.signell@itmill.com>
Thu, 1 Jul 2010 07:28:02 +0000 (07:28 +0000)
committerArtur Signell <artur.signell@itmill.com>
Thu, 1 Jul 2010 07:28:02 +0000 (07:28 +0000)
svn changeset:13986/svn branch:6.4

tests/test.xml

index 04c30472fe42f5baeba13dde1f0a7060ad9c3795..44b9e011ad895eeac5cab63ba460c07787102d09 100644 (file)
@@ -53,7 +53,7 @@
        <!-- This target complies the generated java junit tests. -->
        <target name="compile-tests" depends="create-tests">
                <mkdir dir="${class-dir}" />
-               <javac srcdir="${test-output-dir}" destdir="${class-dir}" debug="on" fork="yes">
+               <javac srcdir="${test-output-dir}" destdir="${class-dir}" debug="on" fork="yes" failonerror="false" >
                        <classpath>
                                <path refid="classpath" />
                        </classpath>