From 104259291148b2cf5f0f3f7bc8795089cc1cb32c Mon Sep 17 00:00:00 2001 From: Pekka Hyvönen Date: Mon, 10 Dec 2012 13:09:34 +0200 Subject: 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 --- uitest/build.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'uitest/build.xml') diff --git a/uitest/build.xml b/uitest/build.xml index 8d5c1b28f9..ee2b2c6124 100644 --- a/uitest/build.xml +++ b/uitest/build.xml @@ -133,7 +133,10 @@ - + + Checkstyle is disabled for uitest for now + + WHAT? No JUnit tests for ${module.name}! -- cgit v1.2.3