Posted By:
Erik_Hatcher
Posted On:
Saturday, October 6, 2001 04:57 AM
The best documentation on creating a custom task is to have a look at Ant's source code, specifically at a task similar to the one you are developing. Here is a link to Ant's documentation on creating a custom task:
http://jakarta.apache.org/ant/manual/develop.html.
Feel free to ask more specific questions regarding custom task development here, or direct it to the ant-user e-mail list.