You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tez.apache.org by GitBox <gi...@apache.org> on 2021/02/13 01:31:49 UTC

[GitHub] [tez] belugabehr commented on pull request #110: TEZ-4289: Remove Dependency on commons-math

belugabehr commented on pull request #110:
URL: https://github.com/apache/tez/pull/110#issuecomment-778539967


   Everything looks good here, but getting a weird build error.  Not sure what to make of it:
   
   ```none
   [INFO] ------------------------------------------------------------------------
   [ERROR] Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:3.0.1:javadoc (default-cli) on project tez-javadoc-tools: An error has occurred in Javadoc report generation: 
   [ERROR] Exit code: 1 - /home/jenkins/jenkins-agent/workspace/tez-multibranch_PR-110/src/tez-tools/tez-javadoc-tools/src/main/java/org/apache/tez/tools/javadoc/doclet/ConfigStandardDoclet.java:36: warning: [removal] AnnotationDesc in com.sun.javadoc has been deprecated and marked for removal
   [ERROR] import com.sun.javadoc.AnnotationDesc.ElementValuePair;
   [ERROR]                       ^
   [ERROR] /home/jenkins/jenkins-agent/workspace/tez-multibranch_PR-110/src/tez-tools/tez-javadoc-tools/src/main/java/org/apache/tez/tools/javadoc/doclet/ConfigStandardDoclet.java:42: error: package com.sun.tools.doclets.standard is not visible
   [ERROR] import com.sun.tools.doclets.standard.Standard;
   [ERROR]                             ^
   [ERROR]   (package com.sun.tools.doclets.standard is declared in module jdk.javadoc, which does not export it)
   ```


----------------------------------------------------------------
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