Re: Eclipse pde with maven

2012-03-29 Thread Jeff MAURY
Nexus OSS does support p2 since version 2.0

Jeff
Le 29 mars 2012 06:28, Barrie Treloar baerr...@gmail.com a écrit :

 On Thu, Mar 29, 2012 at 1:27 PM, Not Zippy notzi...@gmail.com wrote:
  I just wanted to verify that there wasnt a better plugin to do the job
 for
  an eclipse pde, thats why I asked here first.

 Not that I am aware of.

 We still use pde-maven-plugin which has long been abandoned.
 Its just a shell to the Eclipse Ant build framework anyway.

 I'm trying to migrate to tycho but the lack of p2 mirror support in
 Nexus is causing me pain being behind a firewall and annoying since it
 always wants to download the damn index file - which I assume hasn't
 changed since the last time I invoked it.
 Nexus OSS doesn't support p2 - only the commercial product.

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




Re: Eclipse pde with maven

2012-03-29 Thread Barrie Treloar
On Thu, Mar 29, 2012 at 5:28 PM, Jeff MAURY jeffma...@jeffmaury.com wrote:
 Nexus OSS does support p2 since version 2.0

Sweet, I'll be filing the paperwork for an upgrade tomorrow then.

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



Re: Eclipse pde with maven

2012-03-29 Thread Barrie Treloar
On Thu, Mar 29, 2012 at 9:18 PM, Barrie Treloar baerr...@gmail.com wrote:
 On Thu, Mar 29, 2012 at 5:28 PM, Jeff MAURY jeffma...@jeffmaury.com wrote:
 Nexus OSS does support p2 since version 2.0

 Sweet, I'll be filing the paperwork for an upgrade tomorrow then.

Got 2.0.3 installed and it doesn't have Eclipse P2 Repository as a
Proxy provider - only Maven1 and Maven2.
I'll ask over at the Nexus list.

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



Re: Eclipse pde with maven

2012-03-28 Thread Barrie Treloar
On Thu, Mar 29, 2012 at 8:36 AM, Not Zippy notzi...@gmail.com wrote:
 Hi

 I am porting over an existing ant project build from ant to maven. I have
 the core assets compiling with maven without issues. I also was able to get
 plugin built for netbeans with very little difficulty at all. But with
 eclipse it is turning into another beast all together.

 Currently I am trying the org.eclipse.tycho plugin and I got it working so
 that it packages but that's all it does (it does not appear to compile the
 source or include any of the dependent projects). In the eclipse pom I
 define the packaging as eclipse-plugin, do I need to have the source
 files in a separate project  pom ?

 Anyone have an example of using this plugin ? or should I use another ..

 thanks
 Nz

You could try the tycho user list?
Details available https://dev.eclipse.org/mailman/listinfo/tycho-user

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



Re: Eclipse pde with maven

2012-03-28 Thread Not Zippy
I just wanted to verify that there wasnt a better plugin to do the job for
an eclipse pde, thats why I asked here first.

thx

On Wed, Mar 28, 2012 at 3:32 PM, Barrie Treloar baerr...@gmail.com wrote:

 On Thu, Mar 29, 2012 at 8:36 AM, Not Zippy notzi...@gmail.com wrote:
  Hi
 
  I am porting over an existing ant project build from ant to maven. I have
  the core assets compiling with maven without issues. I also was able to
 get
  plugin built for netbeans with very little difficulty at all. But with
  eclipse it is turning into another beast all together.
 
  Currently I am trying the org.eclipse.tycho plugin and I got it working
 so
  that it packages but that's all it does (it does not appear to compile
 the
  source or include any of the dependent projects). In the eclipse pom I
  define the packaging as eclipse-plugin, do I need to have the source
  files in a separate project  pom ?
 
  Anyone have an example of using this plugin ? or should I use another ..
 
  thanks
  Nz

 You could try the tycho user list?
 Details available https://dev.eclipse.org/mailman/listinfo/tycho-user

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




Re: Eclipse pde with maven

2012-03-28 Thread Barrie Treloar
On Thu, Mar 29, 2012 at 1:27 PM, Not Zippy notzi...@gmail.com wrote:
 I just wanted to verify that there wasnt a better plugin to do the job for
 an eclipse pde, thats why I asked here first.

Not that I am aware of.

We still use pde-maven-plugin which has long been abandoned.
Its just a shell to the Eclipse Ant build framework anyway.

I'm trying to migrate to tycho but the lack of p2 mirror support in
Nexus is causing me pain being behind a firewall and annoying since it
always wants to download the damn index file - which I assume hasn't
changed since the last time I invoked it.
Nexus OSS doesn't support p2 - only the commercial product.

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



Re: Eclipse pde with maven

2012-03-28 Thread Not Zippy
On Wed, Mar 28, 2012 at 9:27 PM, Barrie Treloar baerr...@gmail.com wrote:

 On Thu, Mar 29, 2012 at 1:27 PM, Not Zippy notzi...@gmail.com wrote:
  I just wanted to verify that there wasnt a better plugin to do the job for
  an eclipse pde, thats why I asked here first.

 Not that I am aware of.

 We still use pde-maven-plugin which has long been abandoned.
 Its just a shell to the Eclipse Ant build framework anyway.

 I'm trying to migrate to tycho but the lack of p2 mirror support in
 Nexus is causing me pain being behind a firewall and annoying since it
 always wants to download the damn index file - which I assume hasn't
 changed since the last time I invoked it.
 Nexus OSS doesn't support p2 - only the commercial product.


Im thinking a shell to ant would be easier - the first time i ran with
the techo it spent over an hour downloading packages, I kept thinking
I had not properly set the plugin up properly - finally I left it to
run and it finished. But gave me a zip with only the configuration
files and it did not compile the source code. But if I changed the
packaging to jar the source would compile.

Ill talk to the other list and see if I am looking at the right thing.

thx
Nz

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