From: Dominik Stadler Date: Sun, 7 Apr 2019 07:17:52 +0000 (+0000) Subject: Various enhancements to build.xml X-Git-Tag: REL_4_1_1~145 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=56c02097805791d53ae5b1551b464067f9c13037;p=poi.git Various enhancements to build.xml * Use https for pentaho repository location * Add some more targets to "jenkins" target * Add download of maven-ant-task to make target "maven-install" work without manual installation into the ant-home directory * Update JaCoCo to 0.8.3 and asm to 7.0 This should now also work with JDK 13 pre-builds, so enable coverage in the JDK 13 CI builds again git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1857069 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/build.gradle b/build.gradle index 9c935f22e1..40439aba7b 100644 --- a/build.gradle +++ b/build.gradle @@ -146,7 +146,7 @@ subprojects { } jacoco { - toolVersion = '0.8.2' + toolVersion = '0.8.3' } // ensure the build-dir exists diff --git a/build.xml b/build.xml index 861e302880..fda1ac13ef 100644 --- a/build.xml +++ b/build.xml @@ -48,7 +48,7 @@ under the License. - + @@ -260,14 +260,14 @@ under the License. value="${repository.m2}/maven2/org/javassist/javassist/3.21.0-GA/javassist-3.21.0-GA.jar"/> - - - - - - - - + + + + + + + + @@ -330,6 +330,9 @@ under the License. + + + @@ -641,7 +644,7 @@ under the License. - + @@ -653,28 +656,16 @@ under the License. - - - - - - - - + + - - - - - - - - - + + + @@ -2141,18 +2132,20 @@ under the License. - - - - - Maven ant tasks not found. - Please make sure the maven-ant-tasks jar is in ANT_HOME/lib, or made - available to Ant using other mechanisms like -lib or CLASSPATH. + + - You can download the Maven Ant Tasks from https://maven.apache.org/ant-tasks/download.html - + + + + + + + @@ -2165,7 +2158,7 @@ under the License. - + diff --git a/jenkins/create_jobs.groovy b/jenkins/create_jobs.groovy index fdec1d7ba9..2c461eb13e 100644 --- a/jenkins/create_jobs.groovy +++ b/jenkins/create_jobs.groovy @@ -38,10 +38,7 @@ def poijobs = [ ], [ name: 'POI-DSL-1.13', jdk: '1.13', trigger: triggerSundays, skipcigame: true, // Nodes beam* do not yet have JDK 13 installed - slaveAdd: '&&!beam1&&!beam2&&!beam3&&!beam4&&!beam6&&!beam7&&!beam8&&!beam9&&!beam10&&!beam11&&!beam12&&!beam13&&!beam14&&!beam15&&!beam16', - properties: [// JaCoCo currently fails with "java.lang.NoSuchFieldException: $jacocoAccess", - // need to review/check with newer JDK 13 builds or when at least JaCoCo 0.8.3 - '-Dcoverage.enabled=false'] + slaveAdd: '&&!beam1&&!beam2&&!beam3&&!beam4&&!beam6&&!beam7&&!beam8&&!beam9&&!beam10&&!beam11&&!beam12&&!beam13&&!beam14&&!beam15&&!beam16' ], [ name: 'POI-DSL-IBM-JDK', jdk: 'IBMJDK', trigger: triggerSundays, skipcigame: true ],