[Picross-commit] SF.net SVN: picross: [19] trunk/build.xml
Status: Pre-Alpha
Brought to you by:
yvan_norsa
From: <yva...@us...> - 2007-06-07 04:22:38
|
Revision: 19 http://picross.svn.sourceforge.net/picross/?rev=19&view=rev Author: yvan_norsa Date: 2007-06-06 21:22:39 -0700 (Wed, 06 Jun 2007) Log Message: ----------- fixed the findbugs task Modified Paths: -------------- trunk/build.xml Modified: trunk/build.xml =================================================================== --- trunk/build.xml 2007-06-06 19:14:19 UTC (rev 18) +++ trunk/build.xml 2007-06-07 04:22:39 UTC (rev 19) @@ -144,7 +144,8 @@ <target name="findbugs" depends="-check-findbugs,rebuild"> <taskdef name="findbugs" - classname="edu.umd.cs.findbugs.anttask.FindBugsTask" /> + classname="edu.umd.cs.findbugs.anttask.FindBugsTask" + classpath="${env.FINDBUGS_HOME}/lib/findbugs-ant.jar" /> <findbugs home="${env.FINDBUGS_HOME}" reportLevel="low" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |