classname was wrong in taskdef
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@168 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
@ -47,7 +47,7 @@
|
||||
<source>
|
||||
<![CDATA[
|
||||
<target name="pmd">
|
||||
<taskdef name="pmd" classname="com.infoether.pmd.ant.PMDTask" />
|
||||
<taskdef name="pmd" classname="net.sourceforge.pmd.ant.PMDTask" />
|
||||
<pmd reportFile="C:\foo.xml" verbose="false" rulesettype="general" format="xml">
|
||||
<fileset dir="C:\j2sdk1.4.0\src\">
|
||||
<include name="**/*.java"/>
|
||||
|
Reference in New Issue
Block a user