Re: Creating Ant script to check Cyclic Dependency

2013-06-26 Thread Mathieu Anquetin
I don't want to start this old debate in this list, but I won't recommend Maven. I've used it and I will always prefer Ant/Ivy over Maven. Maven seems attractive at first and the convention-over-configuration approach is quite interesting, but I find Maven efficient only in simple cases where you d

Re: Creating Ant script to check Cyclic Dependency

2013-06-26 Thread James Belton
I highly recommend maven over Ivy. The documentation is much better, and most third party components are available from the Maven Central repository. There are ant tasks available to allow you to use Maven from ant. On 6/25/13 11:35 PM, "Margs E." wrote: >Hi Mattheui, > >Yes, I just checked my i