Re: Dynamic Configurator

2003-03-24 Thread Stefan Bodewig
On Mon, 24 Mar 2003, Brett Wooldridge <[EMAIL PROTECTED]> wrote: >I've encountered it on both 1.5.1 and 1.5.2. OK, this is bad. I'll try to investigate it later this week. Stefan

RE: Dynamic Configurator

2003-03-24 Thread Brett Wooldridge
Stefan, I've encountered it on both 1.5.1 and 1.5.2. While I have the head locally, my company is currently running 1.5.1. -brett -Original Message- From: Stefan Bodewig [mailto:[EMAIL PROTECTED] Sent: Monday, March 24, 2003 4:57 AM To: [EMAIL PROTECTED] Subject: Re: Dy

Re: Dynamic Configurator

2003-03-24 Thread Stefan Bodewig
On Sun, 23 Mar 2003, Brett Wooldridge <[EMAIL PROTECTED]> wrote: >Sorry for being slow getting back to you, No problem at all. >I was recovering from an illness. Hope you are better now. >Here are to two stack dumps I promised. Thanks. It looks as if is not working the way it is

RE: Dynamic Configurator

2003-03-24 Thread Brett Wooldridge
! (sending this from a freakin Exchange web-client, hope it doesnt screw up!) Brett Wooldridge IronGrid, Inc. -Original Message- From: Stefan Bodewig [mailto:[EMAIL PROTECTED] Sent: Fri 3/21/2003 1:27 AM To: [EMAIL PROTECTED] Cc: Subject:Re: Dynamic Configurator On

Re: Dynamic Configurator

2003-03-21 Thread Stefan Bodewig
On Thu, 20 Mar 2003, Brett Wooldridge <[EMAIL PROTECTED]> wrote: > When I run ant, I see that createDynamicElement() gets > called twice for the element, and further that > setDynamicAttribute() gets called twice for someattr. This certainly sounds like a bug. We don't call the attribute setter

RE: Dynamic Configurator

2003-03-20 Thread Brett Wooldridge
it".equals(name)) { return new JUnitTask(); } } Which if called twice, of course, results in two JUnitTask objects being created. -brett -Original Message- From: Erik Hatcher [mailto:[EMAIL PROTECTED] Sent: Thursday, March 20, 2003 12:52 PM To: Ant Developers List

Re: Dynamic Configurator

2003-03-20 Thread peter reilly
Ant Dev with java gives an example. I used DynamicConfigurator to implement custom conditions in bugzilla bug no : 17199 I did not have the problems you describe. Peter On Thursday 20 March 2003 18:45, Brett Wooldridge wrote: > Hello list, >I'm trying to use DynamicConfigurator and am having

Re: Dynamic Configurator

2003-03-20 Thread Erik Hatcher
On Thursday, March 20, 2003, at 01:45 PM, Brett Wooldridge wrote: Further, mywrapper is being used inside of a parallel task (it may not matter, but I'm trying to provide all data). Wow, quite a complex scenario you have there - using real Ant tasks as nested elements *and* w

Dynamic Configurator

2003-03-20 Thread Brett Wooldridge
[profuse apologies for sending that last one in HTML] Hello list, I'm trying to use DynamicConfigurator and am having some difficulty. I have a class that implements DynamicConfigurator and is used to wrap around other tasks, like: Further, mywrapper is being used insi

Dynamic Configurator

2003-03-20 Thread Brett Wooldridge
Hello list, I'm trying to use DynamicConfigurator and am having some difficulty. I have a class that implements DynamicConfigurator and is used to wrap around other tasks, like: Further, mywrapper is being used inside of a parallel task (it may not matter, but I'm tryin