1.

Explain How To Use Ant-contrib Tasks?

Answer»
  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”/>

<taskdef resource=”net/sf/antcontrib/antcontrib.properties”/>



Discussion

No Comment Found