Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-user] How to mirror only specific (non latest) version

Hi, we are having trouble understanding the exact 'IU' syntax that needs to be used to mirror only a specific version using the tycho-p2-extras-plugin.. 

I've seen the example on https://wiki.eclipse.org/Tycho/Additional_Tools, but if I wanted to locally mirror a specific version from say http://download.eclipse.org/modeling/tmf/xtext/updates/composite/releases/, say Xtext 2.5.3, which is not the latest, we tried:

<ius>
<iu>
  <id>org.eclipse.xtext.sdk.feature.group</id>
</iu>
<iu>
  <query>
  <_expression_>version == $0</_expression_>
  <parameters>2.5.3</parameters>
   </query>
</iu>

but that doesn't seem quite right (Error during mirroring: Could not find IU [query _expression_='version == $0, parameters=[2.5.3]] in any of the source repositories).

Thanks!

_______________________
Michael Vorburger
http://www.vorburger.ch

Back to the top