| AW: What is the difference between a nested element and a nested type? | AW: What is the difference between a nested element and a nested type? 2005-06-13 - By Jan.Materne@(protected)
>... > <target name="works" depends="compile"> > <taskdef name="task" classname="my.Task" > classpath="classes" loaderref="my.loaderref"/> > <typedef name="type" classname="my.Type" > loaderref="my.loaderref"/> > <typedef name="derived" classname="my.Derived" > loaderref="my.loaderref"/>
Havent followed the thread deeply, but an idea here. Would bundling the stuff into an AntLib help with the ClassLoader?
<my:task> <my:type/> <my:derived/> </my:task>
Jan
--------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@(protected) For additional commands, e-mail: user-help@(protected)
|
|
 |