Older versions of Lucene?

2002-03-21 Thread Robert A. Decker

I'm on Java 1.1.8, and can't upgrade beyond that for quite some time due
to testing requirements.

I've managed to compile in and use the 1.2 StringBuffer class that is
required by Lucene. However, I'm getting tons of 'Integer constant out of
range' errors when building. For example:
   0xfffeL, 0xL, 0xL,
0xL

Are all out of range...

Did the size of a long change from 1.1.8 to 1.2? If so, is there a way to
use 1.1.8 and lucene?

If not, is it possible to use an older version?

thanks,
rob


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Re: Older versions of Lucene?

2002-03-21 Thread Otis Gospodnetic

Maybe you can find something in Lucene's old repository on
Sourceforge.net.

Otis

--- Robert A. Decker [EMAIL PROTECTED] wrote:
 I'm on Java 1.1.8, and can't upgrade beyond that for quite some time
 due
 to testing requirements.
 
 I've managed to compile in and use the 1.2 StringBuffer class that is
 required by Lucene. However, I'm getting tons of 'Integer constant
 out of
 range' errors when building. For example:
0xfffeL, 0xL, 0xL,
 0xL
 
 Are all out of range...
 
 Did the size of a long change from 1.1.8 to 1.2? If so, is there a
 way to
 use 1.1.8 and lucene?
 
 If not, is it possible to use an older version?
 
 thanks,
 rob
 
 
 --
 To unsubscribe, e-mail:  
 mailto:[EMAIL PROTECTED]
 For additional commands, e-mail:
 mailto:[EMAIL PROTECTED]
 


__
Do You Yahoo!?
Yahoo! Movies - coverage of the 74th Academy Awards®
http://movies.yahoo.com/

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]