Re: OSGi friendly LatestRevisionStrategy patch

2008-08-31 Thread Xavier Hanin
On Sun, Aug 31, 2008 at 6:16 PM, Alex Radeski <[EMAIL PROTECTED]> wrote: > Hi, Hi Alex, > > > While working on the Bushel project (http://code.google.com/p/bushel/) > to add OSGi bundle support to Ivy, I stumbled across a limitation in > the LatestRevisionStrategy. The current implementation so

AW: Directions

2008-08-31 Thread Jan.Materne
If you invoke a target the method org.apache.tools.ant.Project.executeTarget() is invoked. You could start reading there. http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/Project.java?view=markup Jan Von: Murat Knecht [mailto:[EMAIL PRO

Directions

2008-08-31 Thread Murat Knecht
Hi all, I would like to dig a bit into particular parts of the ant-code. Especially, I am interested in the part where dependencies between targets and circles are recognized. This ought to be the spot where, for any particular target (to be built), its required targets are established, right

OSGi friendly LatestRevisionStrategy patch

2008-08-31 Thread Alex Radeski
Hi, While working on the Bushel project (http://code.google.com/p/bushel/) to add OSGi bundle support to Ivy, I stumbled across a limitation in the LatestRevisionStrategy. The current implementation sorts OSGi major.minor.micro[.qualifier] in what I think is the wrong order. For example, from the