After updating our target platform file of the Eclipse 4diac IDE to the new Eclipse 2019-06 release I get the following error message when running the Eclipse tycho build:
[ERROR] Cannot resolve project dependencies:
[ERROR] You requested to install 'org.eclipse.equinox.p2.iu; org.eclipse.ecf.filetransfer.httpclient4.feature.group 0.0.0' but it could not be found
I'm used to getting different errors when updating the target platform. However this time I'm completly stuck. Any tips and help would be warmly welcome. Please find below also the target platform I'm working with.
Thanks in advance,
Alois
<target name="4diac-ide Target" sequenceNumber="20">
<locations>
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.emf.sdk.feature.group" version="2.18.0.v20190528-0845"/>
<unit id="org.eclipse.gef.sdk.feature.group" version="3.11.0.201606061308"/>
<unit id="org.eclipse.xtext.sdk.feature.group" version="2.18.0.v20190528-0716"/>
<unit id="org.eclipse.epp.logging.aeri.feature.feature.group" version="2.0.7.v20180504-0806"/>
<unit id="org.eclipse.equinox.executable.feature.group" version="0.0.0"/>
<repository location="http://download.eclipse.org/releases/2019-06"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.jdt.feature.group" version="3.18.0.v20190605-1800"/>
<unit id="org.eclipse.pde.feature.group" version="3.14.0.v20190605-1800"/>
<unit id="org.eclipse.platform.sdk" version="4.12.0.I20190605-1800"/>
<repository location="http://download.eclipse.org/eclipse/updates/4.12"/>
</location>
</locations>
</target>