Re: maven-core tests fail when invoked via ant.

2011-06-20 Thread Kasun Gajasinghe
On Mon, Jun 20, 2011 at 11:41 AM, Kristian Rosenvold < kristian.rosenv...@gmail.com> wrote: > I somehow think that if I was to do this integration I'd consider reversing > the order; build maven3 from scratch > and then use maven3 to build the older versions. > > Kristian, Thanks for the suggestio

Re: maven-core tests fail when invoked via ant.

2011-06-19 Thread Kristian Rosenvold
I somehow think that if I was to do this integration I'd consider reversing the order; build maven3 from scratch and then use maven3 to build the older versions. Kristian Den 20.06.2011 07:52, skrev Kasun Gajasinghe: Hi Brett, On Mon, Jun 20, 2011 at 5:41 AM, Brett Porter wrote: The pr

Re: maven-core tests fail when invoked via ant.

2011-06-19 Thread Kasun Gajasinghe
Hi Brett, On Mon, Jun 20, 2011 at 5:41 AM, Brett Porter wrote: > > The problem you're seeing is probably related to an incorrect definition of > a META-INF/plexus/components.xml file related to that SecDispatcher > component. You're probably pulling in a file you didn't intend to. Hopefully > y

Re: maven-core tests fail when invoked via ant.

2011-06-19 Thread Brett Porter
Is there a reason you can't use the build.xml we've already provided for those that need to bootstrap? Hopefully that would simplify things for you. The problem you're seeing is probably related to an incorrect definition of a META-INF/plexus/components.xml file related to that SecDispatcher com

maven-core tests fail when invoked via ant.

2011-06-18 Thread Kasun Gajasinghe
Hi, We are in the process of integrating Maven in to Gentoo. Currently, we are trying to bootstrap maven. Our strategy is to integrate each and every sub-project of Maven-2.2.1 [1] separately. So, we first transformed these to an ant projects by generating the build.xml via `mvn ant:ant`. I know th