Re: task available task

2004-01-22 Thread Matt Benson
--- Steve Loughran <[EMAIL PROTECTED]> wrote: > I'll do a condition then :) can find a task by name if it has a reference IIRC... without having looked at the code, you might look there for positive or negative inspiration... -Matt __ Do you Yahoo!? Yahoo! SiteB

Re: task available task

2004-01-22 Thread Steve Loughran
Antoine Lévy-Lambert wrote: Jose Alberto Fernandez wrote: Shouldn't this be a Condition and not Task? This would allow using it as part of more complex conditions . It also means it should just return a boolean value and not set any properties that is for the task to do. Jose Alberto Maybe it

Re: task available task

2004-01-22 Thread Antoine Lévy-Lambert
Jose Alberto Fernandez wrote: Shouldn't this be a Condition and not Task? This would allow using it as part of more complex conditions . It also means it should just return a boolean value and not set any properties that is for the task to do. Jose Alberto Maybe it can be developed as both a

RE: task available task

2004-01-22 Thread Jose Alberto Fernandez
ilto:[EMAIL PROTECTED] > Sent: 22 January 2004 10:36 > To: Ant Developers List > Subject: Re: task available task > > > Some quick answers without writing code; > > Steve Loughran wrote: > > > > > just thought...who else thinks it would be handy to have

Re: task available task

2004-01-22 Thread Peter Reilly
Some quick answers without writing code; Steve Loughran wrote: just thought...who else thinks it would be handy to have a task that probed for a task being defined at that point in the build. e.g. To date we can do the thing with the classname, but that requires knowing the full classname, an i