You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ce...@apache.org on 2016/12/30 20:35:13 UTC

svn commit: r1776634 - /poi/trunk/jenkins/create_jobs.groovy

Author: centic
Date: Fri Dec 30 20:35:13 2016
New Revision: 1776634

URL: http://svn.apache.org/viewvc?rev=1776634&view=rev
Log:
Set --add-modules as environment-variable as well as we need to enable it in Ant itself for the forbidden-api-checks

Modified:
    poi/trunk/jenkins/create_jobs.groovy

Modified: poi/trunk/jenkins/create_jobs.groovy
URL: http://svn.apache.org/viewvc/poi/trunk/jenkins/create_jobs.groovy?rev=1776634&r1=1776633&r2=1776634&view=diff
==============================================================================
--- poi/trunk/jenkins/create_jobs.groovy (original)
+++ poi/trunk/jenkins/create_jobs.groovy Fri Dec 30 20:35:13 2016
@@ -133,6 +133,9 @@ Apache POI - the Java API for Microsoft
             label(slaves)
             environmentVariables {
                 env('LANG', 'en_US.UTF-8')
+                if(jdkKey == '1.9') {
+                    env('ANT_OPTS', '--add-modules=java.xml.bind')
+                }
             }
             wrappers {
                 timeout {



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