Author: markt
Date: Thu Jul 27 11:56:40 2017
New Revision: 1803167
URL: http://svn.apache.org/viewvc?rev=1803167&view=rev
Log:
Expand FindBugs on the command line to include the test code
Modified:
tomcat/tc8.5.x/trunk/build.xml
Modified: tomcat/tc8.5.x/trunk/build.xml
URL:
http://svn.apache.org/viewvc/tomcat/tc8.5.x/trunk/build.xml?rev=1803167&r1=1803166&r2=1803167&view=diff
==============================================================================
--- tomcat/tc8.5.x/trunk/build.xml (original)
+++ tomcat/tc8.5.x/trunk/build.xml Thu Jul 27 11:56:40 2017
@@ -1590,6 +1590,7 @@
excludeFilter="res/findbugs/filter-false-positives.xml" >
<sourcePath path="${basedir}/java" />
<class location="${tomcat.classes}" />
+ <class location="${test.classes}" />
<auxClasspath>
<fileset file="${jdt.jar}" />
<fileset file="${ant.core.lib}" />
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]