[Japi-cvs] SF.net SVN: japi:[1327] common/trunk/commonBuild.xml
Status: Beta
Brought to you by:
christianhujer
From: <chr...@us...> - 2009-05-23 14:42:30
|
Revision: 1327 http://japi.svn.sourceforge.net/japi/?rev=1327&view=rev Author: christianhujer Date: 2009-05-23 14:42:28 +0000 (Sat, 23 May 2009) Log Message: ----------- Add PMD to test target. Modified Paths: -------------- common/trunk/commonBuild.xml Modified: common/trunk/commonBuild.xml =================================================================== --- common/trunk/commonBuild.xml 2009-05-23 14:39:36 UTC (rev 1326) +++ common/trunk/commonBuild.xml 2009-05-23 14:42:28 UTC (rev 1327) @@ -463,7 +463,7 @@ </javadoc> </target> -<target name="test" description="Performs all tests (static and dynamic)" depends="checkstyle, unittest" /> +<target name="test" description="Performs all tests (static and dynamic)" depends="checkstyle, unittest, pmd" /> <target name="getJunit" unless="hasJunit"> <get src="http://downloads.sourceforge.net/junit/junit-4.5.jar" dest="${commonPath}/antlib.auto/junit.jar" usetimestamp="true" /> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |