]> source.dussan.org Git - vaadin-framework.git/commit
Checkstyle for Vaadin #9065 71/371/7
authorPekka Hyvönen <pekka@vaadin.com>
Mon, 10 Dec 2012 11:09:34 +0000 (13:09 +0200)
committerArtur Signell <artur@vaadin.com>
Fri, 4 Jan 2013 16:59:39 +0000 (18:59 +0200)
commit104259291148b2cf5f0f3f7bc8795089cc1cb32c
tree99a8e2d8e5f98f8ace211fcbdde6e6121fcbb64a
parentfb68bd53035fdd9cf0448623d5f6867fe17bab64
Checkstyle for Vaadin #9065

* Validates that all java files contains a license file and fails the build if a license is missing
* For now runs a lot of checks with a severity less than error to avoid failing the build
* Outputs test results to TeamCity for reporting

Change-Id: I24ca9cd0646a4bc530ef3a183eef1bc4addc555d
15 files changed:
all/build.xml
build.xml
buildhelpers/build.xml
checkstyle/header [new file with mode: 0644]
checkstyle/vaadin-checkstyle.xml [new file with mode: 0644]
client-compiled/build.xml
client-compiler/build.xml
client/build.xml
common.xml
ivy-taskdefs.xml
server/build.xml
shared/build.xml
theme-compiler/build.xml
themes/build.xml
uitest/build.xml