RE: Having some trouble running tests with custom codec

2015-10-12 Thread Uwe Schindler
Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: u...@thetaphi.de > -Original Message- > From: Sigbjørn Lund Olsen [mailto:sigbjorn.lund.ol...@gmail.com] > Sent: Monday, October 12, 2015 6:08 PM > To: java-user@lucene.apache.org &

Re: Having some trouble running tests with custom codec

2015-10-12 Thread Sigbjørn Lund Olsen
gt; > > > On 12 October 2015 at 09:12, Uwe Schindler wrote: > > > > > >> Hi, > > >> > > >> One debugging solution is to use the "-verbose" parameter in the ANT > > >> command line. Shortly before starting the test runner it prints the >

RE: Having some trouble running tests with custom codec

2015-10-12 Thread Uwe Schindler
> From: Sigbjørn Lund Olsen [mailto:sigbjorn.lund.ol...@gmail.com] > Sent: Monday, October 12, 2015 4:55 PM > To: java-user@lucene.apache.org > Subject: Re: Having some trouble running tests with custom codec > > Ok, found that core/build.xml was the place to edit. The jar is now

Re: Having some trouble running tests with custom codec

2015-10-12 Thread Sigbjørn Lund Olsen
; >> > -----Original Message- >> > From: Uwe Schindler [mailto:u...@thetaphi.de] >> > Sent: Monday, October 12, 2015 8:47 AM >> > To: java-user@lucene.apache.org >> > Subject: RE: Having some trouble running tests with custom codec >> > >>

Re: Having some trouble running tests with custom codec

2015-10-12 Thread Sigbjørn Lund Olsen
parameter. > > Uwe > > - > Uwe Schindler > H.-H.-Meier-Allee 63, D-28213 Bremen > http://www.thetaphi.de > eMail: u...@thetaphi.de > > > > -Original Message- > > From: Uwe Schindler [mailto:u...@thetaphi.de] > > Sent: Monday, October 1

RE: Having some trouble running tests with custom codec

2015-10-12 Thread Uwe Schindler
Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: u...@thetaphi.de > -Original Message- > From: Uwe Schindler [mailto:u...@thetaphi.de] > Sent: Monday, October 12, 2015 8:47 AM > To: java-user@lucene.apache.org > Subject: RE: Having some trouble r

RE: Having some trouble running tests with custom codec

2015-10-11 Thread Uwe Schindler
Hi, adding the codec JAR to the ANT classpath does not help, as it is not part of the test classpath: > Running *ant -Dtestcase=TestSegmentTermDocs -Dtests.codec=HelloCodec > -lib > /path/to/hello-1.0.jar* test gives me the following error: > * -lib cannot work as it just adds your JAR to ant's

Re: Having some trouble running tests with custom codec

2015-10-11 Thread Duke DAI
How about add line feed for the single line? It seems I have the impression that line feed is required. Best regards, Duke If not now, when? If not me, who? On Fri, Oct 9, 2015 at 10:07 PM, Sigbjørn Lund Olsen < sigbjorn.lund.ol...@gmail.com> wrote: > As part of my master's thesis I am planning