Explain how to use ANT-contrib tasks

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>
Explain how to make ANT user interactive
Explain how to make ANT user interactive - The org.apache.tools.ant.input.InputHandler interface is used to implement the user input.....
J2ME: What is J2ME?
J2ME – Java 2 Platform Micro Edition. It is targeted at small, standalone or connectable consumer and embedded devices..
J2ME CDC: What is CDC?
J2ME CDC - Connected Device Configuration (CDC) is a set of tools for developing applications that run on a range of network-connected..
Post your comment