You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ivy-user@ant.apache.org by "Scheper, Erik-Berndt" <E....@ib-groep.nl> on 2009/09/15 12:47:20 UTC

Mix/match revision constraints and statuses in ivy dependencies

Hi,

I would like to constrain both the revisions and status of a dependency
in ivy.

Something like:

<dependency org="com.myorg" name="mymodule" rev="[1.10, 1.11["
conf="sources;ide,compile->default" status="milestone" >
		

So that 1.10.1 and 1.10.2 would be selected, with status of at least
"milestone", but not 1.10.3-snapshot-xxx (with status "integration").

This is actually a mix/match of latest.milestone and revision
constraint.
Is there any way in ivy to achieve this?

 

Regards, 
 
 
Erik-Berndt Scheper