You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by dn...@apache.org on 2015/10/16 10:42:42 UTC

svn commit: r1708918 - in /poi/site: publish/howtobuild.html src/documentation/content/xdocs/howtobuild.xml

Author: dnorth
Date: Fri Oct 16 08:42:42 2015
New Revision: 1708918

URL: http://svn.apache.org/viewvc?rev=1708918&view=rev
Log:
Add the jenkins ant target to the build info page, as suggested by Javen O'Neal

Modified:
    poi/site/publish/howtobuild.html
    poi/site/src/documentation/content/xdocs/howtobuild.xml

Modified: poi/site/publish/howtobuild.html
URL: http://svn.apache.org/viewvc/poi/site/publish/howtobuild.html?rev=1708918&r1=1708917&r2=1708918&view=diff
==============================================================================
--- poi/site/publish/howtobuild.html (original)
+++ poi/site/publish/howtobuild.html Fri Oct 16 08:42:42 2015
@@ -370,6 +370,13 @@ if (VERSION > 3) {
                     <td colspan="1" rowspan="1">Generate all documentation (Requires Apache Forrest)</td>
                 
 </tr>
+                
+<tr class="a">
+                    
+<td colspan="1" rowspan="1">jenkins</td>
+                    <td colspan="1" rowspan="1">Runs the tests which Jenkins, our Continuous Integration system, does. This includes the unit tests and various code quality checks.</td>
+                
+</tr>
             
 </table>
         

Modified: poi/site/src/documentation/content/xdocs/howtobuild.xml
URL: http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/howtobuild.xml?rev=1708918&r1=1708917&r2=1708918&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/howtobuild.xml (original)
+++ poi/site/src/documentation/content/xdocs/howtobuild.xml Fri Oct 16 08:42:42 2015
@@ -102,6 +102,10 @@
                     <td>docs</td>
                     <td>Generate all documentation (Requires Apache Forrest)</td>
                 </tr>
+                <tr>
+                    <td>jenkins</td>
+                    <td>Runs the tests which Jenkins, our Continuous Integration system, does. This includes the unit tests and various code quality checks.</td>
+                </tr>
             </table>
         </section>
         <section>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org