Re: Opening (and building) the lucene source in eclipse

2006-01-05 Thread Erik Hatcher
On Jan 5, 2006, at 2:03 PM, Colin Young wrote: Just curious, but when one is desiring to make use of stuff in the contrib is there any particular reason to compile it into the Lucene jar, or include it in the project that's making use of it, or is it really just up to the preferences of the

RE: Opening (and building) the lucene source in eclipse

2006-01-05 Thread Colin Young
ing the BDBJE integration a good workout this weekend.   Colin _ From: Erik Hatcher [mailto:[EMAIL PROTECTED] Sent: Thu 1/5/2006 8:31 AM To: java-user@lucene.apache.org Subject: Re: Opening (and building) the lucene source in eclipse Colin, I've not used Eclipse in a long while,

Re: Opening (and building) the lucene source in eclipse

2006-01-05 Thread Yonik Seeley
On 1/5/06, Erik Hatcher <[EMAIL PROTECTED]> wrote: > my recommendation is to simply set up > a normal Eclipse project. I use IntelliJ, and that's how I do it (a normal IntelliJ project). -Yonik - To unsubscribe, e-mail: [EMAIL

Re: Opening (and building) the lucene source in eclipse

2006-01-05 Thread Erik Hatcher
Colin, I've not used Eclipse in a long while, and I've not used the new Ant project support it has. It sounds like Eclipse has issues with Ant imports as you've surmised, and my recommendation is to simply set up a normal Eclipse project. The source tree to Lucene is extremely basic...

Opening (and building) the lucene source in eclipse

2006-01-04 Thread Colin Young
So far I've succeeded in grabbing the latest source (and I can build with ant), but now I'm trying to open it in eclipse by creating a new "Java Project from Existing And Buildfile," but when I attempt to open build.xml, I get an alert telling me that the "Specified buildfile does not contain a jav