Explain how to use ant-contrib tasks.
1. Copy the ant-contrib.jar to the directory ant*/lib. Copy ant-contrib.jar to your ant*/lib directory.
2. Append the following code snippet to avail all the ant-contrib tasks.
<taskdef resource=”net/sf/antcontrib/antcontrib.properties”/>
Explain how to use ant-contrib tasks.
Copy ant-contrib.jar to your ant*/lib directory
And add this line into your ant script.
<taskdef resource="net/sf/antcontrib/antcontrib.properties" />< /P>