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 1c32ef5 try build apidoc for release using configured jdk
1c32ef5 is described below
commit 1c32ef5a6b3089ae0619f31d2db830bfa3130530
Author: Eric Barboni <[email protected]>
AuthorDate: Mon Jan 13 11:15:06 2025 +0100
try build apidoc for release using configured jdk
---
vars/asfMainNetBeansBuild.groovy | 3 +++
1 file changed, 3 insertions(+)
diff --git a/vars/asfMainNetBeansBuild.groovy b/vars/asfMainNetBeansBuild.groovy
index b273f4d..32ec3c5 100644
--- a/vars/asfMainNetBeansBuild.groovy
+++ b/vars/asfMainNetBeansBuild.groovy
@@ -419,7 +419,10 @@ def doParallelClusters(cconfigs) {
// additionnal target to have maven ready
// javadoc build for maven artefacts, do
the more we can using jdk of build.
sh "ant -f
build-${clustername}-temp/build.xml build-nbms build-source-zips
generate-uc-catalog -Dcluster.config=release -Ddo.build.windows.launchers=true
-Dmetabuild.branch=${branch}"
+ // try to build javadoc using jdkapidoc
+ withAnt(installation: tooling.myAnt, jdk:
tooling.jdktoolapidoc) {
sh "ant -f
build-${clustername}-temp/build.xml build-javadoc
-Djavadoc.web.root='${apidocurl}' -Dmodules-javadoc-date='${date}'
-Datom-date='${atomdate}' -Dmetabuild.branch=${branch}"
+ }
sh "cp -r
build-${clustername}-temp/nbbuild/nbms/** dist${versionnedpath}nbms/"
def netbeansbase =
"build-${clustername}-temp/nbbuild"
---------------------------------------------------------------------
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