]> source.dussan.org Git - vaadin-framework.git/commitdiff
Continue running other tests even if checkstyle fails (#9065) 92/592/1
authorLeif Åstrand <leif@vaadin.com>
Tue, 8 Jan 2013 10:28:22 +0000 (12:28 +0200)
committerLeif Åstrand <leif@vaadin.com>
Tue, 8 Jan 2013 10:28:22 +0000 (12:28 +0200)
Change-Id: I9317f20c01f1bee28d4b0b33615b2f34f46e3850

common.xml

index e96037032b95451501712b2b6d0a15a9d9a2319f..d0c69ec9d6a7e8f8254c12dbc2f517102c033a5c 100644 (file)
                <property name="result.dir.full" location="${result.dir}"/>
                <mkdir dir="${result.dir}" />
                <echo>##teamcity[importData type='checkstyle' path='${result.dir.full}/checkstyle-errors.xml']</echo>
-               <cs:checkstyle config="${cs.xml}" failOnViolation="true">
+               <cs:checkstyle config="${cs.xml}">
                        <fileset dir="${cs.src}" includes="**/*.java" />
                        <formatter type="xml" toFile="${result.dir}/checkstyle-errors.xml"/>
                        <property key="checkstyle.header.file" file="${cs.header-file}" />