Login
Remember
Register
Ask a Question
Explain How To Use Ant-contrib Tasks?
+1
vote
asked
May 9, 2020
in
DevOps
by
Robindeniel
Explain How To Use Ant-contrib Tasks?
#ant-contrib-task
#ant-task
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
May 9, 2020
by
SakshiSharma
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”/>
...