This is an automated email from the ASF dual-hosted git repository. geertjan pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-netbeans.git
The following commit(s) were added to refs/heads/master by this push: new 6e5941c Avoid failure of 'ant javadoc' for modules that don't have src dir, like c.google.guava or net.java.html (#523) 6e5941c is described below commit 6e5941ca050e34601248f5af0b9c5ae75ba27fc7 Author: Jan Lahoda <lah...@gmail.com> AuthorDate: Thu May 10 09:47:41 2018 +0200 Avoid failure of 'ant javadoc' for modules that don't have src dir, like c.google.guava or net.java.html (#523) --- nbbuild/javadoctools/template.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nbbuild/javadoctools/template.xml b/nbbuild/javadoctools/template.xml index 79f1262..5873575 100644 --- a/nbbuild/javadoctools/template.xml +++ b/nbbuild/javadoctools/template.xml @@ -173,7 +173,7 @@ cause it to fail. <target name="javadoc-check-timestamps" depends="javadoc-init"> <uptodate targetfile="${javadoc.out.zip}" property="javadoc.up.to.date"> - <srcfiles dir="${javadoc.src}"> + <srcfiles dir="${javadoc.src}" erroronmissingdir="false"> <or> <and> <selector refid="${javadoc.files}" /> -- To stop receiving notification emails like this one, please contact geert...@apache.org. --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists