Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [pde-build-dev] Building Eclipse Plugins

Title: Message
Hi Wendell,
 
Do you have some news for me ;-)
 
Regards
-----Original Message-----
From: pde-build-dev-bounces@xxxxxxxxxxx [mailto:pde-build-dev-bounces@xxxxxxxxxxx] On Behalf Of Wendell Beckwith
Sent: Tuesday, September 05, 2006 8:58 PM
To: Eclipse PDE Build developers list.
Subject: Re: [pde-build-dev] Building Eclipse Plugins

Not yet, sorry.  As I learned the api for maven, I ended up putting too much in a single mojo, ModelMojo.  I am still in the process of factoring that work out into separate mojos.  I have completed factoring out the UpdateSiteMojo and I will now work on the PluginMojo and FeatureMojo.  I opened this issue, http://jira.codehaus.org/browse/MNG-2546, where I needed to plug in into the maven model before the reactor took over for multi-project builds.  That patch appears that it will be accepted on the maven 2.1 trunk (yay!), but it means you will need to build with trunk to get all the dynamic aspects of the maven-pde-plugin to work.  You can always use static refs in your pom to dependencies, but that will be something you have to keep in sync with the eclipse files.

I'm in the office and working on this now, hope to be finish RSN.

Wb


On 9/5/06, Sharma, Jaikumar < jaikumar.sharma@xxxxxxxxx> wrote:
Hi Wendell,
 
Can I try it now ? Please send me the instrcutions how to use it and what features it provides to build a eclipse plugin project.
 
BR, Jaikumar
-----Original Message-----
From: pde-build-dev-bounces@xxxxxxxxxxx [mailto: pde-build-dev-bounces@xxxxxxxxxxx] On Behalf Of Sharma, Jaikumar
Sent: Monday, September 04, 2006 12:10 PM
To: Eclipse PDE Build developers list.
Subject: RE: [pde-build-dev] Building Eclipse Plugins

Ok. Fine . I would only start after getting a go-ahead form you.
Thanks again.
 
Regards, Jaikumar
-----Original Message-----
From: pde-build-dev-bounces@xxxxxxxxxxx [mailto: pde-build-dev-bounces@xxxxxxxxxxx] On Behalf Of Wendell Beckwith
Sent: Monday, September 04, 2006 11:43 AM
To: Eclipse PDE Build developers list.
Subject: Re: [pde-build-dev] Building Eclipse Plugins

You should wait until tomorrow as I'm trying to get the 1st cut of update site building working and I will perform a refactoring to clean up the structure and a lot of the debug code being dumped to the console.

Wb

On 9/3/06, Sharma, Jaikumar <jaikumar.sharma@xxxxxxxxx> wrote:
Hi Wenbell,
Thanks, Yes, I am using Maven 2 for Java builds.
 
I would try it out and let you know the results.
 
Regards, Jaikumar
 
-----Original Message-----
From: pde-build-dev-bounces@xxxxxxxxxxx [mailto: pde-build-dev-bounces@xxxxxxxxxxx] On Behalf Of Wendell Beckwith
Sent: Friday, September 01, 2006 6:47 PM
To: Eclipse PDE Build developers list.
Subject: Re: [pde-build-dev] Building Eclipse Plugins

Jaikumar,

Are you just building plugins and features with maven and are you using maven 2?  If so then I have a plugin for you.  I wanted to release the next version of the maven-pde-plugin, but I have been delayed with all my time spent on an internal release.  Go here, http://www.binyan.org/repos/pde and checkout the 2 projects.  One is the maven-pde-plugin I've been working on and the other is an example plugin project configured to use the pde plugin.  The pde project has a readme to help get you going.

Notes, about the plugin:

1.) It does not support directory plugins, neither putting them into the repo nor compiling against them.
2.) There is no support for building sites yet as I need to do some research, help from the community is welcomed.
3.) Documentation is severely lacking and it does excessive logging to the console.  As I said I have been busy and just updated the readme this morning when I saw your email.

Wb

On 9/1/06, Sharma, Jaikumar <jaikumar.sharma@xxxxxxxxx > wrote:
Hi,
 
I have several eclipse plugin projects, which I want to build. I have read the documentation under :
 
Since this talks about building SDKs etc. Its a bit confusing. I am using Maven, while maven currently does not have plugin implemented for this purpose, in this case I have to write an Ant build file and call this from Maven (initial thoughts), this is to be in a headless way.
 
Could somebody have some thought on this ? Where can I get Ant tasks to refer to eclipse workspace ?
 
Thanks for pointers!
 
Regards.
 
 
 

- - - - - - - DISCLAIMER- - - - - - - -

Unless indicated otherwise, the information contained in this message is privileged and confidential, and is intended only for the use of the addressee(s) named above and others who have been specifically authorized to receive it. If you are not the intended recipient, you are hereby notified that any dissemination, distribution or copying of this message and/or attachments is strictly prohibited. The company accepts no liability for any damage caused by any virus transmitted by this email. Furthermore, the company does not warrant a proper and complete transmission of this information, nor does it accept liability for any delays. If you have received this message in error, please contact the sender and delete the message. Thank you.


_______________________________________________
pde-build-dev mailing list
pde-build-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/pde-build-dev



- - - - - - - DISCLAIMER- - - - - - - -

Unless indicated otherwise, the information contained in this message is privileged and confidential, and is intended only for the use of the addressee(s) named above and others who have been specifically authorized to receive it. If you are not the intended recipient, you are hereby notified that any dissemination, distribution or copying of this message and/or attachments is strictly prohibited. The company accepts no liability for any damage caused by any virus transmitted by this email. Furthermore, the company does not warrant a proper and complete transmission of this information, nor does it accept liability for any delays. If you have received this message in error, please contact the sender and delete the message. Thank you.


_______________________________________________
pde-build-dev mailing list
pde-build-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/pde-build-dev




_______________________________________________
pde-build-dev mailing list
pde-build-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/pde-build-dev



- - - - - - - DISCLAIMER- - - - - - - -

Unless indicated otherwise, the information contained in this message is privileged and confidential, and is intended only for the use of the addressee(s) named above and others who have been specifically authorized to receive it. If you are not the intended recipient, you are hereby notified that any dissemination, distribution or copying of this message and/or attachments is strictly prohibited. The company accepts no liability for any damage caused by any virus transmitted by this email. Furthermore, the company does not warrant a proper and complete transmission of this information, nor does it accept liability for any delays. If you have received this message in error, please contact the sender and delete the message. Thank you.


Back to the top