[Mocklib-checkins] mocklib3/bldfiles build.xml,1.13,1.14
Brought to you by:
bittwidler,
fastdragon
From: Nobody <fas...@us...> - 2009-05-17 03:20:50
|
Update of /cvsroot/mocklib/mocklib3/bldfiles In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv5751/bldfiles Modified Files: build.xml Log Message: try to fix the autobuild. Index: build.xml =================================================================== RCS file: /cvsroot/mocklib/mocklib3/bldfiles/build.xml,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** build.xml 5 Dec 2007 04:55:25 -0000 1.13 --- build.xml 17 May 2009 03:20:37 -0000 1.14 *************** *** 690,694 **** <pathconvert dirsep="/" pathsep=" " property="temp.somepath1" refid="pmd.lib" setonempty="true" /> <echo message="pmd.lib=${temp.somepath1}" /> ! <pmd failuresPropertyName="pmd.numfailures" classpathref="pmd.lib" rulesetfiles="${full.config.path}/bldfiles/configPmd.xml"> <formatter type="text" toConsole="true"/> <formatter type="html" toFile="${reports}/pmd_report.html"/> --- 690,694 ---- <pathconvert dirsep="/" pathsep=" " property="temp.somepath1" refid="pmd.lib" setonempty="true" /> <echo message="pmd.lib=${temp.somepath1}" /> ! <pmd failuresPropertyName="pmd.numfailures" classpathref="pmd.lib" rulesetfiles="bldfiles/configPmd.xml"> <formatter type="text" toConsole="true"/> <formatter type="html" toFile="${reports}/pmd_report.html"/> |