[jira] [Commented] (PYLUCENE-40) Document use of JCC_JDK

2018-02-12 Thread Ryan J Ollos (JIRA)
[ https://issues.apache.org/jira/browse/PYLUCENE-40?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16361765#comment-16361765 ] Ryan J Ollos commented on PYLUCENE-40: -- Yes, typo, should be {{JCC_JDK}}. The issue is about

[jira] [Commented] (PYLUCENE-40) Document use of JCC_JDK

2018-02-12 Thread Andi Vajda (JIRA)
[ https://issues.apache.org/jira/browse/PYLUCENE-40?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16361762#comment-16361762 ] Andi Vajda commented on PYLUCENE-40: Similarly for JAVAC: if you don't set it, it'll pickup

[jira] [Commented] (PYLUCENE-40) Document use of JCC_JDK

2018-02-12 Thread Andi Vajda (JIRA)
[ https://issues.apache.org/jira/browse/PYLUCENE-40?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16361761#comment-16361761 ] Andi Vajda commented on PYLUCENE-40: Note, that, as the code is currently, if you *only* set JCC_JDK

[jira] [Created] (PYLUCENE-40) Document use of JCC_JDK

2018-02-12 Thread Ryan J Ollos (JIRA)
Ryan J Ollos created PYLUCENE-40: Summary: Document use of JCC_JDK Key: PYLUCENE-40 URL: https://issues.apache.org/jira/browse/PYLUCENE-40 Project: PyLucene Issue Type: Improvement

Re: Unit Test Question - test_Collections.py

2018-02-12 Thread Andi Vajda
> On Feb 12, 2018, at 12:09, Milo H. Fields III wrote: > > No worries > -- we are testing pylucene against original delivery in Windows, RHEL7 and > CentOS 7 as we support these platforms and have started integration of > pylucene & lucene/tika into our business

Re: Unit Test Question - test_Collections.py

2018-02-12 Thread Andi Vajda
> On Feb 12, 2018, at 12:09, Milo H. Fields III wrote: > > No worries > -- we are testing pylucene against original delivery in Windows, RHEL7 and > CentOS 7 as we support these platforms and have started integration of > pylucene & lucene/tika into our business

RE: Unit Test Question - test_Collections.py

2018-02-12 Thread Milo H. Fields III
No worries -- we are testing pylucene against original delivery in Windows, RHEL7 and CentOS 7 as we support these platforms and have started integration of pylucene & lucene/tika into our business logic/CIE systems.. We target python3 but I will make sure the changes can be reflected in the

Re: Unit Test Question - test_Collections.py

2018-02-12 Thread Andi Vajda
> On Feb 12, 2018, at 09:33, Milo H. Fields III wrote: > > Andi, > I have integrated PyLucene into a Visual Studio 2017 project space including > support for VS Python unit test fixture (AKA Test Explorer) and other IDE > platforms we use that instrument the unit test

RE: Unit Test Question - test_Collections.py

2018-02-12 Thread Milo H. Fields III
Andi, I have integrated PyLucene into a Visual Studio 2017 project space including support for VS Python unit test fixture (AKA Test Explorer) and other IDE platforms we use that instrument the unit test sets. This required some minor tweaking to the test classes to support running the test