[question] Cannot reach 1.17 or other older versions from the composite p2

11 views
Skip to first unread message

akos....@typefox.io

unread,
Jan 20, 2020, 5:17:11 AM1/20/20
to cmake4eclipse user mailing list
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/.

Can someone please shed some light on the "as well as selected older releases" part? Would it be better to use jar:https://dl.bintray.com/15knots/p2-zip/cmake4eclipse-major.minor.patch.zip!/ URL?

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!
Reply all
Reply to author
Forward
0 new messages