You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "jun aoki (JIRA)" <ji...@apache.org> on 2014/09/27 01:38:34 UTC

[jira] [Created] (AMBARI-7528) Disabling javadoc check in the test-patch

jun aoki created AMBARI-7528:
--------------------------------

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


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)