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.optional.SchemaValidate
If you know dependencies you could directly look into ant-<dependencyname>.jar
http://ant.apache.org/manual/install.html#librarydependencies
Here it is in the ant-nodeps.jar.
this works, thanks for the info!
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
<schemavalidate>.
Yes, I call the task from a Java application.
-- Andreas
--
Andreas Hartmann, CTO
BeCompany GmbH
http://www.becompany.ch
Tel.: +41 (0) 43 818 57 01
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]