Re: maven pde rcp to build

2008-05-14 Thread Barrie Treloar
Where did you get with this? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: maven pde rcp to build

2008-05-02 Thread thenew05
Carlos, Can you open the sample code area? On Wed, Apr 30, 2008 at 9:15 AM, [EMAIL PROTECTED] wrote: I need a userid and passcode to get access to the code. On Tue, Apr 29, 2008 at 6:59 PM, Carlos Sanchez [EMAIL PROTECTED] wrote: the link to the code is in the slides On Fri, Apr 25,

Re: maven pde rcp to build

2008-04-30 Thread thenew05
I need a userid and passcode to get access to the code. On Tue, Apr 29, 2008 at 6:59 PM, Carlos Sanchez [EMAIL PROTECTED] wrote: the link to the code is in the slides On Fri, Apr 25, 2008 at 7:47 AM, [EMAIL PROTECTED] wrote: There was no sample code with the slides, so I was a little lost.

Re: maven pde rcp to build

2008-04-29 Thread thenew05
I created the project in Eclipse and it runs! I went thru every step, I have not been about to get any of the projects to work with maven2. On Mon, Apr 28, 2008 at 6:57 PM, Barrie Treloar [EMAIL PROTECTED] wrote: On Tue, Apr 29, 2008 at 6:22 AM, [EMAIL PROTECTED] wrote: So not I moved the

Re: maven pde rcp to build

2008-04-29 Thread thenew05
The differences are that I am using 3.3.2 and there is no RCP standalone package for 3.3.2. On Tue, Apr 29, 2008 at 8:05 AM, [EMAIL PROTECTED] wrote: I created the project in Eclipse and it runs! I went thru every step, I have not been about to get any of the projects to work with maven2.

Re: maven pde rcp to build

2008-04-29 Thread Barrie Treloar
On Tue, Apr 29, 2008 at 10:38 PM, [EMAIL PROTECTED] wrote: The differences are that I am using 3.3.2 and there is no RCP standalone package for 3.3.2. Sorry, I'm starting to run out of ideas. Are you able to get the project build via ant? the pde plugin just calls the ant build files, so if

Re: maven pde rcp to build

2008-04-29 Thread thenew05
I will try to get it to build from the ant script! Thanks! Have you upgrade your build to use Eclipse 3.3.2? Did you have a issue with space in path names? Thanks! On Tue, Apr 29, 2008 at 4:02 PM, Barrie Treloar [EMAIL PROTECTED] wrote: On Tue, Apr 29, 2008 at 10:38 PM, [EMAIL PROTECTED]

Re: maven pde rcp to build

2008-04-29 Thread Barrie Treloar
On Wed, Apr 30, 2008 at 7:17 AM, [EMAIL PROTECTED] wrote: I will try to get it to build from the ant script! Thanks! Have you upgrade your build to use Eclipse 3.3.2? No, we are still 3.2.2 We are too close to production to upgrade at this stage and it is a non-trivial exercise. Did you

Re: maven pde rcp to build

2008-04-29 Thread Carlos Sanchez
the link to the code is in the slides On Fri, Apr 25, 2008 at 7:47 AM, [EMAIL PROTECTED] wrote: There was no sample code with the slides, so I was a little lost. Most of the stuff has in the slide seems ok, but I could not make heads or tails without the src code. On Thu, Apr 24, 2008 at

Re: maven pde rcp to build

2008-04-28 Thread thenew05
Thanks for replying Barrie. I thought this posting would go dead! I know you are using 3.2 with the startup.jar. But the 3.3.X does not have a startup.jar! Do you know the name of the eclipse 3.3 starting jar? Is there are eclipse RCP standalone for 3.3? Thanks! On Sun, Apr 27, 2008 at 7:10

Re: maven pde rcp to build

2008-04-28 Thread SKrepkovich
://www.nabble.com/maven-pde-rcp-to-build-tp16815246s177p16940416.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: maven pde rcp to build

2008-04-28 Thread thenew05
2008 [INFO] Final Memory: 3M/8M [INFO] Thanks -- View this message in context: http://www.nabble.com/maven-pde-rcp-to-build-tp16815246s177p16940416.html Sent from the Maven - Users mailing list archive

Re: maven pde rcp to build

2008-04-28 Thread SKrepkovich
] Total time: 2 seconds [INFO] Finished at: Mon Apr 21 12:12:30 CDT 2008 [INFO] Final Memory: 3M/8M [INFO] Thanks -- View this message in context: http://www.nabble.com/maven-pde-rcp-to-build

Re: maven pde rcp to build

2008-04-28 Thread thenew05
[INFO] Final Memory: 3M/8M [INFO] Thanks -- View this message in context: http://www.nabble.com/maven-pde-rcp-to-build-tp16815246s177p16940416.html Sent from the Maven - Users mailing list archive

Re: maven pde rcp to build

2008-04-28 Thread SKrepkovich
] Finished at: Mon Apr 21 12:12:30 CDT 2008 [INFO] Final Memory: 3M/8M [INFO] Thanks -- View this message in context: http://www.nabble.com/maven-pde-rcp-to-build-tp16815246s177p16940416.html Sent from

Re: maven pde rcp to build

2008-04-28 Thread thenew05
] -- View this message in context: http://www.nabble.com/maven-pde-rcp-to-build-tp16815246s177p16940709.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: maven pde rcp to build

2008-04-28 Thread thenew05
://www.nabble.com/maven-pde-rcp-to-build-tp16815246s177p16940416.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: maven pde rcp to build

2008-04-28 Thread Barrie Treloar
On Tue, Apr 29, 2008 at 6:22 AM, [EMAIL PROTECTED] wrote: So not I moved the project to the C: directory, and I get this error, but I can not find where this is being called from. It seems like it is failing on the second run of the generateFeature target. I can not find where this is

Re: maven pde rcp to build

2008-04-27 Thread Barrie Treloar
On Sat, Apr 26, 2008 at 11:11 AM, Barrie Treloar [EMAIL PROTECTED] wrote: On Tue, Apr 22, 2008 at 2:44 AM, [EMAIL PROTECTED] wrote: I have been looking for a while for this solution. Has anyone been able to run this tutorial to complete?

Re: maven pde rcp to build

2008-04-25 Thread thenew05
There was no sample code with the slides, so I was a little lost. Most of the stuff has in the slide seems ok, but I could not make heads or tails without the src code. On Thu, Apr 24, 2008 at 6:04 AM, Vincent Siveton [EMAIL PROTECTED] wrote: Hi, Have a look on Carlos's blog

Re: maven pde rcp to build

2008-04-25 Thread Barrie Treloar
On Tue, Apr 22, 2008 at 2:44 AM, [EMAIL PROTECTED] wrote: I have been looking for a while for this solution. Has anyone been able to run this tutorial to complete? http://mojo.codehaus.org/pde-maven-plugin/examples/simple_product.html I have looked through many emails just to get the

Re: maven pde rcp to build

2008-04-24 Thread Vincent Siveton
Hi, Have a look on Carlos's blog http://www.jroller.com/carlossg/entry/slides_from_eclipsecon Cheers, Vincent 2008/4/21 [EMAIL PROTECTED]: I have been looking for a while for this solution. Has anyone been able to run this tutorial to complete?

Re: maven pde rcp to build

2008-04-23 Thread Steinar Bang
[EMAIL PROTECTED]: eclipseInstallC:\Program Files\JavaWorkEnv\eclipse/eclipseInstall Is the line break here actual, or an artifact of your email program? If it is actual, it could be the problem. - To unsubscribe,

Re: maven pde rcp to build

2008-04-23 Thread thenew05
That break is from the email format. Have you been through this tutorial? Thanks! On Wed, Apr 23, 2008 at 5:17 AM, Steinar Bang [EMAIL PROTECTED] wrote: [EMAIL PROTECTED]: eclipseInstallC:\Program Files\JavaWorkEnv\eclipse/eclipseInstall Is the line break here actual, or an

maven pde rcp to build

2008-04-21 Thread thenew05
I have been looking for a while for this solution. Has anyone been able to run this tutorial to complete? http://mojo.codehaus.org/pde-maven-plugin/examples/simple_product.html I have looked through many emails just to get the project to build in maven with Eclipse 3.3.2 as target. Now I am at