forked from phoedos/pmd
Fixed classpath issue in pmd target
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/branches/pmd/4.2.x@5981 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
parent
4378fd6bdf
commit
76a293d720
@ -141,9 +141,6 @@
|
|||||||
<target name="pmd" description="Runs PMD" depends="copy, compile">
|
<target name="pmd" description="Runs PMD" depends="copy, compile">
|
||||||
<taskdef name="pmd" classname="net.sourceforge.pmd.ant.PMDTask" classpathref="dependencies.path" />
|
<taskdef name="pmd" classname="net.sourceforge.pmd.ant.PMDTask" classpathref="dependencies.path" />
|
||||||
<pmd rulesetfiles="unusedcode" shortFilenames="true">
|
<pmd rulesetfiles="unusedcode" shortFilenames="true">
|
||||||
<classpath>
|
|
||||||
<path refid="dependencies.path" />
|
|
||||||
</classpath>
|
|
||||||
<formatter type="csv" toFile="rpt.csv" toConsole="true" linkPrefix="http://pmd.sf.net/xref/" />
|
<formatter type="csv" toFile="rpt.csv" toConsole="true" linkPrefix="http://pmd.sf.net/xref/" />
|
||||||
<fileset dir="/usr/local/java/src/java/net/">
|
<fileset dir="/usr/local/java/src/java/net/">
|
||||||
<include name="**/*.java" />
|
<include name="**/*.java" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user