Community
Participate
Working Groups
Running the clover build on the Kernel fails with missing dependencies. This needs to be fixed by updating all the ivy files. It seems there are some dependencies missing but the normal build doesn't notice for some reason as the dependencies are already in the ivy-cache just not referenced from the ivy file. Steps to reproduce: 1. Run 'ant clean clean-integration clean-ivy clover' from the kernel-build dir Occurs always.
So far I found out that AbortableSignal (kernel.core) and digraph dependencies are missing.
The clover target was designed, or perhaps evolved, to work in conjunction with the jar target. So the correct way to run a clean clover build is: ant clean clean-integration clean-ivy jar clover