Jun, No, we have not been building/testing javadoc, but it would be great to add.
Yusaku On Fri, Sep 26, 2014 at 3:19 PM, jun aoki <[email protected]> wrote: > Hi Ambari devs, > > The test-patch job fails currently due to mvn javadoc:javadoc fails. > > https://builds.apache.org/view/A-D/view/Ambari/job/Ambari-trunk-test-patch/45/console > > > More specifically this command fails. > > {code} > > mvn clean test javadoc:javadoc -DskipTests -Pdocs -DAmbariPatchProcess > > {code} > > > and the error is here > > https://builds.apache.org/view/A-D/view/Ambari/job/Ambari-trunk-test-patch/45/artifact/patch-work/trunkJavadocWarnings.txt > > > This is all about a bunch of classic compilation errors. > > {code} > > [ERROR] Exit code: 1 - > /home/jenkins/jenkins-slave/workspace/Ambari-trunk-test-patch/ambari/ambari-server/src/main/java/org/apache/ambari/server/api/MethodOverrideFilter.java:21: > error: package org.springframework.http does not exist > [ERROR] import org.springframework.http.HttpMethod; > [ERROR] ^ > > {code} > > which, though, can not be observed in the trunk-commit job. > > https://builds.apache.org/view/A-D/view/Ambari/job/Ambari-trunk-Commit/396/ > > The commit job currently does not provide javadoc either, so there > should be some class path issue which is different from the regular > build. > > The question is, do we provide javadoc as well as the other rpms? Has > anyone tested mvn javadoc:javadoc works? (it fails on my test env as > well) > > > > -- > -jun -- CONFIDENTIALITY NOTICE NOTICE: This message is intended for the use of the individual or entity to which it is addressed and may contain information that is confidential, privileged and exempt from disclosure under applicable law. If the reader of this message is not the intended recipient, you are hereby notified that any printing, copying, dissemination, distribution, disclosure or forwarding of this communication is strictly prohibited. If you have received this communication in error, please contact the sender immediately and delete it from your system. Thank You.
