Re: maven-eclipse-plugin: pde support and OSGiManifest writer

2011-09-27 Thread Stephen Coy
We're building bundles with the following build configuration:

bundle




org.apache.felix
org.osgi.core
1.2.0








org.apache.felix
maven-bundle-plugin
true

META-INF

<_nouses>true

com.foobar.platform.rules.deployer.config;singleton:=true
Foobar Deployer Configuration

JavaSE-1.6

!*

com.foobar.platform.rules.deployer.config.*


com.foobar.platform.rules.deployer.config.plugin.DeployerConfigPlugin
lazy

*;scope=compile|runtime;inline=false
true

plugin.xml,src/main/resources

.,{maven-dependencies}

org.eclipse.core.runtime,org.eclipse.ui,com.foobar.core,com.foobar.core.deployer.rc.config,com.axegroup.rcp.plugins.log4j,org.apache.commons.lang

com.foobar.core,com.axegroup.rcp.plugins.log4j






maven-dependency-plugin

false



copy-dependencies

copy-dependencies


provided
${basedir}
false
false
true






maven-clean-plugin



${basedir}

*.jar

false







maven-eclipse-plugin

true
false


org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6

org.eclipse.pde.core.requiredPlugins




run eclipse plugin
prepare-package

clean
eclipse







On 28/09/2011, at 2:14 PM, Barrie Treloar wrote:

> On Wed, Sep 28, 2011 at 11:40 AM, Stephen Coy  wrote:
>> FWIW, we're using pde mode at present.
>> 
>> We have a largish (~ 40 modules) framework that builds both RCP applications 
>> and web applications.
>> 
>> I haven't had a chance to figure out how to integrate Tycho into this 
>> arrangement. On the surface it looks like you're either using p2 
>> dependencies or maven dependencies but not both.
> 
> I don't suppose you have some documentation that describes your setup?
> 
> For the RCP application I was building we used (the now defunct)
> org.codehaus.mojo:pde-maven-plugin.
> 
> -
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
> 


-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Re: maven-eclipse-plugin: pde support and OSGiManifest writer

2011-09-27 Thread Barrie Treloar
On Wed, Sep 28, 2011 at 11:40 AM, Stephen Coy  wrote:
> FWIW, we're using pde mode at present.
>
> We have a largish (~ 40 modules) framework that builds both RCP applications 
> and web applications.
>
> I haven't had a chance to figure out how to integrate Tycho into this 
> arrangement. On the surface it looks like you're either using p2 dependencies 
> or maven dependencies but not both.

I don't suppose you have some documentation that describes your setup?

For the RCP application I was building we used (the now defunct)
org.codehaus.mojo:pde-maven-plugin.

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Re: maven-eclipse-plugin: pde support and OSGiManifest writer

2011-09-27 Thread Stephen Coy
FWIW, we're using pde mode at present.

We have a largish (~ 40 modules) framework that builds both RCP applications 
and web applications.

I haven't had a chance to figure out how to integrate Tycho into this 
arrangement. On the surface it looks like you're either using p2 dependencies 
or maven dependencies but not both.

Thanks,

Steve C


On 23/09/2011, at 4:01 PM, Barrie Treloar wrote:

> Does anyone actually use pde mode in maven-eclipse-plugin?
> 
> The support looks pretty basic and there are other better options like
> tycho and felix for doing this stuff.
> 
> EclipseOSGiManifestWriter has been deprecated in favour of felix and I
> wonder whether its worth keeping the other stuff around.
> 
> I realise that not every use of the plugin is going to be on the user
> list - but it can give a gauge of sentiment.
> 
> Opinions welcome.
> 
> -
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
> 


-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Re: maven-eclipse-plugin: pde support and OSGiManifest writer

2011-09-27 Thread John Casey

+1

Having fewer partial implementations to confuse folks is always better IMO.

On 9/27/11 2:08 AM, Carlos Sanchez wrote:

I guess there wouldn't be any issue removing it adding a warning
pointing to the Felix plugin.
Osgi manifests are better handled there.

On Fri, Sep 23, 2011 at 8:01 AM, Barrie Treloar  wrote:

Does anyone actually use pde mode in maven-eclipse-plugin?

The support looks pretty basic and there are other better options like
tycho and felix for doing this stuff.

EclipseOSGiManifestWriter has been deprecated in favour of felix and I
wonder whether its worth keeping the other stuff around.

I realise that not every use of the plugin is going to be on the user
list - but it can give a gauge of sentiment.

Opinions welcome.

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org




-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



--
John Casey
Developer, PMC Chair - Apache Maven (http://maven.apache.org)
Blog: http://www.johnofalltrades.name/

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Re: maven-eclipse-plugin: pde support and OSGiManifest writer

2011-09-26 Thread Jörg Schaible
Carlos Sanchez wrote:

> I guess there wouldn't be any issue removing it adding a warning
> pointing to the Felix plugin.
> Osgi manifests are better handled there.

+1

- Jörg


-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Re: maven-eclipse-plugin: pde support and OSGiManifest writer

2011-09-26 Thread Carlos Sanchez
I guess there wouldn't be any issue removing it adding a warning
pointing to the Felix plugin.
Osgi manifests are better handled there.

On Fri, Sep 23, 2011 at 8:01 AM, Barrie Treloar  wrote:
> Does anyone actually use pde mode in maven-eclipse-plugin?
>
> The support looks pretty basic and there are other better options like
> tycho and felix for doing this stuff.
>
> EclipseOSGiManifestWriter has been deprecated in favour of felix and I
> wonder whether its worth keeping the other stuff around.
>
> I realise that not every use of the plugin is going to be on the user
> list - but it can give a gauge of sentiment.
>
> Opinions welcome.
>
> -
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
>
>

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



maven-eclipse-plugin: pde support and OSGiManifest writer

2011-09-22 Thread Barrie Treloar
Does anyone actually use pde mode in maven-eclipse-plugin?

The support looks pretty basic and there are other better options like
tycho and felix for doing this stuff.

EclipseOSGiManifestWriter has been deprecated in favour of felix and I
wonder whether its worth keeping the other stuff around.

I realise that not every use of the plugin is going to be on the user
list - but it can give a gauge of sentiment.

Opinions welcome.

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org