You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by GitBox <gi...@apache.org> on 2021/05/01 08:38:18 UTC

[GitHub] [lucene] mocobeta opened a new pull request #120: LUCENE-9947: Exclude luke javadocs from the documentation site.

mocobeta opened a new pull request #120:
URL: https://github.com/apache/lucene/pull/120


   This excludes Javadocs of luke module from the documentation site by explicitly disable "renderSiteJavadoc" task for it.
   While removing the link to javadocs, I added a short description and launch command for the tool.
   
   ![docsite](https://user-images.githubusercontent.com/1825333/116776541-df704480-aaa3-11eb-9172-f1810e5e5995.png)
   


-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [lucene] mocobeta merged pull request #120: LUCENE-9947: Exclude luke javadocs from the documentation site.

Posted by GitBox <gi...@apache.org>.
mocobeta merged pull request #120:
URL: https://github.com/apache/lucene/pull/120


   


-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [lucene] mocobeta commented on a change in pull request #120: LUCENE-9947: Exclude luke javadocs from the documentation site.

Posted by GitBox <gi...@apache.org>.
mocobeta commented on a change in pull request #120:
URL: https://github.com/apache/lucene/pull/120#discussion_r624452737



##########
File path: gradle/documentation/render-javadoc.gradle
##########
@@ -255,6 +255,14 @@ configure(subprojects) {
   }
 }
 
+configure(project(':lucene:luke')) {
+  project.tasks.withType(RenderJavadocTask) { task ->

Review comment:
       Thanks for quick response...
   https://github.com/apache/lucene/pull/120/commits/599d208162556821eda590390e5fb8314ee7552c




-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [lucene] dweiss commented on a change in pull request #120: LUCENE-9947: Exclude luke javadocs from the documentation site.

Posted by GitBox <gi...@apache.org>.
dweiss commented on a change in pull request #120:
URL: https://github.com/apache/lucene/pull/120#discussion_r624451369



##########
File path: gradle/documentation/render-javadoc.gradle
##########
@@ -255,6 +255,14 @@ configure(subprojects) {
   }
 }
 
+configure(project(':lucene:luke')) {
+  project.tasks.withType(RenderJavadocTask) { task ->

Review comment:
       Maybe shorter? tasks.matching { task -> task.name == 'renderSiteJavadoc' }.configure { ... }
   




-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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