lewismc opened a new pull request #568:
URL: https://github.com/apache/nutch/pull/568


   This patch fixes all errors and all but 7 warnings (see below). It activates 
the `failonerror` flag which will now be run upon every pull request, as part 
of our Jenkins build and as part of the release process.
   ```
     [javadoc] javadoc: warning - Multiple sources of package comments found 
for package "org.apache.nutch.crawl"
     [javadoc] javadoc: warning - Multiple sources of package comments found 
for package "org.apache.nutch.fetcher"
     [javadoc] javadoc: warning - Multiple sources of package comments found 
for package "org.apache.nutch.indexer"
     [javadoc] javadoc: warning - Multiple sources of package comments found 
for package "org.apache.nutch.metadata"
     [javadoc] javadoc: warning - Multiple sources of package comments found 
for package "org.apache.nutch.plugin"
     [javadoc] javadoc: warning - Multiple sources of package comments found 
for package "org.apache.nutch.util.domain"
     [javadoc] javadoc: warning - Multiple sources of package comments found 
for package "javax.annotation"
   ```
   I have not found a solution for the above warnings and therefore cannot 
activate the `failonwarning` flag quite yet.
   Also, I had to remove the Lucene and Solr javadoc links as they were also 
causing warnings. I think this is due to the doclet version I am using which is 
not forward compatible with the >1.8 Javadoc genrated by Lucene or Solr.
   Feedback welcome folks, thank you.


----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to