Re: Eclipse project files...

2010-04-17 Thread Erick Erickson
good experience with Lucene and Solr... I am >> >> still having problems trying to configure Eclipse to run Solr tests >> (and >> >> yes, I've changed the current directory... but I still have problems). >> >> >> >> Paolo >> >>

Re: Eclipse project files...

2010-04-16 Thread Erick Erickson
>> > >> Paolo > >> > >> > >> Best > >>> Erick > >>> > >>> On Thu, Apr 15, 2010 at 5:04 PM, hkmortensen wrote: > >>> > >>> I spend about two days last week to import lucene and solr

Re: Eclipse project files...

2010-04-16 Thread hkmortensen
;>> the source path). >>>> >>>> I would like to help putting some useable project files for eclipse >>>> together >>>> (including the test files ;-) ). >>>> >>>> Why are classpath files generally not included in o

Re: Eclipse project files...

2010-04-16 Thread Paolo Castagna
Robert Muir wrote: On Mon, Apr 12, 2010 at 5:15 AM, Paolo Castagna < castagna.li...@googlemail.com> wrote: For Lucene, I needed two more jars from Ant project: - ant-1.7.1.jar - ant-junit-1.7.1.jar Paolo, I put these in the lib directory now, to hopefully make IDE configuration easier.

Re: Eclipse project files...

2010-04-16 Thread Paolo Castagna
Erick Erickson wrote: Well, there certainly *can* be absolute paths, it depends on whether all your jars are relative to the checked-out project or whether you had to go exploring your machine. I didn't said that is not possible to have absolute paths. :-) True, there certainly *can* be absolut

Re: Eclipse project files... and Debian

2010-04-16 Thread Paolo Castagna
Hi Thomas, first of all, thank you for sharing your opinions (I followed your recent problems with JSON, for example :-)). I fully understand your troubles. I use Ubuntu (and therefore part of Debian). Thank you for all the good stuff you (your Thomas and the community) are doing. But, for Java

Re: Eclipse project files... and Debian

2010-04-16 Thread Thomas Koch
Hi, there's also another kind of user with different expectations to the classpath. I'm new to the world of java and I'm kind of shocked, how binary jar files are thrown around and nobody cares, what they contain and where they came from. When I package a software for Debian, the users of Debia

Re: Eclipse project files...

2010-04-15 Thread Erick Erickson
ene and solr in eclipse. I >>>> would not call it easy at all. I took the test sources away completely >>>> (from >>>> the source path). >>>> >>>> I would like to help putting some useable project files for eclipse >>>> together &g

Re: Eclipse project files...

2010-04-15 Thread Erick Erickson
>>> Why are classpath files generally not included in open source projects? >>> Would they do any harm? I realise when you get experienced with the >>> software >>> you want to make it slim to make text search faster. But for new people >>> in >>> a project it would be a lot nicer, I think. >>> >>> Is there any way of distribute work on the solr project? I would not like >>> to >>> do a lot of effort to adapt to eclipse if somebody else does it the same >>> time >>> >>> >>> -- >>> View this message in context: >>> http://n3.nabble.com/Eclipse-project-files-tp708987p722342.html >>> Sent from the Solr - Dev mailing list archive at Nabble.com. >>> >>> >>

Re: Eclipse project files...

2010-04-15 Thread Paolo Castagna
hkmortensen wrote: I spend about two days last week to import lucene and solr in eclipse. I would not call it easy at all. I took the test sources away completely (from the source path). I share and understand your pain. I would like to help putting some useable project files for eclipse toge

Re: Eclipse project files...

2010-04-15 Thread Paolo Castagna
Robert Muir wrote: On Mon, Apr 12, 2010 at 5:15 AM, Paolo Castagna < castagna.li...@googlemail.com> wrote: For Lucene, I needed two more jars from Ant project: - ant-1.7.1.jar - ant-junit-1.7.1.jar Paolo, I put these in the lib directory now, to hopefully make IDE configuration easier.

Re: Eclipse project files...

2010-04-15 Thread Paolo Castagna
Is there any way of distribute work on the solr project? I would not like to do a lot of effort to adapt to eclipse if somebody else does it the same time -- View this message in context: http://n3.nabble.com/Eclipse-project-files-tp708987p722342.html Sent from the Solr - Dev mailing list archive at Nabble.com.

Re: Eclipse project files...

2010-04-15 Thread Erick Erickson
omebody else does it the same > time > > > -- > View this message in context: > http://n3.nabble.com/Eclipse-project-files-tp708987p722342.html > Sent from the Solr - Dev mailing list archive at Nabble.com. >

Re: Eclipse project files...

2010-04-15 Thread hkmortensen
solr project? I would not like to do a lot of effort to adapt to eclipse if somebody else does it the same time -- View this message in context: http://n3.nabble.com/Eclipse-project-files-tp708987p722342.html Sent from the Solr - Dev mailing list archive at Nabble.com.

Re: Eclipse project files...

2010-04-15 Thread Grant Ingersoll
AFAICT, those are just coding styles. It would be nice to have the project files setup somehow too. On Apr 14, 2010, at 2:40 PM, Chris Hostetter wrote: > > : I think it would be good to put these up on the Wiki. > > We have Eclipse and IDEA configs on the wiki, we just need users of > thos

Re: Eclipse project files...

2010-04-14 Thread Chris Hostetter
: I think it would be good to put these up on the Wiki. We have Eclipse and IDEA configs on the wiki, we just need users of those IDEs to be proactive about making sure they work well... http://wiki.apache.org/solr/HowToContribute#Helpful_Resources -Hoss

Re: Eclipse project files...

2010-04-13 Thread Grant Ingersoll
/issues.apache.org/jira/browse/SOLR-1531 > [2] https://issues.apache.org/jira/browse/HADOOP-6407 > [3] > http://wiki.apache.org/solr/HowToContribute#Notes_for_Eclipse_and_the_New_Merged_Lucene.2BAC8-Solr_checkout > > Rich Cariens wrote: >> Ahoy ahoy, >> Would anyone be

Re: Eclipse project files...

2010-04-13 Thread Robert Muir
On Mon, Apr 12, 2010 at 5:15 AM, Paolo Castagna < castagna.li...@googlemail.com> wrote: > > For Lucene, I needed two more jars from Ant project: > > - ant-1.7.1.jar > - ant-junit-1.7.1.jar > > Paolo, I put these in the lib directory now, to hopefully make IDE configuration easier. By the way, t

Re: Eclipse project files...

2010-04-12 Thread Lance Norskog
Yes, I meant: File > New > Java Project > Create project from existing source I also ripped out the backward stuff, benchmark, some other things that did not compile since Solr does not use them. I use Eclipse search a lot, and with everything in the project, text searching takes way too long. Ha

Re: Eclipse project files...

2010-04-12 Thread Rich Cariens
I think that's what Lance meant ("Create project from existing source"). I had more luck with that, but I still have around 100 errors in Lucene and 5 or so in Solr. I'm not worried about it though; I'm pretty sure I can get it all sorted out and do what I need to do. Best, Rich On Mon, Apr 12,

Re: Eclipse project files...

2010-04-12 Thread Koji Sekiguchi
Paolo Castagna wrote: Hi, could you be more precise about 'import project from source tree'. I think he suggested File > New > Java Project > Create project from existing source ? Koji -- http://www.rondhuit.com/en/

Re: Eclipse project files...

2010-04-12 Thread Paolo Castagna
uild path. It's hard to get rid of files you don't want to scan with a full project search, which I do all the time. On Fri, Apr 9, 2010 at 11:42 AM, Rich Cariens wrote: Ahoy ahoy, Would anyone be willing to share their Eclipse project files for Solr and Lucene? I can go through the motions but I'd rather be consistent with other Eclipse users. Thanks in advance, Rich

Re: Eclipse project files...

2010-04-09 Thread Lance Norskog
d path. It's hard to get rid of files you don't want to scan with a full project search, which I do all the time. On Fri, Apr 9, 2010 at 11:42 AM, Rich Cariens wrote: > Ahoy ahoy, > > Would anyone be willing to share their Eclipse project files for Solr and > Lucene?  I can g

Eclipse project files...

2010-04-09 Thread Rich Cariens
Ahoy ahoy, Would anyone be willing to share their Eclipse project files for Solr and Lucene? I can go through the motions but I'd rather be consistent with other Eclipse users. Thanks in advance, Rich