On 18/09/2020 22:37, ma...@apache.org wrote: > This is an automated email from the ASF dual-hosted git repository. > > markt pushed a commit to branch 9.0.x > in repository https://gitbox.apache.org/repos/asf/tomcat.git > > > The following commit(s) were added to refs/heads/9.0.x by this push: > new 33e874f Fix Javadoc build error and ensure 'ant clean javadoc' works > 33e874f is described below > > commit 33e874fa31e6c411421ad1304dfa65f30bd58958 > Author: Mark Thomas <ma...@apache.org> > AuthorDate: Fri Sep 18 22:27:15 2020 +0100 > > Fix Javadoc build error and ensure 'ant clean javadoc' works
<snip/> > diff --git a/build.xml b/build.xml > index 7c65d25..8c0e40c 100644 > --- a/build.xml > +++ b/build.xml > @@ -222,6 +222,7 @@ > <!-- Classpaths --> > <path id="compile.classpath"> > <pathelement location="${bnd.jar}"/> > + <pathelement location="${osgi-annotations.jar}"/> > <pathelement location="${jdt.jar}"/> > <pathelement location="${saaj-api.jar}"/> > <pathelement location="${jaxrpc-lib.jar}"/> <snip/> In case you are wondering, this doesn't impact the license or notice files because: - it is only used by the Javadoc task to avoid a warning - it is ALv2 licensed Mark --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org