Look like it should just work (to me) http://ant.apache.org/ivy/history/latest-milestone/settings/latest-strategies.html
<http://ant.apache.org/ivy/history/latest-milestone/settings/latest-strategies.html> On Mon, Nov 1, 2010 at 7:07 AM, Max Reider <ansuse...@hotmail.com> wrote: > > I want to have a latest strategy that sorts versions as follows from latest > to earliest: > 1. 2.0 > 2. 2.0-DEV > 3. 2.0-DEV-20101031101932 (later timestamp) > 4. 2.0-DEV-20100920120000 (earlier timestamp) > > Will this work out of the box, or will I need to define a custom latest > strategy to make this work, or will I need to tweak the built-in > latest-revision in some way? And if someone can point me to some passage in > the documentation that would have obviated my question had I been aware of > it, that would be great.