[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 be cleaner, as I can edit WaitFor and the like to simplify the code.


--
Steve Loughran                  http://www.1060.org/blogxter/publish/5
Author: Ant in Action           http://antbook.org/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to