This problem is resolved with the last version of JDepend 2.9

Franck

Franck DARRAS wrote:

Hello,

This is my Jdepend Task and in my output file, i find some reference to this exclude package.

Could you help me to resolve this problem ?
Ant : 1.6.2
JDepend 2.7

<target name="jdepend" depends="prepare, validate-jdepend-task">
<jdepend format="xml" outputfile="${docs.dir}/jdepend/jdepend-report.xml">
<classespath>
<pathelement location="${basedir}/../FirstProject/classes" />
<pathelement location="${basedir}/../SecondProject/classes" />
</classespath>
<exclude name="java.*" />
<exclude name="javax.*" />
<exclude name="com.jcoverage.*" />
</jdepend>
<style basedir="${docs.dir}/jdepend" destdir="${docs.dir}/jdepend"
includes="jdepend-report.xml"
style="${basedir}/docs/templates/jdepend.xsl" />
</target>


Thks for your Help

Franck


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



Reply via email to