Hello,
I am trying to define both a custom task and a custom type in a maven plugin.jelly file.
I have tried many different combinations of {type/task}def but have not been able to get around the ClassCastException problem.
first try;
<ant:typedef resource="types.properties" classpathref="custom.classpath"/>
<ant:taskdef resource="tasks.properties" classpathref="custom.classpath"/>
second try
<ant:typedef resource="types.properties" classpathref="custom.classpath"
loaderRef="foo"/>
<ant:taskdef resource="tasks.properties" classpathref="custom.classpath"
loaderRef="foo"/>
I also tried defining each task and type separately but same result.
Any pointers would be greatly appreciated.
TTFN,
-bd-
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
