We stopped our ant build script at 20000 cycles. We don't know the cause. Unfortunately we cannot provide the projects and are not able to reproduce it with a simple demo project.
The way the cycle analysis works even small projects can have a large number of cycles. You can set an upper limit for the number of cycles in dep.xml:
<project name="sample" maxPackageCycles="5000">
The cycle analysis will stop once 5000 cycles have been detected.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=878788
Originator: NO
The way the cycle analysis works even small projects can have a large number of cycles. You can set an upper limit for the number of cycles in dep.xml:
<project name="sample" maxPackageCycles="5000">
The cycle analysis will stop once 5000 cycles have been detected.
Logged In: YES
user_id=254508
Originator: YES
Thank you, I missed this.
Dependometer is now enabled again.