Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Install additional feature in eclipse RCP

Hello Tobias,

 

Thanks for the reply.

Yes I’m looking for this feature.

 

I tested a workaround mentioned in this bug and it works for me J

In my <product-name>.p2.inf I added these lines

requires.1.namespace = org.eclipse.equinox.p2.iu

requires.1.name = e:org.eclipse.help.feature.feature.group

requires.1.version = 1.0.0.201211220827

                                                 

Best Regards,

Maherzia

From: tycho-user-bounces@xxxxxxxxxxx [mailto:tycho-user-bounces@xxxxxxxxxxx] On Behalf Of Oberlies, Tobias
Sent: lundi 11 novembre 2013 11:39
To: Tycho user list
Subject: Re: [tycho-user] Install additional feature in eclipse RCP

 

Are you looking for this feature: https://bugs.eclipse.org/bugs/show_bug.cgi?id=361722 ? Unfortunately, this has not yet been implemented, and there are only quite bumpy workarounds. Maybe you can get one of them to work.

 

And a general advice: Don’t use p2.inf constructs that you don’t fully understand. The “installFeature” touchpoint is nowhere near to what you are trying to achieve…

 

Regards

Tobias

 

From: tycho-user-bounces@xxxxxxxxxxx [mailto:tycho-user-bounces@xxxxxxxxxxx] On Behalf Of Maherzia BELAAZI
Sent: Freitag, 8. November 2013 16:45
To: tycho-user@xxxxxxxxxxx
Subject: [tycho-user] Install additional feature in eclipse RCP

 

Hello,

 

I’m trying to install additional feature in eclipse RCP with tycho build system.

 

I added a product.p2.inf

instructions.configure=installFeature(feature:org.eclipse.help.feature.group,featureId:default,version:default);

 

Unfortunately the build fails:

 

An error occurred while configuring the installed items

session context was:(profile="" phase=org.eclipse.equinox.internal.p2.engine.phases.Configure, operand=null --> [R]sample.product 1.0.0.201211220827, action="">

Installable unit contains no artifacts: [R]sample.product 1.0.0.201211220827.

 

Any help is welcome

Thanks in advance,

Maherzia

 


Back to the top