Re: Can't seem to build in order to run unit tests from IntelliJ any more.

2013-02-18 Thread Steve Rowe
Hi Arslan, I just committed a fix for this particular problem (missing queries module dependency from the highlighter module). I think Erick is having a different problem, not sure what yet. Steve On Feb 18, 2013, at 2:41 AM, Ahmet Arslan iori...@yahoo.com wrote: Hi Erick, Same here, I

Re: Can't seem to build in order to run unit tests from IntelliJ any more.

2013-02-18 Thread Steve Rowe
Hi Erick, I'm running IntelliJ IDEA 12.0.4 on OS X 10.8.2 with Oracle Java 1.6.0_37. On trunk, when I ran the Lucene core module test configuration, I saw problems with SPI loading, and Codecs not being on the classpath, so (with IntelliJ running) I did the following from the cmdline: 'ant

Re: Can't seem to build in order to run unit tests from IntelliJ any more.

2013-02-18 Thread Ahmet Arslan
Hi Steve, Thanks for the fix, I can run TestCases using intelliJ now. Ahmet --- On Mon, 2/18/13, Steve Rowe sar...@gmail.com wrote: From: Steve Rowe sar...@gmail.com Subject: Re: Can't seem to build in order to run unit tests from IntelliJ any more. To: dev@lucene.apache.org Date:

Re: Can't seem to build in order to run unit tests from IntelliJ any more.

2013-02-18 Thread Steve Rowe
Hi Ahmet, I'm glad it's working for you. I've just committed several other IntelliJ configuration fixes, mostly to do with running tests. I'm now able to run all of the pre-defined module test run configurations on trunk (I didn't try running tests on branch_4x, but a full project rebuild

Re: Can't seem to build in order to run unit tests from IntelliJ any more.

2013-02-18 Thread Erick Erickson
Steve: Thanks a million! That seems to have fixed my problem... Erick On Mon, Feb 18, 2013 at 4:19 AM, Steve Rowe sar...@gmail.com wrote: Hi Ahmet, I'm glad it's working for you. I've just committed several other IntelliJ configuration fixes, mostly to do with running tests. I'm now able

Can't seem to build in order to run unit tests from IntelliJ any more.

2013-02-17 Thread Erick Erickson
Anyone else having problems here? I've deleted the ivy cache, cleaned the idea project (and everything else), tried it on a fresh checkout. What am I missing? The problem is that classes are not found, I see messages in IntelliJ like: java: package org.apache.lucene.analysis does not exist

Re: Can't seem to build in order to run unit tests from IntelliJ any more.

2013-02-17 Thread Ahmet Arslan
Hi Erick, Same here,  I get this error: import org.apache.lucene.queries.CommonTermsQuery; Cannot resolve CommonTermsQuery --- On Sun, 2/17/13, Erick Erickson erickerick...@gmail.com wrote: From: Erick Erickson erickerick...@gmail.com Subject: Can't seem to build in order to run unit tests