Re: Lucene as projects in Eclipse

2009-10-29 Thread Mark Miller
I'm not sure myself, as I don't use IntelliJ - I would assume its pretty close, but thats just a guess. Erick Erickson wrote: > Do you happen to know whether the IntelliJ version is up to date? If > not any clue of the deficiencies? > > Thanks > Erick > > On Wed, Oct 28, 2009 at 10:18 PM, Mark Mil

Re: Lucene as projects in Eclipse

2009-10-29 Thread Erick Erickson
Do you happen to know whether the IntelliJ version is up to date? If not any clue of the deficiencies? Thanks Erick On Wed, Oct 28, 2009 at 10:18 PM, Mark Miller wrote: > Ahhh - thank you :) Missed that subtlety. > > Erick Erickson wrote: > > I could see the attachments if I went to the solr "h

Re: Lucene as projects in Eclipse

2009-10-28 Thread Mark Miller
Ahhh - thank you :) Missed that subtlety. Erick Erickson wrote: > I could see the attachments if I went to the solr "how to contribute" > site, but not from clicking the links on the Lucene "how to > contribute" page. > > On Wed, Oct 28, 2009 at 7:54 PM, Mark Miller

Re: Lucene as projects in Eclipse

2009-10-28 Thread Erick Erickson
I could see the attachments if I went to the solr "how to contribute" site, but not from clicking the links on the Lucene "how to contribute" page. On Wed, Oct 28, 2009 at 7:54 PM, Mark Miller wrote: > I get a file not found though - you can download the attachments? > > Erick Erickson wrote: >

Re: Lucene as projects in Eclipse

2009-10-28 Thread Mark Miller
I get a file not found though - you can download the attachments? Erick Erickson wrote: > Note that the links go to the solr wiki, where I did find the two > attachments > Here's one of the from the lucene "how to contribute" Wiki page > > > http://wiki.apache.org/solr-data/attachments/How

RE: Lucene as projects in Eclipse

2009-10-28 Thread Uwe Schindler
> -Original Message- > From: Mark Miller [mailto:markrmil...@gmail.com] > Sent: Thursday, October 29, 2009 12:46 AM > To: java-dev@lucene.apache.org > Subject: Re: Lucene as projects in Eclipse > > DM Smith wrote: > > > > On Oct 28, 2009, at 1:45 PM, Robert Mui

Re: Lucene as projects in Eclipse

2009-10-28 Thread Erick Erickson
Note that the links go to the solr wiki, where I did find the two attachments Here's one of the from the lucene "how to contribute" Wiki page http://wiki.apache.org/solr-data/attachments/HowToContribute/attachments/Eclipse.3.2.codestyle.xml On Wed, Oct 28, 2009 at 7:45 PM, Mark Miller w

Re: Lucene as projects in Eclipse

2009-10-28 Thread Mark Miller
DM Smith wrote: > > On Oct 28, 2009, at 1:45 PM, Robert Muir wrote: > >> DM, >> >> I create one project (new project, checkout projects from SVN, and >> let it set it as a java project). >> I then set the source folders like you mentioned below. >> I add lib/junit*whatever.jar to library classpath,

RE: Lucene as projects in Eclipse

2009-10-28 Thread Uwe Schindler
63, D-28213 Bremen http://www.thetaphi.de eMail: u...@thetaphi.de _ From: DM Smith [mailto:dmsmith...@gmail.com] Sent: Thursday, October 29, 2009 12:35 AM To: java-dev@lucene.apache.org Subject: Re: Lucene as projects in Eclipse On Oct 28, 2009, at 1:45 PM, Robert Muir wrote

Re: Lucene as projects in Eclipse

2009-10-28 Thread DM Smith
On Oct 28, 2009, at 1:45 PM, Robert Muir wrote: DM, I create one project (new project, checkout projects from SVN, and let it set it as a java project). I then set the source folders like you mentioned below. I add lib/junit*whatever.jar to library classpath, and set UTF-8 default encodin

Re: Lucene as projects in Eclipse

2009-10-28 Thread DM Smith
On 10/28/2009 01:57 PM, Mark Miller wrote: Hmm ... well perhaps it takes more work if you want them each as a separate project? I just make it one project. I check out trunk with subclipse, using new Java project. The I go to the project properties and add java/test for core as source dirs (afte

Re: Lucene as projects in Eclipse

2009-10-28 Thread Robert Muir
Also DM, if you do it this way as one project with subclipse, you have the entire lucene checkout from svn in your eclipse workspace folder. so you can do things like run ant, svn commands, edit things with vi, whatever, and then use 'refresh' in eclipse so it sees the changes. i like eclipse but

Re: Lucene as projects in Eclipse

2009-10-28 Thread Mark Miller
Also, on a side note, I really like using the hierarchical package presentation as opposed to flat ;) Mark Miller wrote: > Hmm ... well perhaps it takes more work if you want them each as a > separate project? I just make it one project. > > I check out trunk with subclipse, using new Java project

Re: Lucene as projects in Eclipse

2009-10-28 Thread Mark Miller
Hmm ... well perhaps it takes more work if you want them each as a separate project? I just make it one project. I check out trunk with subclipse, using new Java project. The I go to the project properties and add java/test for core as source dirs (after removing the default one eclipse picks) - t

Re: Lucene as projects in Eclipse

2009-10-28 Thread Robert Muir
DM, I create one project (new project, checkout projects from SVN, and let it set it as a java project). I then set the source folders like you mentioned below. I add lib/junit*whatever.jar to library classpath, and set UTF-8 default encoding for the project. and set the formatter to the lucene st

Re: Lucene as projects in Eclipse

2009-10-28 Thread DM Smith
On 10/28/2009 01:03 PM, Mark Miller wrote: DM Smith wrote: Is there any guidance on how to set up Lucene for development within Eclipse. Perhaps a wiki page or an old email thread? I looked but didn't find one. I've done it manually twice now and it was time-consuming and ultimately I did it

Re: Lucene as projects in Eclipse

2009-10-28 Thread Mark Miller
DM Smith wrote: > Is there any guidance on how to set up Lucene for development within > Eclipse. > Perhaps a wiki page or an old email thread? I looked but didn't find one. > I've done it manually twice now and it was time-consuming and > ultimately I did it differently each time, not liking any w

Lucene as projects in Eclipse

2009-10-28 Thread DM Smith
Is there any guidance on how to set up Lucene for development within Eclipse. Perhaps a wiki page or an old email thread? I looked but didn't find one. I've done it manually twice now and it was time-consuming and ultimately I did it differently each time, not liking any way I have done it. Or