Author: kiwiwings
Date: Thu Jul 19 21:28:38 2018
New Revision: 1836303

URL: http://svn.apache.org/viewvc?rev=1836303&view=rev
Log:
update forrest version info / set FORREST_HOME environment variable

Modified:
    poi/site/src/documentation/content/xdocs/devel/index.xml
    poi/site/src/documentation/release-guide.txt
    poi/trunk/jenkins/create_jobs.groovy

Modified: poi/site/src/documentation/content/xdocs/devel/index.xml
URL: 
http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/devel/index.xml?rev=1836303&r1=1836302&r2=1836303&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/devel/index.xml (original)
+++ poi/site/src/documentation/content/xdocs/devel/index.xml Thu Jul 19 
21:28:38 2018
@@ -65,9 +65,7 @@
                 to build the documentation.
             </p>
             <p>
-                Specifically the build has been tested to work with Forrest 
0.5.x. 
-                This is an <strong>old release</strong> which is available
-                <a 
href="https://archive.apache.org/dist/forrest/pre-0.6/";>here</a>.
+                Specifically the build has been tested to work with Forrest 
0.90.
             </p>
            <p>
                Remember to set the FORREST_HOME environment variable.

Modified: poi/site/src/documentation/release-guide.txt
URL: 
http://svn.apache.org/viewvc/poi/site/src/documentation/release-guide.txt?rev=1836303&r1=1836302&r2=1836303&view=diff
==============================================================================
--- poi/site/src/documentation/release-guide.txt (original)
+++ poi/site/src/documentation/release-guide.txt Thu Jul 19 21:28:38 2018
@@ -35,17 +35,15 @@
    2b. You must be a member of the committee group
    3. Release manager must have their public key appended to the KEYS file 
checked in to SVN and the key published on one of the public key servers.
       More info can be found here: <a 
href="https://www.apache.org/dev/release-signing.html";>https://www.apache.org/dev/release-signing.html</a>
-   4. You must have both Java JDK 1.6 and Java JDK 1.7+ installed and active.
+   4. You must have Java JDK 1.8 installed and active.
    5. You must have the following utilities installed on your local machine 
and available in your path:
           * <a href="www.openssh.com">ssh</a>
           * <a href="www.gnupg.org">gnupg</a>
           * <a href="www.openssl.org">openssl</a>
       For Windows users, install Cygwin and make sure you have the above 
utilities
    6a. The POI build system requires two components to perform a build
-          * <a href="https://ant.apache.org";>Ant</a> 1.8.x-1.9.x (1.10.x does 
not support Java 6 or 7)
-          * <a href="https://forrest.apache.org/";>Forrest</a> 0.5.x.
-      Currently, Forrest needs to be 0.5.x (prefer 0.5.1).
-      This is an old version, archived at 
https://archive.apache.org/dist/forrest/pre-0.6/
+          * <a href="https://ant.apache.org";>Ant</a> 1.9.x or higher
+          * <a href="https://forrest.apache.org/";>Forrest</a> 0.90.
       Make sure ANT_HOME and FORREST_HOME are set.
 
    6b. To deploy with Maven, you should have the latest stable Maven 2.x.

Modified: poi/trunk/jenkins/create_jobs.groovy
URL: 
http://svn.apache.org/viewvc/poi/trunk/jenkins/create_jobs.groovy?rev=1836303&r1=1836302&r2=1836303&view=diff
==============================================================================
--- poi/trunk/jenkins/create_jobs.groovy (original)
+++ poi/trunk/jenkins/create_jobs.groovy Thu Jul 19 21:28:38 2018
@@ -204,6 +204,7 @@ poijobs.each { poijob ->
                 // when using JDK 9 for running Ant, we need to provide more 
packages for the forbidden-api-checks task
                 env('ANT_OPTS', '--add-modules=java.xml.bind 
--add-opens=java.xml/com.sun.org.apache.xerces.internal.util=ALL-UNNAMED 
--add-opens=java.base/java.lang=ALL-UNNAMED')
             }
+            env('FORREST_HOME', '/home/jenkins/tools/forrest/latest')
         }
         wrappers {
             timeout {



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to