Total: 11621, Today: 2, Yesterday: 2 Posted by aterai at 2012-01-25 Last-modified: 2019-08-30 15:42 Summary AntからPMDを実行します。 サンプルターゲット build.xmlに記述するターゲットサンプル <target name="pmd"> <taskdef name="pmd" classname="net.sourceforge.pmd.ant.PMDTask" /> <mkdir dir="${build.reports}" /> <pmd rulesetfiles="ruleset.xml" encoding="${compile.encoding}" cacheLocation="${build.reports}/pmd/pmd.cache"> <sourceLang