zentol commented on a change in pull request #12447:
URL: https://github.com/apache/flink/pull/12447#discussion_r435196901



##########
File path: tools/ci/compile.sh
##########
@@ -54,10 +54,22 @@ if [ $EXIT_CODE != 0 ]; then
     exit $EXIT_CODE
 fi
 
-echo "============ Checking Scaladocs ============"
+echo "============ Checking Javadocs and Scaladocs ============"
+
+# use the same invocation as on buildbot 
(https://svn.apache.org/repos/infra/infrastructure/buildbot/aegis/buildmaster/master1/projects/flink.conf)
+run_mvn javadoc:aggregate -Paggregate-scaladoc 
-DadditionalJOption='-Xdoclint:none' \

Review comment:
       shouldn't matter whether it goes into stdout/stderr; you could just pipe 
everything into a file and dump the whole thing if an error happened.
   Basically a simplified version of what you already did for scala, which 
should at most be a 1 minute fix.
   




----------------------------------------------------------------
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:
[email protected]


Reply via email to