On Jan 11, 2008 3:43 PM, kermitt <[EMAIL PROTECTED]> wrote: > > Is there a way to resolve a module for instance A revison 1.2.+ having > status > "release"?
You can ask for latest.release, but not for 1.2+ with status release. The solution is to implement your own version matcher, based on how the existing version matchers for 1.2+ and latest.release are implemented, it should be pretty easy. Xavier > > -- > View this message in context: > http://www.nabble.com/Resolve-a-revision-with-a-particular-status-tp14757364p14757364.html > Sent from the ivy-user mailing list archive at Nabble.com. > > -- Xavier Hanin - Independent Java Consultant http://xhab.blogspot.com/ http://ant.apache.org/ivy/ http://www.xoocode.org/
