Re: Embedded dynamic ANT tasks.

2003-06-11 Thread Conor MacNeill
On Wed, 11 Jun 2003 09:24 pm, Jose Alberto Fernandez wrote: > Connor, > > Can you expand on why DynamicConfigurator wasn't an option for > your ScriptBaseDef class? Actually I think it could (should) be used. I thought originally that since createElement was called at config time, I would need t

RE: Embedded dynamic ANT tasks.

2003-06-11 Thread Jose Alberto Fernandez
gt; To: Ant Developers List > Subject: Re: Embedded dynamic ANT tasks. > > > On Mon, 9 Jun 2003 08:42 pm, Jose Alberto Fernandez wrote: > > You could do the following, which will require no changes to code: > > > > Funnily enough, this approach is pretty

RE: Embedded dynamic ANT tasks.

2003-06-09 Thread Jose Alberto Fernandez
> From: Conor MacNeill [mailto:[EMAIL PROTECTED] > Sent: 09 June 2003 15:40 > To: Ant Developers List > Subject: Re: Embedded dynamic ANT tasks. > > > On Mon, 9 Jun 2003 08:42 pm, Jose Alberto Fernandez wrote: > > You could do the following, which will require no change

Re: Embedded dynamic ANT tasks.

2003-06-09 Thread Conor MacNeill
On Mon, 9 Jun 2003 08:42 pm, Jose Alberto Fernandez wrote: > You could do the following, which will require no changes to code: > Funnily enough, this approach is pretty close to what I was working on for . It doesn't use DynamicConfigurator, however, as that doesn't really allow for deferred cr

RE: Embedded dynamic ANT tasks.

2003-06-09 Thread Jose Alberto Fernandez
une 2003 16:34 > To: 'Ant Users List' > Cc: '[EMAIL PROTECTED]' > Subject: RE: Embedded dynamic ANT tasks. > > > Hello Dawid, > > I was thinking about something like that. There is > DynamicConfigurator to > support dynamic properties, but

Fwd: Re: Embedded dynamic ANT tasks.

2003-06-06 Thread peter reilly
Hi Dawid, You may consider having a parallel set of code for bsh CVS head as some of the bsh apis have changed since 1.2.x Peter. On Friday 06 June 2003 15:53, Dawid Weiss wrote: > Dear ANT community, > > I thought one day: maybe it would be fun if I could define ANT tasks INSIDE > > the ANT s

Re: Embedded dynamic ANT tasks.

2003-06-06 Thread peter reilly
This is AWESOME This is something I have been looking for in a long time. Using a slighty moded bsh (com.ibm->org.apache), this also works with ant 1.6 nightly. Peter On Friday 06 June 2003 15:53, Dawid Weiss wrote: > Dear ANT community, > > I thought one day: maybe it would be fun if I could d

RE: Embedded dynamic ANT tasks.

2003-06-06 Thread Alexey Solofnenko
Hello Dawid, I was thinking about something like that. There is DynamicConfigurator to support dynamic properties, but there is no way to create dynamic tasks. Maybe we should ask ANT developers to support task factories in addition to class names. It would be a simple patch. For example in Comp