Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » Fwd: Create workbench using feature-based product configuration
Fwd: Create workbench using feature-based product configuration [message #553586] Wed, 18 August 2010 06:24 Go to next message
Eclipse UserFriend
Originally posted by: none.public.net

Hi

I cross-post here since I got no answer in newcomers gorupo.

Thanks

-------- Original Message --------
Subject: Create workbench using feature-based product configuration
Date: Mon, 16 Aug 2010 16:31:27 +0200
From: Massimiliano Zattera <none@public.net>
Organisation: EclipseCorner
Newsgroups: eclipse.newcomer

Hi

I'd like to define a feature-based product configuration so that, by
exporting corresponding product, I will have an "empty" workbench (that
is a bare-bone but working workbench) with all required plugins.

I can obtain something similar by creating a new PLUG-IN-based product
configuration and choosing:

Use an existing product: org.eclipse.platform ide

in the wizard. If I export such product, I will find myself with a
working workbench.

Still, I haven't figured out how to do it with features, if possible.
If I try this with features I get the following error message, which
meand I'm not exporting the required plugins I guess.

!ENTRY org.eclipse.equinox.launcher 4 0 2010-08-16 10:33:16.041
!MESSAGE Exception launching the Eclipse Platform:
!STACK
java.lang.RuntimeException: Could not find framework
at org.eclipse.equinox.launcher.Main.getBootPath(Main.java:880)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:498)
at org.eclipse.equinox.launcher.Main.run(Main.java:1311)


Thanks a lot.
Maxi
Re: Fwd: Create workbench using feature-based product configuration [message #553729 is a reply to message #553586] Wed, 18 August 2010 15:03 Go to previous messageGo to next message
Andrew Niefer is currently offline Andrew NieferFriend
Messages: 990
Registered: July 2009
Senior Member
It should work with just including the feature "org.eclipse.platform"

-Andrew

Massimiliano Zattera wrote:

> Hi
>
> I cross-post here since I got no answer in newcomers gorupo.
>
> Thanks
>
> -------- Original Message --------
> Subject: Create workbench using feature-based product configuration
> Date: Mon, 16 Aug 2010 16:31:27 +0200
> From: Massimiliano Zattera <none@public.net>
> Organisation: EclipseCorner
> Newsgroups: eclipse.newcomer
>
> Hi
>
> I'd like to define a feature-based product configuration so that, by
> exporting corresponding product, I will have an "empty" workbench (that
> is a bare-bone but working workbench) with all required plugins.
>
> I can obtain something similar by creating a new PLUG-IN-based product
> configuration and choosing:
>
> Use an existing product: org.eclipse.platform ide
>
> in the wizard. If I export such product, I will find myself with a
> working workbench.
>
> Still, I haven't figured out how to do it with features, if possible.
> If I try this with features I get the following error message, which
> meand I'm not exporting the required plugins I guess.
>
> !ENTRY org.eclipse.equinox.launcher 4 0 2010-08-16 10:33:16.041
> !MESSAGE Exception launching the Eclipse Platform:
> !STACK
> java.lang.RuntimeException: Could not find framework
> at org.eclipse.equinox.launcher.Main.getBootPath(Main.java:880)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:498)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1311)
>
>
> Thanks a lot.
> Maxi
Re: Fwd: Create workbench using feature-based product configuration [message #553752 is a reply to message #553729] Wed, 18 August 2010 17:03 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: none.public.net

On 18.08.2010 17:03, Andrew Niefer wrote:
> It should work with just including the feature "org.eclipse.platform"
>
> -Andrew

Yes, this works, thanks!

maxi
Re: Fwd: Create workbench using feature-based product configuration [message #553933 is a reply to message #553729] Thu, 19 August 2010 12:50 Go to previous message
Eclipse UserFriend
Originally posted by: none.public.net

Also, is there a list of features to include to have all of EMF
available within the product?

Thanks.

On 18.08.2010 17:03, Andrew Niefer wrote:

> It should work with just including the feature "org.eclipse.platform"
>
> -Andrew
>
> Massimiliano Zattera wrote:
> >>
>> -------- Original Message --------
>> Subject: Create workbench using feature-based product configuration
>> Date: Mon, 16 Aug 2010 16:31:27 +0200
>> From: Massimiliano Zattera<none@public.net>
>> Organisation: EclipseCorner
>> Newsgroups: eclipse.newcomer
>>
>> Hi
>>
>> I'd like to define a feature-based product configuration so that, by
>> exporting corresponding product, I will have an "empty" workbench (that
>> is a bare-bone but working workbench) with all required plugins.
Re: Fwd: Create workbench using feature-based product configuration [message #606479 is a reply to message #553586] Wed, 18 August 2010 15:03 Go to previous message
Andrew Niefer is currently offline Andrew NieferFriend
Messages: 990
Registered: July 2009
Senior Member
It should work with just including the feature "org.eclipse.platform"

-Andrew

Massimiliano Zattera wrote:

> Hi
>
> I cross-post here since I got no answer in newcomers gorupo.
>
> Thanks
>
> -------- Original Message --------
> Subject: Create workbench using feature-based product configuration
> Date: Mon, 16 Aug 2010 16:31:27 +0200
> From: Massimiliano Zattera <none@public.net>
> Organisation: EclipseCorner
> Newsgroups: eclipse.newcomer
>
> Hi
>
> I'd like to define a feature-based product configuration so that, by
> exporting corresponding product, I will have an "empty" workbench (that
> is a bare-bone but working workbench) with all required plugins.
>
> I can obtain something similar by creating a new PLUG-IN-based product
> configuration and choosing:
>
> Use an existing product: org.eclipse.platform ide
>
> in the wizard. If I export such product, I will find myself with a
> working workbench.
>
> Still, I haven't figured out how to do it with features, if possible.
> If I try this with features I get the following error message, which
> meand I'm not exporting the required plugins I guess.
>
> !ENTRY org.eclipse.equinox.launcher 4 0 2010-08-16 10:33:16.041
> !MESSAGE Exception launching the Eclipse Platform:
> !STACK
> java.lang.RuntimeException: Could not find framework
> at org.eclipse.equinox.launcher.Main.getBootPath(Main.java:880)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:498)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1311)
>
>
> Thanks a lot.
> Maxi
Re: Fwd: Create workbench using feature-based product configuration [message #606480 is a reply to message #553729] Wed, 18 August 2010 17:03 Go to previous message
Eclipse UserFriend
Originally posted by: none.public.net

On 18.08.2010 17:03, Andrew Niefer wrote:
> It should work with just including the feature "org.eclipse.platform"
>
> -Andrew

Yes, this works, thanks!

maxi
Re: Fwd: Create workbench using feature-based product configuration [message #606484 is a reply to message #553729] Thu, 19 August 2010 12:50 Go to previous message
Eclipse UserFriend
Originally posted by: none.public.net

Also, is there a list of features to include to have all of EMF
available within the product?

Thanks.

On 18.08.2010 17:03, Andrew Niefer wrote:

> It should work with just including the feature "org.eclipse.platform"
>
> -Andrew
>
> Massimiliano Zattera wrote:
> >>
>> -------- Original Message --------
>> Subject: Create workbench using feature-based product configuration
>> Date: Mon, 16 Aug 2010 16:31:27 +0200
>> From: Massimiliano Zattera<none@public.net>
>> Organisation: EclipseCorner
>> Newsgroups: eclipse.newcomer
>>
>> Hi
>>
>> I'd like to define a feature-based product configuration so that, by
>> exporting corresponding product, I will have an "empty" workbench (that
>> is a bare-bone but working workbench) with all required plugins.
Previous Topic:Fwd: Create workbench using feature-based product configuration
Next Topic:CNF that is not based on resourceContent
Goto Forum:
  


Current Time: Thu Apr 25 00:15:25 GMT 2024

Powered by FUDForum. Page generated in 0.03075 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top