This is an automated email from the ASF dual-hosted git repository.

skygo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans-jenkins-lib.git


The following commit(s) were added to refs/heads/master by this push:
     new fe5118d  missing a block of javadoc
fe5118d is described below

commit fe5118d01ac6a629bd9982bad18ea6c656eaf622
Author: Eric Barboni <[email protected]>
AuthorDate: Tue May 6 14:35:20 2025 +0200

    missing a block of javadoc
---
 vars/asfMainNetBeansBuild.groovy | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/vars/asfMainNetBeansBuild.groovy b/vars/asfMainNetBeansBuild.groovy
index 419b93a..719af62 100644
--- a/vars/asfMainNetBeansBuild.groovy
+++ b/vars/asfMainNetBeansBuild.groovy
@@ -247,8 +247,10 @@ def call(Map params = [:]) {
                                 sh "ant"
                             }
                             // use jdk version aligned to max supported
-                            withAnt(installation: tooling.myAnt, jdk: 
tooling.jdktoolapidoc) {
-                                sh "ant build-javadoc 
-Djavadoc.web.zip=${env.WORKSPACE}/WEBZIP.zip"
+                            withEnv( 
["ANT_OPTS=-Djdk.xml.totalEntitySizeLimit=200000"]){
+                                withAnt(installation: tooling.myAnt, jdk: 
tooling.jdktoolapidoc) {
+                                    sh "ant build-javadoc 
-Djavadoc.web.zip=${env.WORKSPACE}/WEBZIP.zip"
+                                }
                             }
                             junit 'nbbuild/build/javadoc/checklinks-errors.xml'
                             
publishToNightlies("/netbeans/apidocs/${env.BRANCH_NAME}","**/WEBZIP.zip")


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

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to