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,
<!-- If test.entry is defined, run a single test, otherwise run all valid tests -->
<test todir="${tomcat.build}/logs" name="${test.entry}" if="test.entry"/>
- <batchtest todir="${tomcat.build}/logs" unless="test.entry"
- errorproperty="test.result.error" failureproperty="test.result.failure"
- >
+ <batchtest todir="${tomcat.build}/logs"
+ unless="test.entry"
+ errorproperty="test.result.error"
+ failureproperty="test.result.failure"
+ haltonfailure="${test.haltonfailure}">
<fileset dir="test" >
<!-- Include all by default -->
<include name="**/Test*.java" />
<!-- ================ Download and dependency building =================== -->
<target name="download-validate"
- description="Download components necessary to validate source" >
+ description="Download components necessary to validate source"
+ if="${execute.validate}">
<antcall target="downloadzip">
<param name="sourcefile" value="${checkstyle.loc}"/>