You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xmlgraphics.apache.org by ss...@apache.org on 2018/06/13 07:27:58 UTC

svn commit: r1833442 - /xmlgraphics/site/trunk/content/fop/dev/testing.mdtext

Author: ssteiner
Date: Wed Jun 13 07:27:58 2018
New Revision: 1833442

URL: http://svn.apache.org/viewvc?rev=1833442&view=rev
Log:
FOP-2796: Documentation doesnt mention need for pdfbox jar to run tests

Modified:
    xmlgraphics/site/trunk/content/fop/dev/testing.mdtext

Modified: xmlgraphics/site/trunk/content/fop/dev/testing.mdtext
URL: http://svn.apache.org/viewvc/xmlgraphics/site/trunk/content/fop/dev/testing.mdtext?rev=1833442&r1=1833441&r2=1833442&view=diff
==============================================================================
--- xmlgraphics/site/trunk/content/fop/dev/testing.mdtext (original)
+++ xmlgraphics/site/trunk/content/fop/dev/testing.mdtext Wed Jun 13 07:27:58 2018
@@ -5,16 +5,14 @@ Title: Apache(tm) FOP Development: Testi
 
 ## "Build" Testing { #build}
 
-Apache™ projects use an automated build tool called "gump" to create nightly builds from the SVN repository. Gump sends "nag" messages if the build fails. This can be considered a sort of basic test of the build process. To view the most recent logs of the gump builds:
+Apache™ projects use an automated build tool called "jenkins" to create nightly builds from the SVN repository. Jenkins sends "nag" messages if the build fails. This can be considered a sort of basic test of the build process. To view the most recent logs of the jenkins builds:
 
 
--  [Gump build for the Trunk](http://gump.cocoondev.org/xml-fop.html)
-
--  [Gump build for the Maintenance Branch](http://gump.cocoondev.org/xml-fop-maintenance.html)
+-  [Jenkins build for trunk](https://builds.apache.org/view/X/view/XmlGraphics/)
 
 ## Basic/API Testing { #basic}
 
-There is a group of basic API tests that are included in the build process. For these tests to occur, JUnit must be available to Ant (simply copy junit.jar into Ant's lib directory). The build will then report error(s) if the high-level APIs for Driver and the Transcoders fail. The tests do not check the output, but only ensure that something is generated and without exceptions.
+There is a group of basic API tests that are included in the build process. For these tests to occur, Apache PDFBox jar (same version as the fontbox jar) and fop-hyph.jar should be copied to the fop/lib directory. Also JUnit must be available to Ant (simply copy junit.jar into fop's lib directory). The build will then report error(s) if the high-level APIs for Driver and the Transcoders fail. The tests do not check the output, but only ensure that something is generated and without exceptions.
 
 ## Layout Engine Testing { #layoutengine}
 



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