On 2/8/07, THARP, JOSHUA L, TCORP <[EMAIL PROTECTED]> wrote:
Does anyone know if the same methods for adding junit.jar to the
classpath are true for JDepend using ANT 1.7?
No, it is not yet implemented.
Peter
I've tried adding a
jdepend-2.9.jar classpath entry to invocation of the jdepend task, but
get the standard, "failed to create task or type jdepend," message.
Here's my task. I did double-check to make sure that the properties are
being expanded to their valid directories.
<jdepend format="xml"
outputfile="${jdp.obj.dir}/jdepend-report.xml">
<classespath>
<pathelement location="${java.class.dir}" />
</classespath>
<classpath>
<pathelement location="${jdp.dir}/${jdp.jar}" />
</classpath>
</jdepend>
Thanks,
Josh
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]