鹿撹聞喘cobertura才tomcat - 園殻秘壇利
作者 佚名技术
来源 NET编程
浏览
发布时间 2012-06-16
t;target name="junitreport" description="generate reports of junit"> <junitreport todir="${reports.junit.xml.dir}"> <fileset dir="${reports.junit.xml.dir}"> <include name="TEST-*.xml" /> </fileset> <report format="frames" todir="${reports.junit.html.dir}" /> </junitreport> </target> <target name="jcscreport"> <jcsc rules="${jcscrules.path}" destdir="${reports.jcsc.dir}"> <fileset dir="${src.dir}" includes="**/*.java"/> </jcsc> </target> <target name="checkstylereport" > <property name="checkstylereport.path" value="${reports.checkstyle.dir}/checkstyle_report.xml" /> <checkstyle config="${checksytlerule.path}" failureProperty="checkstyle.failure" failOnViolation="false"> <formatter type="xml" tofile="${checkstylereport.path}"/> <fileset dir="src" includes="**/*.java"/> </checkstyle> </target> <target name="pmd"> <pmd shortFilenames="true"> <ruleset>rulesets/favorites.xml</ruleset> <ruleset>basic</ruleset> <formatter type="xml" toFile="${reports.pmd.xml.dir}/pmd.xml" /> <fileset dir="${src.dir}"> <include name="**/*.java"/> </fileset> </pmd> </target> <target name="instrument"> <delete file="cobertura.ser"/> <delete dir="${instrumented.dir}" /> <mkdir dir="${instrumented.dir}" /> <cobertura-instrument todir="${instrumented.dir}"> <ignore regex="org.apache.log4j.*" /> <fileset dir="${classes.dir}"> <include name="**/*.class" /> <exclude name="**/*Test.class" /> <exclude name="**/AllTests.class" /> </fileset> </cobertura-instrument> <copy todir="${instrumented.dir}"> <fileset dir="${classes.dir}"> <exclude name="**/*.class"/> </fileset> </copy> </target> <target name="coverage-check"> <cobertura-check branchrate="34" totallinerate="100" /> </target> <target name="coverage-report"> |
凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站:http://www.lingzhong.cn 为了给广大客户了解更多的技术信息,本技术文章收集来源于网络,凌众科技尊重文章作者的版权,如果有涉及你的版权有必要删除你的文章,请和我们联系。以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢! |
你可能对下面的文章感兴趣
关于鹿撹聞喘cobertura才tomcat - 園殻秘壇利的所有评论