Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[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