> > But you only need that information if you want to access the class
from your java code.
> > For just using in the buildfile no extra work is needed, just use
.
>
> Yes, I call the task from a Java application.
When I use tasks from java code I usually instantiate a private project
and delega
Hi Jan,
[EMAIL PROTECTED] schrieb:
There is a mapping file mapping the taskname to its classname:
ANT_HOME\lib\ant.jar ! org\apache\tools\ant\taskdefs\defaults.properties
With the resulting class you have to search in the jars
schemavalidate=org.apache.tools.ant.taskdefs.optiona
There is a mapping file mapping the taskname to its classname:
ANT_HOME\lib\ant.jar ! org\apache\tools\ant\taskdefs\defaults.properties
With the resulting class you have to search in the jars
schemavalidate=org.apache.tools.ant.taskdefs.optional.SchemaValidate
If you know dependen