Github user twogee commented on a diff in the pull request:
https://github.com/apache/ant-ivy/pull/67#discussion_r168963965
--- Diff: ivy.xml ---
@@ -61,6 +61,7 @@
<dependency org="org.hamcrest" name="hamcrest-library"
rev="${hamcrest.version}" conf="test"/>
<dependency org="org.apache.ant" name="ant-testutil"
rev="${apache-ant.version}" conf="test" transitive="false"/>
<dependency org="org.apache.ant" name="ant-launcher"
rev="${apache-ant.version}" conf="test" transitive="false"/>
+ <dependency org="org.apache.ant" name="ant-junit"
rev="${apache-ant.version}" conf="test" transitive="false"/>
--- End diff --
If Ant (launcher and core) is fetched as a dependency, then ant-junit must
be retrieved as a dependency, too, in order to run unit tests.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]