Re: AW: adding a waitfor to a sequence

2007-10-29 Thread Steve Loughran
[EMAIL PROTECTED] wrote: Not tried TaskAdapter ta = new TaskAdapter(); ta.setProxy( new WaitFor() ); (new Sequential).addTask(ta); that's it. FWIW, I'm doing a functional test task for Ant, based on my experience with the SmartFrog one, but not using any of the existing code. This one will

AW: adding a waitfor to a sequence

2007-10-29 Thread Jan.Materne
Not tried TaskAdapter ta = new TaskAdapter(); ta.setProxy( new WaitFor() ); (new Sequential).addTask(ta); mmmhhh ... for these scenario we should provide a constructor TaskAdapter() TaskAdapter(Object proxy) Jan >-Ursprüngliche Nachricht- >Von: Steve Loughran [mailto:[EMAIL P