You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@edgent.apache.org by "Dale LaBossiere (JIRA)" <ji...@apache.org> on 2016/08/02 20:00:21 UTC

[jira] [Commented] (QUARKS-205) Create gradle Javadoc task

    [ https://issues.apache.org/jira/browse/QUARKS-205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15404665#comment-15404665 ] 

Dale LaBossiere commented on QUARKS-205:
----------------------------------------

I discovered that some doc links were broken due to "doc-files" files not getting copied to the javadoc target.  I'm fixing that with PR-178.

At a high level, I came to realize that the normal gradle "javadoc" task is not being used to generate the javadoc.  Instead, this top level "aggregateJavadoc" task is what's used to generate everything.  Also, this "aggregateJavadoc" task is a dependency of the top level "build" task.   This doesn't seem like a configuration that a gradle user would expect.  Seems like something we might want to cleanup up eventually?

> Create gradle Javadoc task
> --------------------------
>
>                 Key: QUARKS-205
>                 URL: https://issues.apache.org/jira/browse/QUARKS-205
>             Project: Quarks
>          Issue Type: Task
>            Reporter: Cazen Lee
>            Assignee: Cazen Lee
>            Priority: Minor
>              Labels: build, newbie
>
> Javadoc parity with ant javadoc task



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