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

Re: Creating Ant script to check Cyclic Dependency

2013-06-25 Thread Margs E.
/ant.1045680.n5.nabble.com/Creating-Ant-script-to-check-Cyclic-Dependency-tp5714244p5714248.html Sent from the Ant - Dev mailing list archive at Nabble.com. - To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org For additional commands

Re: Creating Ant script to check Cyclic Dependency

2013-06-25 Thread Mathieu Anquetin
; terminate.However there are much complex scenarios of cyclic dependency >> like; >> --A depends on B, B on C, and C on A or--Dependent of A Dependes on >> dependent of B, while B depends on A. >> And I am out of idea since we have so many plug-ins to check, and >

Re: Creating Ant script to check Cyclic Dependency

2013-06-25 Thread Mathieu Anquetin
. Thanks in advance! > > > > > -- > View this message in context: > http://ant.1045680.n5.nabble.com/Creating-Ant-script-to-check-Cyclic-Dependency-tp5714244.html > Sent from the Ant - Dev mailing list archive at Nabble.com.

Creating Ant script to check Cyclic Dependency

2013-06-25 Thread Margs E.
idea since we have so many plug-ins to check, and different feature groupings.I just need some advise. Thanks in advance! -- View this message in context: http://ant.1045680.n5.nabble.com/Creating-Ant-script-to-check-Cyclic-Dependency-tp5714244.html Sent from the Ant - Dev mailing list archive at Nabble.com.