You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "haosdent (JIRA)" <ji...@apache.org> on 2016/05/22 13:00:16 UTC

[jira] [Created] (MESOS-5432) Javadoc in project website didn't include the generated protobuf

haosdent created MESOS-5432:
-------------------------------

             Summary: Javadoc in project website didn't include the generated protobuf
                 Key: MESOS-5432
                 URL: https://issues.apache.org/jira/browse/MESOS-5432
             Project: Mesos
          Issue Type: Bug
            Reporter: haosdent
            Assignee: haosdent


We host the javadoc in http://mesos.apache.org/api/latest/java/ . And include .proto javadoc since [MESOS-1552|https://issues.apache.org/jira/browse/MESOS-1552] However, we didn't include that in website generation as well.

{code}
desc "Generate javadoc from the Java source files in the codebase"
task :javadoc do
  # TODO: add version to the path. Uses 'current' for now.
  system("javadoc -d publish/api/latest/java -sourcepath ../src/java/src org.apache.mesos")
end
{code} 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)