Re: How to execute an AntCall for each property in a set

2005-11-11 Thread Clifton Craig
uding > generation of tree reports showing dependencies). > http://www.jayasoft.org/ivy > > Ben > > -Original Message- > From: Clifton Craig [mailto:[EMAIL PROTECTED] > Sent: Friday, November 11, 2005 1:26 PM > To: user@ant.apache.org > Subject: Re: How t

RE: How to execute an AntCall for each property in a set

2005-11-11 Thread Burgess, Benjamin
: Friday, November 11, 2005 1:26 PM To: user@ant.apache.org Subject: Re: How to execute an AntCall for each property in a set Matt, Thanx for the reply. However I was looking for a more standard approach avoiding antcontrib. I want my build to be as simple as possible without the need to pile on

Re: How to execute an AntCall for each property in a set

2005-11-11 Thread Clifton Craig
Matt, Thanx for the reply. However I was looking for a more standard approach avoiding antcontrib. I want my build to be as simple as possible without the need to pile on a bunch of additional library code as I took the latter approach before and wound up in a lot of trouble down the line. I gu

Re: How to execute an AntCall for each property in a set

2005-11-11 Thread Matt Benson
Hmm... Ant 1.7 in combination with antcontrib is designed to support this. Assuming you have to use production releases, I would write either: (a) a custom task to convert a property set to a list or (b) a custom type to wrap a PropertySet ps, with public Iterator iterator() { retu

How to execute an AntCall for each property in a set

2005-11-11 Thread Clifton Craig
I need to iterate a propertyset which lists a project's dependencies. It's basically just a list of name/val pairs matching a 3rd party product (or open source jar) with a version. I want to execute an Antcall or something of the like to ask our jar repository for the proper jar file so the buil