[
https://issues.apache.org/jira/browse/AMBARI-7528?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14153654#comment-14153654
]
Hudson commented on AMBARI-7528:
--------------------------------
SUCCESS: Integrated in Ambari-trunk-Commit #427 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/427/])
AMBARI-7528 Disabling javadoc check in the test-patch (jaoki) (jaoki:
http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=63d507275cbfc4e9f38a86894ed550ea1e0573d4)
* dev-support/test-patch.sh
> Disabling javadoc check in the test-patch
> ------------------------------------------
>
> Key: AMBARI-7528
> URL: https://issues.apache.org/jira/browse/AMBARI-7528
> Project: Ambari
> Issue Type: Bug
> Reporter: jun aoki
> Assignee: jun aoki
> Attachments: AMBARI-7528.patch
>
>
> 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? (it fails
> on my test env aswell)
> [~u39kun] has
> [clarified|http://mail-archives.apache.org/mod_mbox/ambari-dev/201409.mbox/%3CCAGjSOKWucXKHQt2Gf%3DtSyNdS-4nONeoT_qjHk-NXo92a9YQoVQ%40mail.gmail.com%3E]
> that Ambari does not provide javadoc yet.
> Thus, I'm disabling javadoc check from test-patch.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)