[Japi-cvs] SF.net SVN: japi:[1409] common/trunk/commonBuild.xml
Status: Beta
Brought to you by:
christianhujer
From: <chr...@us...> - 2010-06-18 21:28:38
|
Revision: 1409 http://japi.svn.sourceforge.net/japi/?rev=1409&view=rev Author: christianhujer Date: 2010-06-18 21:28:32 +0000 (Fri, 18 Jun 2010) Log Message: ----------- Fix issues with findbugs. Modified Paths: -------------- common/trunk/commonBuild.xml Modified: common/trunk/commonBuild.xml =================================================================== --- common/trunk/commonBuild.xml 2010-05-26 08:11:28 UTC (rev 1408) +++ common/trunk/commonBuild.xml 2010-06-18 21:28:32 UTC (rev 1409) @@ -83,6 +83,7 @@ <path id="class.path"> <fileset dir="." includes="lib/*.jar" excludes="lib/LICENSE-*.jar" /> <fileset dir="${commonPath}" includes="lib/*.jar" excludes="lib/LICENSE-*.jar" /> + <fileset dir="${japiUserPath}" includes="antlib.auto/findbugs-1.3.8/lib/findbugs.jar" /> </path> <available property="has3rdparty" file="lib/annotations.jar" /> @@ -546,6 +547,7 @@ <auxclasspath refid="class.path" /> <auxclasspath location="${japiUserPath}/antlib.auto/junit.jar" /> <auxclasspath location="classes/production/${module.shortname}" /> + <auxclasspath location="classes/test/${module.shortname}" /> <ruleset>${commonPath}/pmd_checks.xml</ruleset> <formatter type="text" toConsole="true" /> <fileset dir="src/prj"> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |