RE: Compile failure in 2.9.1 Highlighter

2009-10-20 Thread Uwe Schindler
o:ysee...@gmail.com] On Behalf Of Yonik > Seeley > Sent: Tuesday, October 20, 2009 4:19 PM > To: java-dev@lucene.apache.org > Subject: Re: Compile failure in 2.9.1 Highlighter > > Not sure... but could it just be that you are relying on autoboxing, > which is a Java5 feature, and t

Re: Compile failure in 2.9.1 Highlighter

2009-10-20 Thread Mark Miller
Thank you, than you, thank you ... I could have run around that for years. Yonik Seeley wrote: > Not sure... but could it just be that you are relying on autoboxing, > which is a Java5 feature, and the core is still marked for Java1.4 > syntax? > > -Yonik > http://www.lucidimagination.com > > > >

Re: Compile failure in 2.9.1 Highlighter

2009-10-20 Thread Yonik Seeley
Not sure... but could it just be that you are relying on autoboxing, which is a Java5 feature, and the core is still marked for Java1.4 syntax? -Yonik http://www.lucidimagination.com On Tue, Oct 20, 2009 at 10:02 AM, Mark Miller wrote: > Can someone help me figure this out. The Highlighter tes

Compile failure in 2.9.1 Highlighter

2009-10-20 Thread Mark Miller
Can someone help me figure this out. The Highlighter test runs and passes for me in Eclipse. It obviously compiles too. But when I try and compile with the ant build scripts, I get: [javac] /home/mark/workspace/lucene_2_9/contrib/highlighter/src/test/org/apache/lucene/search/highlight/Highlig