Hi folks,
 We have new build job on Jenkins to help setting up artefacts for release a
bit more easily. 
 With combination of json and pipeline. I would appreciate if people can
help on the point that follow.

 I have the following steps here:
1)
ant build-nbms
ant build-source-zips
ant build-javadoc -Djavadoc.web.zip=${env.WORKSPACE}/WEBZIP.zip

 I tryied to make it in one line to speed up build
2)
ant build-nbms  build-source-zips build-javadoc
-Djavadoc.web.zip=${env.WORKSPACE}/WEBZIP.zip

And 
In1) I have no error, but doing 2), javadoc fail on first module that should
not be javadocified.

Do you have such issue.

Best Regards
Eric


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
For additional commands, e-mail: dev-h...@netbeans.apache.org

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



Reply via email to