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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to