You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nutch.apache.org by GitBox <gi...@apache.org> on 2021/02/16 18:39:05 UTC

[GitHub] [nutch] lewismc commented on a change in pull request #569: NUTCH-2849 Replace remaining package.html files with package-info.java

lewismc commented on a change in pull request #569:
URL: https://github.com/apache/nutch/pull/569#discussion_r577051254



##########
File path: build.xml
##########
@@ -809,6 +811,7 @@
       <classpath>
         <fileset dir="${build.plugins}" >
           <include name="**/*.jar"/>
+          <exclude name="any23/javax.annotation-api*.jar"/>

Review comment:
       Hi @sebastian-nagel in short no I am not able to reproduce.
   ```% ant clean runtime
   ...
     [javadoc] Standard Doclet version 1.8.0_221
     [javadoc] Building tree for all the packages and classes...
     [javadoc] Building index for all the packages and classes...
     [javadoc] Building index for all classes...
        [copy] Copying 1 file to /Users/lmcgibbn/Downloads/nutch/build/docs/api/org/apache/nutch/plugin/doc-files
        [copy] Copying 1 file to /Users/lmcgibbn/Downloads/nutch/build/docs/api/resources
        [copy] Copying 1 file to /Users/lmcgibbn/Downloads/nutch/build/docs/api/resources
   
   BUILD SUCCESSFUL
   Total time: 38 seconds
   ```




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org