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 succeeds).
Erick, if after updating and running 'ant clean-idea idea', you still are seeing problems, please let me know. Steve On Feb 18, 2013, at 3:48 AM, Ahmet Arslan <[email protected]> wrote: > Hi Steve, > > Thanks for the fix, I can run TestCases using intelliJ now. > > Ahmet > --- On Mon, 2/18/13, Steve Rowe <[email protected]> wrote: > >> From: Steve Rowe <[email protected]> >> Subject: Re: Can't seem to build in order to run unit tests from IntelliJ >> any more. >> To: [email protected] >> Date: Monday, February 18, 2013, 10:04 AM >> 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 <[email protected]> >> wrote: >> >>> Hi Erick, >>> >>> Same here, I get this error: >>> >>> import org.apache.lucene.queries.CommonTermsQuery; >> Cannot resolve CommonTermsQuery >>> >>> --- On Sun, 2/17/13, Erick Erickson <[email protected]> >> wrote: >>> >>> From: Erick Erickson <[email protected]> >>> Subject: Can't seem to build in order to run unit tests >> from IntelliJ any more. >>> To: [email protected] >>> Date: Sunday, February 17, 2013, 7:22 PM >>> >>> 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 >>> >>> java: cannot find symbol >>> symbol: class Query >>> location: package >> org.apache.lucene.search >>> >>> etc. >>> >>> I can run things from the command line just fine.... >> Did something move? >>> >>> Thanks, >>> Erick >>> >>> >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
