You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Uwe Schindler (JIRA)" <ji...@apache.org> on 2014/07/28 23:37:38 UTC

[jira] [Comment Edited] (LUCENE-5593) javadocs generation in release tasks: painfully slow

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

Uwe Schindler edited comment on LUCENE-5593 at 7/28/14 9:35 PM:
----------------------------------------------------------------

Thanks Robert. I was confused, because the "invoke-javadoc" macro does not create the JAR file. The JAR file is created by the target in module-build.xml. So it could still happen that we don't create the JAR file, if the build.xml of a specific module is broken :-) We should clean this up, javadocs creation is still horrible complex.


was (Author: thetaphi):
Thanks Robert. I was confused, because the "invoke-javadoc" macro does not create the JAR file. The JAR file is created by the task in module-build.xml. So it could still happen that we don't create the JAR file, if the build.xml of a specific module is broken :-) We should clean this up, javadocs creation is still horrible complex.

> 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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org