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-25 Thread Mathieu Anquetin
ency management and is pluggable into Ant/Ivy build system. Hope that helps, Mathieu Le 25 juin 2013 10:16, "Mathieu Anquetin" a écrit : > Hi, > > The problem you describe seems to be a perfect fit for Apache Ivy ( > http://ant.apache.org/ivy/). > Since you are in an OS

Re: Creating Ant script to check Cyclic Dependency

2013-06-25 Thread Mathieu Anquetin
Hi, The problem you describe seems to be a perfect fit for Apache Ivy ( http://ant.apache.org/ivy/). Since you are in an OSGi context (as far as I understand), you might be particularly interested in checking this part of the documentation : http://ant.apache.org/ivy/history/latest-milestone/osgi.

Re: Ivy "exclude"s

2009-08-19 Thread Mathieu Anquetin
sure that EMF can handle a little complexity and that will be a little more challenging after all... I will let you know if I come up with something interesting and if you think it can help IvyDE development. Mathieu 2009/8/19 Xavier Hanin > On Wed, Aug 19, 2009 at 11:05, Mathieu Anquetin >

Re: Ivy "exclude"s

2009-08-19 Thread Mathieu Anquetin
I just remarked that the same occurs for the configurations of conflict managers. The problem is though a little different because the "conflicts" section is now deprecated. But my questions are the same for this new problem. 2009/8/19 Mathieu Anquetin > Hello, > > I am c

Ivy "exclude"s

2009-08-19 Thread Mathieu Anquetin
I post an issue and provide a patch for the XML parsing ? Thank you in advance for your answers, Mathieu Anquetin