Re: Extending org.apache.tools.ant.types.Path in Ant 1.7

2007-07-24 Thread Paul J. Morris
cked a change into Ant's subversion trunk. > Any chance you could test this version and see if your > Path subclass starts working again? > > Thanks, > Matt > > --- Matt Benson <[EMAIL PROTECTED]> wrote: > >> >> --- "Paul J. Morris" >

Extending org.apache.tools.ant.types.Path in Ant 1.7

2007-07-23 Thread Paul J. Morris
Hi, I've a custom Path type that worked under ANT 1.6.5, but not under 1.7. The method "public String[] list()" is not being called. There is however a get iterator type method from the ResourceCollection contract. Is this supposed to be over-ridden in 1.7? However it is marked as final (pub