I don't know how is writing the docs fr ant. Here are some corrections:

Task Available: 

In the table it says: 

"name: the name of the property to set"

but it must be (as the example correctly shows) 'property' instead of 'name'

Writing your own task:

The example has: 

<taskdef name="mytask" class="com.mydomain.MyVeryOwnTask"/>

but class is deprecated, use instead classname

Fotis

Reply via email to