Re: Using Ant API to retrieve task/target information

2004-06-01 Thread Bnsbr
Hi, I'm mailing only to say that Cristophe isn't alone. I have the same need here, obtain the target "if" and unless conditions, but I do not have a way to do this. I think that adding getters to Target is a great solution. How can we suggest this modification to the API, to get it in the next rel

Re: Using Ant API to retrieve task/target information

2004-06-01 Thread Stefan Bodewig
On Tue, 1 Jun 2004, Christophe Labouisse <[EMAIL PROTECTED]> wrote: > So I'm wondering if using the Ant API as I do to peek into a project > is something which is ok albeit the API is currently lacking a few > things or the API should not be used the way I do? Your approach is fine, I'd say. I'm

RE: Using Ant API to retrieve task/target information

2004-06-01 Thread Christophe Labouisse
Jose Alberto Fernandez said: > Notice that you really cannot rely on the tasks allowing you to peek > at the information inside them. Remember that in principle ANT is a > component > framework and that more and more we spect ANT components to be provided > by third parties. So you cannot count on

RE: Using Ant API to retrieve task/target information

2004-06-01 Thread Jose Alberto Fernandez
rto > Do you need more? > > > Jan > > > > -Original Message- > > From: Christophe Labouisse [mailto:[EMAIL PROTECTED] > > Sent: Tuesday, June 01, 2004 10:59 AM > > To: [EMAIL PROTECTED] > > Subject: Using Ant API to retrieve task/target

RE: Using Ant API to retrieve task/target information

2004-06-01 Thread Jan . Materne
? Jan > -Original Message- > From: Christophe Labouisse [mailto:[EMAIL PROTECTED] > Sent: Tuesday, June 01, 2004 10:59 AM > To: [EMAIL PROTECTED] > Subject: Using Ant API to retrieve task/target information > > > Hi, > > I'm the writer of the Grand to

Using Ant API to retrieve task/target information

2004-06-01 Thread Christophe Labouisse
Hi, I'm the writer of the Grand tool (http://www.ggtools.net/grand) and since I came upon some issues with the Ant API I'd like to have some more or less "official" advice about the way I use it. I started Grand shortly after Ant 1.6.0 was released since the visualization tools I used where all b