rmuir commented on PR #14905: URL: https://github.com/apache/lucene/pull/14905#issuecomment-3042896597
fwiw, I also experimented with different approaches here, such as disabling the doclint in some tasks. it may seem wasteful at a glance that we: 1. pass -Xdoclint to javac 2. pass -Xdoclint to renderJavadoc 3. pass -Xdoclint to renderSiteJavadoc 4. lint javadocs via ecj tasks But it does not matter: Xdoclint doesn't seem to slow anything down. if you take it away from javac, javac doesn't get any faster. The costly part is instead the reading and writing of thousands of files. Separately, when debugging the tasks, the ecj tasks have also gotten insanely costly, i'm not sure what happened, will need to look into it at another time. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org