Hi there,
I cannot reach the 1.17.0 or other older versions from the composite p2.
From the README:
Update Site
This composite update site is for use in a Eclipse workbench and contains the latest release as well as selected older releases: https://raw.githubusercontent.com/15knots/cmake4eclipse/master/releng/comp-update/.
My old TP fails, however, the new one, with version 2.0.0 works perfectly.
Old TP:
<?xml version="1.0" encoding="UTF-8" standalone="no"?><?pde version="3.8"?><target name="test.target">
<locations>
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="de.marw.cdt.cmake.feature.group" version="1.17.0.201909291254"/>
<repository location="https://raw.githubusercontent.com/15knots/cmake4eclipse/master/releng/comp-update/"/>
</location>
</locations>
</target>
New TP:
<?xml version="1.0" encoding="UTF-8" standalone="no"?><?pde version="3.8"?><target name="test.target">
<locations>
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="de.marw.cdt.cmake.feature.group" version="2.0.0.201912202000"/>
<repository location="https://raw.githubusercontent.com/15knots/cmake4eclipse/master/releng/comp-update/"/>
</location>
</locations>
</target>
With the
1.17.0 version, I am getting
400: Invalid request. Here is a
related thread.
Thank you, and keep up the great work!