Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-user] SWT dependecy

Hi all,

I just started to work with Tycho (https://www.vogella.com/tutorials/EclipseTycho/article.html) and just trying to build some EMF generated plugins from a meta-model (e.g. *.edit and *.editor plugins). The thing is that I am getting a build failure due to:

The type org.eclipse.swt.widgets.Composite cannot be resolved. It is indirectly referenced from required .class files

In the target platform, I included the SWT libraries:

<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
<repository location="http://download.eclipse.org/technology/swtbot/releases/latest/"/>
<unit id="org.eclipse.swtbot.eclipse.feature.group" version="2.8.0.201906121535"/>
<unit id="org.eclipse.swtbot.feature.group" version="2.8.0.201906121535"/>
<unit id="org.eclipse.swtbot.forms.feature.group" version="2.8.0.201906121535"/>
<unit id="org.eclipse.swtbot.ide.feature.group" version="2.8.0.201906121535"/>
<unit id="org.eclipse.swtbot.eclipse.test.junit.feature.group" version="2.8.0.201906121535"/>
</location>

I don't know what I'm missing, Any hints?

Thanks in advance.

Kind regards,
Anthony

Libre de virus. www.avast.com

Back to the top