summaryrefslogtreecommitdiff
path: root/check.xml
diff options
context:
space:
mode:
authorJan Matèrne <jhm@apache.org>2019-03-12 10:00:20 +0100
committerJan Matèrne <jhm@apache.org>2019-03-12 10:00:20 +0100
commit1e00d447d2a250a4e0581e010cf83b72a31abc7e (patch)
tree4556afa436a7803491f5ab1f6a502c7e7b458015 /check.xml
parent978e8b4677a4d56f30b462cba9cb85718626d956 (diff)
downloadant-1e00d447d2a250a4e0581e010cf83b72a31abc7e.tar.gz
extract 'report.dir'
Diffstat (limited to 'check.xml')
-rw-r--r--check.xml17
1 files changed, 10 insertions, 7 deletions
diff --git a/check.xml b/check.xml
index 185e023af..7d1a9014c 100644
--- a/check.xml
+++ b/check.xml
@@ -50,15 +50,18 @@
</description>
<import file="build.xml"/>
+ <property name="reports.dir"
+ value="${build.dir}/reports"
+ description="Base directory for generated reports"/>
- <property name="checkstyle.src.dir" location="${etc.dir}/checkstyle"/>
<!-- Ant Checkstyle -->
+ <property name="checkstyle.src.dir" location="${etc.dir}/checkstyle"/>
<property name="checkstyle.version"
value="6.19"
description="Which version of Checkstyle to use"/>
<property name="checkstyle.reportdir"
- location="${build.dir}/reports/checkstyle"
+ location="${reports.dir}/checkstyle"
description="Where to store Checkstyle reports"/>
<property name="checkstyle.raw"
location="${checkstyle.reportdir}/raw.xml"
@@ -88,7 +91,7 @@
value="3.1.4"
description="Which version of SpotBugs to use"/>
<property name="findbugs.reportdir"
- location="${build.dir}/reports/findbugs"
+ location="${reports.dir}/findbugs"
description="Where to store SpotBugs results"/>
<property name="findbugs.raw"
value="raw.xml"
@@ -105,7 +108,7 @@
value="0.12"
description="Which version of Apache Rat to use"/>
<property name="rat.report.dir"
- value="${build.dir}/reports/rat"
+ value="${reports.dir}/rat"
description="Where to store Apache Rat reports"/>
<property name="rat.report.file"
value="${rat.report.dir}/report.html"
@@ -122,7 +125,7 @@
value="${build.dir}/simian-lib"
description="Where to store Simian resources"/>
<property name="simian.report.dir"
- value="${build.dir}/reports/simian"
+ value="${reports.dir}/simian"
description="Where to store Simian reports"/>
<!-- OWASP Dependency Check -->
@@ -130,7 +133,7 @@
value="3.2.1"
description="Which version of OWASP Dependency Check to use"/>
<property name="owasp.dc.report.dir"
- value="${build.dir}/reports/owasp-dc"
+ value="${reports.dir}/owasp-dc"
description="Where to store the OWASP Dependency Check reports"/>
<!-- Nu Html Checker -->
@@ -138,7 +141,7 @@
value="18.11.5"
description="Which version of Nu Html Checker to use"/>
<property name="htmlcheck.report.dir"
- value="${build.dir}/reports/html-check"
+ value="${reports.dir}/html-check"
description="Directory where to store the HTML-Check report"/>
<property name="htmlcheck.report.file"
value="${htmlcheck.report.dir}/report.txt"