Author: jhm
Date: Thu Oct 9 00:09:56 2008
New Revision: 703078
URL: http://svn.apache.org/viewvc?rev=703078&view=rev
Log:
Add a new CI-Configuration which runs Findbugs regularly.
Modified:
ant/core/trunk/docs/nightlies.html
ant/core/trunk/xdocs/nightlies.xml
Modified: ant/core/trunk/docs/nightlies.html
URL:
http://svn.apache.org/viewvc/ant/core/trunk/docs/nightlies.html?rev=703078&r1=703077&r2=703078&view=diff
==============================================================================
--- ant/core/trunk/docs/nightlies.html (original)
+++ ant/core/trunk/docs/nightlies.html Thu Oct 9 00:09:56 2008
@@ -259,6 +259,14 @@
<td class="link"><a
href="http://teamcity.jetbrains.com/viewLog.html?&buildTypeId=bt132&buildId=lastSuccessful">last
success</a></td>
</tr>
<tr>
+ <td class="title">Findbugs</td>
+ <td class="description">runs Findbugs against Ant Codebase</td>
+ <td class="command">-f check.xml findbugs</td>
+ <td class="when">Daily at 08:00 <br /> (if there are pending
changes)</td>
+ <td class="link"><a
href="http://teamcity.jetbrains.com/viewLog.html?&buildTypeId=bt136&buildId=lastFinished">last
build</a></td>
+ <td class="link"><a
href="http://teamcity.jetbrains.com/viewLog.html?&buildTypeId=bt136&buildId=lastSuccessful">last
success</a></td>
+ </tr>
+ <tr>
<td class="title">Distribution</td>
<td class="description">a 'distribution' nearly as done while
releasing</td>
<td class="command">allclean main_distribution</td>
Modified: ant/core/trunk/xdocs/nightlies.xml
URL:
http://svn.apache.org/viewvc/ant/core/trunk/xdocs/nightlies.xml?rev=703078&r1=703077&r2=703078&view=diff
==============================================================================
--- ant/core/trunk/xdocs/nightlies.xml (original)
+++ ant/core/trunk/xdocs/nightlies.xml Thu Oct 9 00:09:56 2008
@@ -57,6 +57,10 @@
<configuration id="bt132" title="Checkstyle" command="-f check.xml
checkstyle htmlreport">
<description>check the conformance against coding
styleguide</description>
</configuration>
+ <configuration id="bt136" title="Findbugs" command="-f check.xml
findbugs">
+ <description>runs Findbugs against Ant Codebase</description>
+ <when>Daily at 08:00 <br/> (if there are pending changes)</when>
+ </configuration>
<configuration id="bt130" title="Distribution" command="allclean
main_distribution">
<description>a 'distribution' nearly as done while
releasing</description>
<when>Daily at 08:00 GMT <br/> (if there are pending
changes)</when>