summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorGintas Grigelionis <gintas@apache.org>2018-10-25 20:57:42 +0200
committerGintas Grigelionis <gintas@apache.org>2018-10-25 20:57:42 +0200
commitf32cf7cfa542457455366a8caddb62f4d950992f (patch)
tree518a77dbbcde54e68c4f15d0e5da8ce3c30a383a /build.xml
parentf7aa06b03f474ad9dfd9e74f64956c3cfc58df13 (diff)
downloadant-f32cf7cfa542457455366a8caddb62f4d950992f.tar.gz
More hardcoded assumptions about file tree structure
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/build.xml b/build.xml
index 43aea5908..73e662eac 100644
--- a/build.xml
+++ b/build.xml
@@ -84,13 +84,14 @@
<property name="build.junit.xml" location="${build.tests}/xml"/>
<property name="build.junit.tmpdir" location="${build.tests}/tmp"/>
<property name="build.junit.reports" location="${build.tests}/reports"/>
+ <property name="build.pkg.dir" value="${build.dir}/pkg"/>
<property name="antunit.xml" location="${build.dir}/antunit/xml"/>
<property name="antunit.tmpdir" location="${build.dir}/antunit/tmp"/>
<property name="antunit.reports" location="${build.dir}/antunit/reports"/>
<property name="antunit.loglevel" value="none"/>
<!-- the absolute path -->
+ <property name="build.classes.value" location="${build.classes}"/>
<property name="build.tests.value" location="${build.tests}"/>
- <property name="build.pkg.dir" value="${build.dir}/pkg"/>
<!--
===================================================================
@@ -1704,7 +1705,7 @@ ${antunit.reports}
errorproperty="junit.failed"
filtertrace="${junit.filtertrace}">
<sysproperty key="ant.home" value="${ant.home}"/>
- <sysproperty key="build.tests" file="${build.tests}"/>
+ <sysproperty key="build.classes.value" value="${build.classes.value}"/>
<sysproperty key="build.tests.value" value="${build.tests.value}"/>
<sysproperty key="offline" value="${offline}"/>
<sysproperty key="tests-classpath.value"