|
Re: [jdepend] Re: JDepend and Eclipse/WSAD
On Dec 6, 2004, at 11:32 AM, cmedcoff2 wrote:
> Ok I've determined that WSAD's built in support for Ant is for
> 1.5.3. This older version of ant apparently supported/assumed an
> older version of JDepend which did not support the newer classespath
> subelement. That's fine. The IDE doco says that I can use a newer
> version of Ant/JDepend but I don't know what needs to be included in
> the classespath. Does anyone know? Alternatively I could use the
> older version. It would be nice to still be able to use this from
> the IDE but I cannot find where to get an older distribution/version
> of JDepend (2.4 I believe is what is needed). It seems that only the
> latest distrubtion is
> available?
The <classespath> element points to a directory of class files. For
example:
<classespath>
<pathelement location="classes" />
</classespath>
Does that help?
Mike
|