AW: Re: AW: Error: Failed to create task or type schemavalidate

2008-01-22 Thread Jan.Materne
> > 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

Re: AW: Error: Failed to create task or type schemavalidate

2008-01-22 Thread Andreas Hartmann
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

AW: Error: Failed to create task or type schemavalidate

2008-01-21 Thread Jan.Materne
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