+1 vote
in DevOps by
Explain How To Use Ant-contrib Tasks?

1 Answer

0 votes
by
Copy the ant-contrib.jar to the directory ant*/lib. Copy ant-contrib.jar to your ant*/lib directory.

Append the following code snippet to avail all the ant-contrib tasks.

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

Related questions

+1 vote
asked May 9, 2020 in DevOps by Robindeniel
+1 vote
asked May 9, 2020 in DevOps by Robindeniel
...