Re: applying patch in Eclipse to get SpanHighlighter functionality

2008-03-07 Thread Grant Ingersoll
From the command line, assuming you have the patch command: patch -p 0 -i Is how I apply patches that were generated using svn diff. -Grant On Mar 5, 2008, at 1:30 PM, Donna L Gresh wrote: Thanks Mark- I'm very much a newbie in all this patching stuff, but I don't think I'm using anything

Re: applying patch in Eclipse to get SpanHighlighter functionality

2008-03-05 Thread Donna L Gresh
Thanks Mark- I'm very much a newbie in all this patching stuff, but I don't think I'm using anything other than built-in Eclipse functionality using team->apply patch. And it's clearly not working well. I took a look at TortoiseSVN but I think it's way overkill for me-- oh well; maybe I'll just

Re: applying patch in Eclipse to get SpanHighlighter functionality

2008-03-05 Thread Mark Miller
Are you using subclipse to apply the patch? Its not very good at it. I use TortoiseSVN for patching, as its much smarter about these things. With TortoiseSVN, you just patch from the root dir and it knows you are referring to the contrib folder thats under the root directory (the directory you

applying patch in Eclipse to get SpanHighlighter functionality

2008-03-05 Thread Donna L Gresh
I have downloaded the Lucene (core, 2.3.1) code and created a project using Eclipse (pointing to src/java) to use it. That works fine, along with the contrib highlighter jar file from the standard distribution. I have also successfully added an additional Eclipse project for the (standard) High