mirror of https://github.com/apache/ant-ivy
For the unit tests, do not depend on the version of Ant running the tests, but depend on the version declared in the ivy.xml
This commit is contained in:
parent
23cf1fb45e
commit
00d3a534b4
10
build.xml
10
build.xml
|
|
@ -90,13 +90,7 @@
|
|||
<path refid="lib.classpath"/>
|
||||
</path>
|
||||
<path id="test.classpath">
|
||||
<!-- The element below is used by Jenkins jobs -->
|
||||
<pathelement location="${coverage.classes.dir}"/>
|
||||
<fileset dir="${lib.dir}">
|
||||
<include name="*.jar"/>
|
||||
<exclude name="ant.jar"/>
|
||||
<exclude name="ant-launcher.jar"/>
|
||||
</fileset>
|
||||
<fileset dir="${lib.dir}" />
|
||||
<pathelement location="${core.classes.build.dir}"/>
|
||||
<pathelement location="${ant.classes.build.dir}"/>
|
||||
<pathelement location="${optional.classes.build.dir}"/>
|
||||
|
|
@ -429,7 +423,7 @@
|
|||
failureproperty="test.failed"
|
||||
showoutput="no"
|
||||
printsummary="yes"
|
||||
includeantruntime="yes"
|
||||
includeantruntime="no"
|
||||
dir="${basedir}"
|
||||
tempdir="${build.dir}"
|
||||
fork="true">
|
||||
|
|
|
|||
Loading…
Reference in New Issue