Re: Mave-Felix-Plugin compilation errors

2008-04-17 Thread Richard S. Hall
Carsten Ziegeler wrote: If its just a proof of concept and if there is no progress/work on it, shouldn't we drop this completely? Or, if we want to keep the code, move it into the sandbox? It probably should be in the sandbox someplace. -> richard

Re: Mave-Felix-Plugin compilation errors

2008-04-17 Thread Richard S. Hall
Stuart McCulloch wrote: On 17/04/2008, Richard S. Hall <[EMAIL PROTECTED]> wrote: I am not sure why maven-felix-plugin has been added to the build anyway, it used to be excluded. FYI, it was added because it is needed by the following examples sub-project: felix/examples/dictionar

Re: Mave-Felix-Plugin compilation errors

2008-04-16 Thread Carsten Ziegeler
Stuart McCulloch wrote: On 17/04/2008, Richard S. Hall <[EMAIL PROTECTED]> wrote: I am not sure why maven-felix-plugin has been added to the build anyway, it used to be excluded. FYI, it was added because it is needed by the following examples sub-project: felix/examples/dictionaryservice

Re: Mave-Felix-Plugin compilation errors

2008-04-16 Thread Stuart McCulloch
On 17/04/2008, Richard S. Hall <[EMAIL PROTECTED]> wrote: > > I am not sure why maven-felix-plugin has been added to the build anyway, > it used to be excluded. FYI, it was added because it is needed by the following examples sub-project: felix/examples/dictionaryservice.itest/pom.xml if you

Re: Mave-Felix-Plugin compilation errors

2008-04-16 Thread walter rudametkin
Hi everybody, If you first compile with -Dpackaging=bundle clean install and then run the ant script it compiles ok. After changing the maven-felix-plugin pom with clement suggestion i get the same error. Walter On Wed, Apr 16, 2008 at 8:14 PM, Clement Escoffier < [EMAIL PROTECTED]> wrote: >

Re: Mave-Felix-Plugin compilation errors

2008-04-16 Thread Richard S. Hall
I am not sure why maven-felix-plugin has been added to the build anyway, it used to be excluded. As far as I understand, there is no progress on this, it was just a proof of concept, so it probably shouldn't be in the build. -> richard Clement Escoffier wrote: Hi, I have an error when

Mave-Felix-Plugin compilation errors

2008-04-16 Thread Clement Escoffier
Hi, I have an error when trying to build the Felix trunk from scratch (empty maven repository). It seems that the maven-felix-plugin does not target a consistent version of the parent artifact: felix org.apache.felix 1.1.0-SNAPSHOT ../../../pom/pom.xml I change i