<taskdef resource="org/apache/commons/attributes/anttasks.properties"/> <attribute-validator jarFile="myclasses.jar"> <classpath> ... </classpath> <validator class="my.Validator"/> <validator class="my.other.Validator"/> </attribute-validator> The task will run the validator(s) with the classes the given jar file.
| |
| |