From: markt Date: Wed, 28 Jul 2010 15:58:30 +0000 (+0000) Subject: Only download Checkstyle if it is going to be used X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=b716c8d5039e5bf93e18d89055fc7d44d342c8b5;p=tomcat7.0 Only download Checkstyle if it is going to be used Add note the Checkstyle is LGPL Add option (off by default) to fail test target as soon as one test fails. git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@980106 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/build.properties.default b/build.properties.default index ca3af1aa5..3698a4c32 100644 --- a/build.properties.default +++ b/build.properties.default @@ -32,11 +32,13 @@ version.patch=0 version.suffix=-dev # ----- Build control flags ----- +# Note enabling validation uses Checkstyle which is LGPL licensed execute.validate=false execute.test.bio=true execute.test.nio=true # Still requires APR/native library to be present execute.test.apr=true +test.haltonfailure=false # ----- Default Base Path for Dependent Packages ----- # Please note this path must be absolute, not relative, diff --git a/build.xml b/build.xml index b51f23546..e130a195a 100644 --- a/build.xml +++ b/build.xml @@ -997,9 +997,11 @@ - + @@ -1911,7 +1913,8 @@ Apache Tomcat ${version} native binaries for Win64 AMD64/EMT64 platform. + description="Download components necessary to validate source" + if="${execute.validate}">