Skip to main content

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

Hi,
I think you can use a version tag in 
<iu>
<id>org.eclipse.xtext.sdk.feature.group</id>
<version>[2.5.3,2.6)</version>
</iu>

Also latestVersionOnly should be set to false I guess.

Regards,
Dennis.

Am 06.06.2014 um 14:55 schrieb Michael Vorburger <mike@xxxxxxxxxxxx>:

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
_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user

Dennis Hübner

Xtext Commiter / Build Engineer


Mobile: +49 (0) 151 / 17 39 67 07
Telefon: +49 (0) 431 / 990 268 70
Fax: +49 (0) 431 / 990 268 72

itemis AG
Niederlassung Kiel
Am Germaniahafen 1
24143 Kiel
http://www.itemis.de/

Rechtlicher Hinweis:

Amtsgericht Dortmund, HRB 20621

Vorstand: Jens Wagener (Vors.), Wolfgang Neuhaus, Dr. Georg Pietrek, Jens Trompeter, Sebastian Neus

Aufsichtsrat: Dr. Burkhard Igel (Vors.), Stephan Grollmann, Michael Neuhaus

Attachment: signature.asc
Description: Message signed with OpenPGP using GPGMail


Back to the top