David Jencks wrote:
I'm hoping someone can shed some light on this: I've defined a classpath
that includes a bunch of jars, and want to define a class from one of those
jars as a task. However, taskdef can't seem to find the class:


<property name="xdoclet.base.task.classpath"
refid="xdoclet.base.task.classpath"/>
<echo message="${xdoclet.base.task.classpath}"/>

<taskdef name="jmxdoclet" classname="xdoclet.modules.jmx.JMXDocletTask"
classpathref="xdoclet.base.task.classpath"/>
You're using xdoclet.base.task.classpath for both the <path> definition and for the property. Change the name of one of your property and that might fix it - looks like a clash with names?

Erik



--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>



Reply via email to