[GitHub] lucene-solr pull request #113: SOLR-9760 Avoid temporary files to determine ...

2017-09-30 Thread afscrome
Github user afscrome closed the pull request at: https://github.com/apache/lucene-solr/pull/113 --- - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org

[GitHub] lucene-solr pull request #113: SOLR-9760 Avoid temporary files to determine ...

2016-11-14 Thread afscrome
GitHub user afscrome opened a pull request: https://github.com/apache/lucene-solr/pull/113 SOLR-9760 Avoid temporary files to determine java version Avoid creating a temporary file so that solr does not require permissions in the current working directory. You can merge this pull

[GitHub] lucene-solr pull request #53: [SOLR-9341] GC logs go to SOLR_LOGS_DIR on Win...

2016-10-18 Thread afscrome
Github user afscrome closed the pull request at: https://github.com/apache/lucene-solr/pull/53 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] lucene-solr issue #53: [SOLR-9341] GC logs go to SOLR_LOGS_DIR on Windows

2016-10-18 Thread afscrome
Github user afscrome commented on the issue: https://github.com/apache/lucene-solr/pull/53 Fixed in 33db4de4d7d5e325f8bfd886d3957735b33310a8 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have

[GitHub] lucene-solr issue #53: [SOLR-9341] GC logs go to SOLR_LOGS_DIR on Windows

2016-07-26 Thread afscrome
Github user afscrome commented on the issue: https://github.com/apache/lucene-solr/pull/53 Sorry, I didn't realise a jira issue was required - it's not completely clear from https://wiki.apache.org/solr/HowToContribute#Working_with_GitHub . I've created a new i

[GitHub] lucene-solr pull request #53: GC logs go to SOLR_LOGS_DIR on Windows

2016-07-26 Thread afscrome
GitHub user afscrome opened a pull request: https://github.com/apache/lucene-solr/pull/53 GC logs go to SOLR_LOGS_DIR on Windows Don't override the SOLR_LOGS_DIR environment variable when it has already been set. This brings the windows behaviour in line with the bash script.