Re: Compilation issues

2012-08-20 Thread Itamar Syn-Hershko
mar Syn-Hershko > *Sent:* Monday, August 20, 2012 12:08 PM > > *To:* dev@lucene.apache.org > *Subject:* Re: Compilation issues > > ** ** > > Thanks for your prompt response > > ** ** > > I'm using IntelliJ IDEA 11 on a Windows machine. ant clean + resolve >

RE: Compilation issues

2012-08-20 Thread Steven A Rowe
ucene.apache.org Subject: Re: Compilation issues Thanks for your prompt response I'm using IntelliJ IDEA 11 on a Windows machine. ant clean + resolve didn't really make any difference. My c:\Program Files (x86)\Java\jre7\lib\ folder was missing tools.jar and ant was complaining abo

RE: Compilation issues

2012-08-20 Thread Uwe Schindler
o: dev@lucene.apache.org Subject: Re: Compilation issues Thanks for your prompt response I'm using IntelliJ IDEA 11 on a Windows machine. ant clean + resolve didn't really make any difference. My c:\Program Files (x86)\Java\jre7\lib\ folder was missing tools.jar and ant was co

RE: Compilation issues

2012-08-20 Thread Uwe Schindler
o:itamar.synhers...@gmail.com] On Behalf Of Itamar Syn-Hershko Sent: Monday, August 20, 2012 7:21 PM To: dev@lucene.apache.org Subject: Re: Compilation issues Makes sense, thanks Done that, and now it complains about carrotsearch.randomizedtesting not being found Also some

Re: Compilation issues

2012-08-20 Thread Itamar Syn-Hershko
t; > H.-H.-Meier-Allee 63, D-28213 Bremen > > http://www.thetaphi.de > > eMail: u...@thetaphi.de > > ** ** > > *From:* itamar.synhers...@gmail.com [mailto:itamar.synhers...@gmail.com] *On > Behalf Of *Itamar Syn-Hershko > *Sent:* Monday, August 20, 2012 5:28 PM &

RE: Compilation issues

2012-08-20 Thread Uwe Schindler
From: itamar.synhers...@gmail.com [mailto:itamar.synhers...@gmail.com] On Behalf Of Itamar Syn-Hershko Sent: Monday, August 20, 2012 5:28 PM To: dev@lucene.apache.org Subject: Compilation issues Hi there, I checked out trunk, but can't get it to compile. I'm getting package /

Re: Compilation issues

2012-08-20 Thread Itamar Syn-Hershko
Thanks for your prompt response I'm using IntelliJ IDEA 11 on a Windows machine. ant clean + resolve didn't really make any difference. My c:\Program Files (x86)\Java\jre7\lib\ folder was missing tools.jar and ant was complaining about it so I grabbed it from one of IntelliJ's folders, but that d

Re: Compilation issues

2012-08-20 Thread Erick Erickson
You shouldn't have to add anything like that. Try taking your new additions to the classpath out and executing 'ant clean clean-jars', then 'ant resolve' then build... The other possibility is that you have some "odd" jars already in your classpath, but all the jars you need should be in the Solr

Re: Compilation issues

2012-08-20 Thread Adrien Grand
On 20/08/2012 17:28, Itamar Syn-Hershko wrote: Hi there, Hi Itamar, I checked out trunk, but can't get it to compile. I just updated my working copy and `ant compile` works fine. What command or IDE are you using to build Lucene/Solr ? -- Adrien Grand ---

Compilation issues

2012-08-20 Thread Itamar Syn-Hershko
Hi there, I checked out trunk, but can't get it to compile. I'm getting package / import errors in the following files: \lucene\tools\src\java\org\apache\lucene\validation\ForbiddenApisCheckTask.java \lucene\test-framework\src\java\org\apache\lucene\codecs\asserting\AssertingCodec.java \lucene\t