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
&
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
>
> 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
;
>> > -----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
>> >
>>
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
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
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
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