Erick Erickson created SOLR-13935:
-------------------------------------

             Summary: 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


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-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to