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

Robert Muir commented on LUCENE-5593:
-------------------------------------

Yes, today the javadocs macro creates the jar file always. One way to look at 
it is that this is not ideal to do, as a JAR is only needed for packaging 
tasks. But for now I thought of that as overoptimizing, so instead of changing 
that to make things more complex (it would mean uptodate would require a 
different marker file), I just left it alone and use the jar file as the file 
to check by uptodate.

> javadocs generation in release tasks: painfully slow
> ----------------------------------------------------
>
>                 Key: LUCENE-5593
>                 URL: https://issues.apache.org/jira/browse/LUCENE-5593
>             Project: Lucene - Core
>          Issue Type: Bug
>            Reporter: Robert Muir
>             Fix For: 5.0, 4.10
>
>         Attachments: LUCENE-5593.patch
>
>
> Something is wrong here in the way this generation works, I see some of the 
> same javadocs being generated over and over and over again. 
> The current ant tasks seem to have a O(n!) runtime with respect to how many 
> modules we have: its obnoxiously slow on a non-beast computer. There is a bug 
> here...



--
This message was sent by Atlassian JIRA
(v6.2#6252)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to