Re: Felix build fails using Maven 2.0.5

2007-03-11 Thread Andrew Williams
I think surefire has a similar problem, maven is incorrectly detecting a circular dep I believe. Can you set the plugin to al already released version until the new one is deployed, then update the build to use the latest version? Andy On 10 Mar 2007, at 23:49, Tim Moloney wrote: Yes,

Re: Felix build fails using Maven 2.0.5

2007-03-11 Thread Tim Moloney
There isn't a released version of Felix or the maven-bundle-plugin yet. However, I was able to get Felix to build by doing the following. Start clean. cd ${HOME} rm -r .m2 rm -rf felix-trunk svn checkout http://svn.apache.org/repos/asf/incubator/felix/trunk felix-trunk Build

Re: Felix build fails using Maven 2.0.5

2007-03-10 Thread Andrew Williams
Am I right in guessing that your parent pom refers to the felix maven- bundle-plugin? Andy On 8 Mar 2007, at 06:30, Tim Moloney wrote: Any of the following commands fail with the error message below using Maven 2.0.5 and an empty local repository. Maven 2.0.4 works fine. ant ant install

Re: Felix build fails using Maven 2.0.5

2007-03-10 Thread Tim Moloney
Yes, the parent pom (the one executed by the ant wrapper) is a multi-module pom and one of the modules to build is maven-bundle-plugin. This is why I'm confused with the error message. maven-bundle-plugin doesn't exist since it hasn't been built yet by this execution of maven. Tim Andrew

Re: Felix build fails using Maven 2.0.5

2007-03-10 Thread Andrew Williams
Sorry, what I meant is that I assume it is using the plugin which is still to be built... Is that not the case? Andy On 10 Mar 2007, at 11:34, Tim Moloney wrote: Yes, the parent pom (the one executed by the ant wrapper) is a multi-module pom and one of the modules to build is maven-bundle-

Re: Felix build fails using Maven 2.0.5

2007-03-10 Thread Tim Moloney
Yes, maven-bundle-plugin is used later in the build. maven-bundle-plugin is the third bundle to be built in the multi-module build and the first module to use it is javax.servlet which is the fourth module in the build. Tim Andrew Williams wrote: Sorry, what I meant is that I assume it is

Felix build fails using Maven 2.0.5

2007-03-07 Thread Tim Moloney
Any of the following commands fail with the error message below using Maven 2.0.5 and an empty local repository. Maven 2.0.4 works fine. ant ant install mvn -Dpackaging=bundle clean install mvn -Dpackaging=bundle install [INFO] Scanning for projects... [INFO] Reactor build order: [INFO]