Adding to what Maarten noted - the nightly builds are available for
testing here
https://builds.apache.org/job/Ivy/lastSuccessfulBuild/artifact/build/
The plan is to release a newer version of Ivy 2.5.0 soon (one other user
has reported a different issue which I want to review first before
decidin
Thanks for the report Patrick,
it seems this issue has already been fixed in git some time ago.
It should be available in an upcoming release or in a recent nightly build.
Maarten
Op donderdag 10 oktober 2019 20:24:50 CEST schreef ENJOLRAS Patrick
:
Hello,
Using Ivy 2.5.0 rc1
Hello,
Using Ivy 2.5.0 rc1 and 2.4.0, I had very often encountered a retrieve issue
with the exception: java.lang.UnsupportedOperationException...
I had debug it, it comes from
org.apache.ivy.util.FileUtil.java
184 existingChild.remove(childDest);
To fix it
Line 174 existingChild = new
jav