[
https://issues.apache.org/jira/browse/NUTCH-949?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Julien Nioche closed NUTCH-949.
-------------------------------
Resolution: Fixed
Fix Version/s: 2.0
1.3
Found that 2.0 had exactly the same problem when calling test-plugins
Fixed in revision 1051977 by adding the following to ivy.xml
{noformat}
<!--global exclusion-->
<exclude module="ant" />
{noformat}
> Conflicting ANT jars in classpath
> ----------------------------------
>
> Key: NUTCH-949
> URL: https://issues.apache.org/jira/browse/NUTCH-949
> Project: Nutch
> Issue Type: Bug
> Components: build
> Affects Versions: 1.3, 2.0
> Reporter: Julien Nioche
> Assignee: Julien Nioche
> Fix For: 1.3, 2.0
>
>
> When the locally installed version of ANT > 1.7.1 the test-plugins task
> crashes because of a conflict between the versions of the ANT jars that can
> be found in the classpath.
> This is due to Avro being referenced in the ivy.xml file despite the fact
> that it is not needed in 1.3
> Will commit the change shortly; will also check whether this is an issue for
> 2.0
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.