[
https://issues.apache.org/jira/browse/CASSANDRA-7427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14039601#comment-14039601
]
Dave Brosius edited comment on CASSANDRA-7427 at 6/21/14 12:33 AM:
-------------------------------------------------------------------
what task are you using that you actually build javadoc?
{{{
ant
}}} and
{{{
ant jar
}}}
do not.
was (Author: dbrosius):
what task are you using that you actually build javadoc?
{{{ant}}} and {{{ant jar}}} do not.
> Build C* without Javadoc
> ------------------------
>
> Key: CASSANDRA-7427
> URL: https://issues.apache.org/jira/browse/CASSANDRA-7427
> Project: Cassandra
> Issue Type: Improvement
> Reporter: Robert Stupp
> Assignee: Robert Stupp
> Attachments: build-without-javadoc.diff
>
>
> Here's a small patch for {{build.xml}} to reduce build time for local builds.
> It just adds an {{unless="no-javadoc}} to the {{javadoc}} task.
> When doing an (incremental, not initial) C*-build with {{ant -Dno-javadoc=1
> artifacts}}, build time is less than 10 seconds.
--
This message was sent by Atlassian JIRA
(v6.2#6252)