Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Won't Fix
-
None
-
None
-
None
Description
Checked out the trunk of mapreduce - tried to build contrib/index
$ cd contrib/index
$ ant clean compile test
Failed with the error -
mapreduce/src/contrib/build-contrib.xml:311: Overriding a previous definition of ivy:settings with the id 'index.ivy.settings' is not allowed when using override='notallowed' , (when in fact the override has been specified to be 'false' ).
Bumping the ivy.version to 2.1.0 seems to be fix the issue. Marking this as critical since it is not possible to build in the first place.