Description
Adds a task definition to the current project, such that this new task can be
used in the current project.
This task is a form of Typedef with the
attributes "adapter" and "adaptto" set to the values
"org.apache.tools.ant.TaskAdapter" and "org.apache.tools.ant.Task"
respectively.
Examples
<taskdef name="myjavadoc" classname="com.mydomain.JavadocTask"/>
makes a task called myjavadoc available to Ant. The class com.mydomain.JavadocTask
implements the task.
Source: Apache Ant
Related Tips
|
Page 1 of 0 ( 0 comments )
You can share your information about this topic using the form below!
Please do not post your questions with this form! Thanks.