Parsing multiple ivy.xml file

2011-07-27 Thread Kathirvelu U
Hi, I am Kathirvelu working at July Systems as an engineer. I am going to use Ivy for my new project. The requirement is once we run ant command it will download some zip from our remote repository. Each zip contains a Ivy.xml, need to parse all Ivy.xml to find the dependencies.

Re: svn commit: r1151473 - in /ant/core/trunk: WHATSNEW src/main/org/apache/tools/ant/taskdefs/AugmentReference.java

2011-07-27 Thread Matt Benson
Removing my figurative hat! The bit of time I had spent looking at this didn't bear fruit; can't believe it was this simple. Thanks Stefan! Matt On Wed, Jul 27, 2011 at 9:08 AM, bode...@apache.org wrote: Author: bodewig Date: Wed Jul 27 14:08:00 2011 New Revision: 1151473 URL:

Limit PropertyHelper delegates to a certain scope?

2011-07-27 Thread Jeffrey E Care
I have a situation where I'm retrofitting some old code to use the PropertyHelper delegates that where added in Ant 1.8; in particular I need to limit that scope to which a certain delegate is active. I know how to add a delegate but there doesn't seem to be any way of removing a delegate once

Re: Limit PropertyHelper delegates to a certain scope?

2011-07-27 Thread Matt Benson
Hi, Jeff! Seems like it's been awhile. :) Off the top of my head the only thing that occurs to me are ant/antcall/subant: the tasks that create a new project. :/ Matt On Wed, Jul 27, 2011 at 1:39 PM, Jeffrey E Care ca...@us.ibm.com wrote: I have a situation where I'm retrofitting some

Re: Limit PropertyHelper delegates to a certain scope?

2011-07-27 Thread Jeffrey E Care
Yeah, I've been working on other projects for quite a while but recently I got thrown back into low-level build stuff. I'm still trying to push some Ant patches through IBM's legal approval process so if/when that ever happens you're likely to see some more of me. Anyway, I figured that there

Re: Limit PropertyHelper delegates to a certain scope?

2011-07-27 Thread Matt Benson
Seems like scoped delegates would be handy, perhaps more so than straight-up delegate removal. It might be possible to use the existing notion of property scopes to support this. Matt On Wed, Jul 27, 2011 at 2:25 PM, Jeffrey E Care ca...@us.ibm.com wrote: Yeah, I've been working on other

Re: svn commit: r1151473 - in /ant/core/trunk: WHATSNEW src/main/org/apache/tools/ant/taskdefs/AugmentReference.java

2011-07-27 Thread Stefan Bodewig
On 2011-07-27, Matt Benson wrote: The bit of time I had spent looking at this didn't bear fruit; can't believe it was this simple. It took quite a few System.err.printlns to get there 8-) Stefan - To unsubscribe, e-mail:

Re: Limit PropertyHelper delegates to a certain scope?

2011-07-27 Thread Stefan Bodewig
On 2011-07-27, Matt Benson wrote: Seems like scoped delegates would be handy, perhaps more so than straight-up delegate removal. +1 Stefan - To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org For additional commands,