Steve Cohen wrote:

However, my knowledge of Ant internals is somewhat limited. How can I tell an ant project in my test code that when it sees an <ftp> tag, it should delegate the performance of this task to myRetryableFTP, instead of to the standard FTP as it would normally do? Is there an example of this sort of thing within the existing Ant test suite? .

project.addTaskDefinition("ftp", MyRetryableFtp.class) ?




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

Reply via email to