You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Robert Muir (JIRA)" <ji...@apache.org> on 2013/10/13 23:07:48 UTC

[jira] [Created] (LUCENE-5282) speed up javadocs generation tasks

Robert Muir created LUCENE-5282:
-----------------------------------

             Summary: speed up javadocs generation tasks
                 Key: LUCENE-5282
                 URL: https://issues.apache.org/jira/browse/LUCENE-5282
             Project: Lucene - Core
          Issue Type: Bug
            Reporter: Robert Muir


These generate the same things over and over. I think this is due to javadocs always rebuilding their dependencies.

Can we not add a fake timestamp file (with 'touch') somewhere like javadocs.generated and then use 'uptodate' comparing that against the relevant source code to determine if javadocs need regeneration? 

This seems like it would be a very simple solution.



--
This message was sent by Atlassian JIRA
(v6.1#6144)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org