You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by "Dawid Weiss (Jira)" <ji...@apache.org> on 2019/11/15 18:05:00 UTC

[jira] [Commented] (SOLR-13935) For the Gradle build, make the help targets consistent.

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

Dawid Weiss commented on SOLR-13935:
------------------------------------

Let's leave it as a set of gradle tasks, fine with me.

> For the Gradle build, make the help targets consistent.
> -------------------------------------------------------
>
>                 Key: SOLR-13935
>                 URL: https://issues.apache.org/jira/browse/SOLR-13935
>             Project: Solr
>          Issue Type: Task
>      Security Level: Public(Default Security Level. Issues are Public) 
>            Reporter: Erick Erickson
>            Priority: Major
>
> If you execute the following from the root:
> find . -name "*.gradle" | xargs grep -i help
> you can see output like:
> ./solr/build/solr/src-export/help/build.gradle: println file("${rootDir}*/buildSrc/common/help-text*/testHelp.txt").text
> and
> ./help/build.gradle: println file("${rootDir}/*help/help-text*/testHelp.txt").text
>  
> buildSrc/common has no help-text subdirectory, so this is bogus. Figure out what the intent was here and reconcile.
>  
> Also, there's a discussion about whether to keep printing out the plain-text help files as Gradle tasks or not. The consensus on that topic ought to be part of this too.
>  
> Finally, consider a top-level plain-text file _not_ part of any Gradle task that points people to the plain-text help files.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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