eclipse / Xpect

This repository has been rewritten to move to the Eclipse Foundation. Find the old history here: https://github.com/TypeFox/Xpect
http://www.xpect-tests.org/
Eclipse Public License 2.0
30 stars 28 forks source link

Dependency jrunner can no longer be resolved #263

Closed wegendt-bosch closed 5 years ago

wegendt-bosch commented 5 years ago

I can no longer resolve my target platform with this:

<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.xpect.sdk.feature.group" version="0.2.0.201706301756"/>
<repository location="http://www.xpect-tests.org/updatesite/nightly/"/>
</location>

(https://github.com/eclipse/mita/blob/master/bundles/org.eclipse.mita.target/oxygen.target)

The error message is: Missing requirement: Xpect SDK Feature ... requires 'org.eclipse.jdt.jrunners 0.0.0' but it could not be found

Is this an issue with Xpect, my setup or the eclipse infrastructure?

cdietrich commented 5 years ago

this seems to be specific to your infrastructure. maybe github pages had an outage ....

wegendt-bosch commented 5 years ago

Ok, thanks for the feedback!