Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Issue when trying to include fragments to tests

Hi,

I finally find the way to do it (thanks to my dear colleague Mickaël)

I have the wrong installable-unit, i was using the feature id, so the solution for me:

<dependencies>
<dependency>
              <type>p2-installable-unit</type>
              <artifactId>org.eclipse.platform.feature.group</artifactId>
           </dependency>
</dependencies>

Hope that it can help someone else

Regards,



--

Aurelien Pupier
R&D Engineer, BOS Studio Developer
QA Project Manager

BonitaSoft - Open your processes
email : aurelien.pupier@xxxxxxxxxxxxxx

This message and any attachment (the "message") is intended solely for the addressees and is confidential. If you receive this message by mistake, please delete it and notify the sender immediately. Any use not in accordance with its purpose, any out-spread or disclosure, either as a whole or partially, is prohibited except with formal approval. Internet cannot guarantee the integrity of this message, therefore BonitaSoft will not be liable for the message if modified.


Back to the top