You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@lucene.apache.org by Tim Jones <TJ...@hoovers.com> on 2004/05/13 22:10:51 UTC

Re: Java 1.4 (was: new Lucene release: 1.4 RC3)

yes - it has to do with the anonymous inner classes - see

http://issues.apache.org/bugzilla/show_bug.cgi?id=27638

did we decide to leave this as a "compile in 1.4, run in 
1.3" work around, or to convert the anonymous inner classes
to named inner classes?

this is the only 1.4 dependency that I know of.


> -----Original Message-----
> From: Terry Steichen [mailto:terry@net-frame.com]
> Sent: Wednesday, May 12, 2004 9:42 AM
> To: Lucene Users List
> Subject: Re: new Lucene release: 1.4 RC3
> 
> 
> Last time I checked, JDK 1.4 was needed to compile the 
> classes implementing
> the new sorting features.  Part of the issue was the 
> inclusion of the regex
> classes, but the other dependency had to do (as I recall) 
> with some kind of
> inner class constructs (that JDK 1.3 won't compile).  I 
> believe that the
> contributor, Tim Jones, fixed some of then to work with JDK 
> 1.3, but to the
> best of my knowledge, not the inner class stuff.
> 
> Regards,
> 
> Terry
> 
> ----- Original Message ----- 
> From: "Otis Gospodnetic" <ot...@yahoo.com>
> To: "Lucene Users List" <lu...@jakarta.apache.org>
> Sent: Wednesday, May 12, 2004 8:04 AM
> Subject: Re: new Lucene release: 1.4 RC3
> 
> 
> > I don't recall any JDK 1.4 methods/classes being used, and 
> I just saw
> > Doug replacing one AssertException (1.4) with RuntimeException.
> >
> > Are there some 1.4 dependencies I'm not aware of?
> >
> > Otis
> >
> > --- Terry Steichen <te...@net-frame.com> wrote:
> > > I presume this still requires Java 1.4 to build, but will run with
> > > Java 1.3?
> > >
> > > Regards,
> > >
> > > Terry
> > >
> > > ----- Original Message ----- 
> > > From: "Doug Cutting" <cu...@apache.org>
> > > To: "Lucene Users List" <lu...@jakarta.apache.org>
> > > Sent: Tuesday, May 11, 2004 4:51 PM
> > > Subject: new Lucene release: 1.4 RC3
> > >
> > >
> > > > Version 1.4 RC3 of Lucene is available for download from:
> > > >
> > > > http://cvs.apache.org/dist/jakarta/lucene/v1.4-rc3/
> > > >
> > > > Changes are described at:
> > > >
> > > >
> > >
> >
> http://cvs.apache.org/viewcvs.cgi/*checkout*/jakarta-lucene/CH
ANGES.txt?rev=1.85
> > >
> > > Doug
> > >
> > >
> > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: lucene-user-unsubscribe@jakarta.apache.org
> > > For additional commands, e-mail:
> > lucene-user-help@jakarta.apache.org
> > >
> > >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: lucene-user-unsubscribe@jakarta.apache.org
> > For additional commands, e-mail: lucene-user-help@jakarta.apache.org
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: lucene-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: lucene-user-help@jakarta.apache.org
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: lucene-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: lucene-user-help@jakarta.apache.org

---------------------------------------------------------------------
To unsubscribe, e-mail: lucene-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: lucene-user-help@jakarta.apache.org


Re: Java 1.4 (was: new Lucene release: 1.4 RC3)

Posted by Terry Steichen <te...@net-frame.com>.
For my $.02, I think it is a mistake to leave this single dependency, if
there's some reasonably easy way to remove it.

Regards,

Terry

----- Original Message ----- 
From: "Tim Jones" <TJ...@hoovers.com>
To: "'Lucene Users List'" <lu...@jakarta.apache.org>
Sent: Thursday, May 13, 2004 4:10 PM
Subject: Re: Java 1.4 (was: new Lucene release: 1.4 RC3)


> yes - it has to do with the anonymous inner classes - see
>
> http://issues.apache.org/bugzilla/show_bug.cgi?id=27638
>
> did we decide to leave this as a "compile in 1.4, run in
> 1.3" work around, or to convert the anonymous inner classes
> to named inner classes?
>
> this is the only 1.4 dependency that I know of.
>
>
> > -----Original Message-----
> > From: Terry Steichen [mailto:terry@net-frame.com]
> > Sent: Wednesday, May 12, 2004 9:42 AM
> > To: Lucene Users List
> > Subject: Re: new Lucene release: 1.4 RC3
> >
> >
> > Last time I checked, JDK 1.4 was needed to compile the
> > classes implementing
> > the new sorting features.  Part of the issue was the
> > inclusion of the regex
> > classes, but the other dependency had to do (as I recall)
> > with some kind of
> > inner class constructs (that JDK 1.3 won't compile).  I
> > believe that the
> > contributor, Tim Jones, fixed some of then to work with JDK
> > 1.3, but to the
> > best of my knowledge, not the inner class stuff.
> >
> > Regards,
> >
> > Terry
> >
> > ----- Original Message ----- 
> > From: "Otis Gospodnetic" <ot...@yahoo.com>
> > To: "Lucene Users List" <lu...@jakarta.apache.org>
> > Sent: Wednesday, May 12, 2004 8:04 AM
> > Subject: Re: new Lucene release: 1.4 RC3
> >
> >
> > > I don't recall any JDK 1.4 methods/classes being used, and
> > I just saw
> > > Doug replacing one AssertException (1.4) with RuntimeException.
> > >
> > > Are there some 1.4 dependencies I'm not aware of?
> > >
> > > Otis
> > >
> > > --- Terry Steichen <te...@net-frame.com> wrote:
> > > > I presume this still requires Java 1.4 to build, but will run with
> > > > Java 1.3?
> > > >
> > > > Regards,
> > > >
> > > > Terry
> > > >
> > > > ----- Original Message ----- 
> > > > From: "Doug Cutting" <cu...@apache.org>
> > > > To: "Lucene Users List" <lu...@jakarta.apache.org>
> > > > Sent: Tuesday, May 11, 2004 4:51 PM
> > > > Subject: new Lucene release: 1.4 RC3
> > > >
> > > >
> > > > > Version 1.4 RC3 of Lucene is available for download from:
> > > > >
> > > > > http://cvs.apache.org/dist/jakarta/lucene/v1.4-rc3/
> > > > >
> > > > > Changes are described at:
> > > > >
> > > > >
> > > >
> > >
> > http://cvs.apache.org/viewcvs.cgi/*checkout*/jakarta-lucene/CH
> ANGES.txt?rev=1.85
> > > >
> > > > Doug
> > > >
> > > >
> > > ---------------------------------------------------------------------
> > > > To unsubscribe, e-mail: lucene-user-unsubscribe@jakarta.apache.org
> > > > For additional commands, e-mail:
> > > lucene-user-help@jakarta.apache.org
> > > >
> > > >
> > >
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: lucene-user-unsubscribe@jakarta.apache.org
> > > For additional commands, e-mail: lucene-user-help@jakarta.apache.org
> > >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: lucene-user-unsubscribe@jakarta.apache.org
> > For additional commands, e-mail: lucene-user-help@jakarta.apache.org
> >
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: lucene-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: lucene-user-help@jakarta.apache.org
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: lucene-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: lucene-user-help@jakarta.apache.org
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: lucene-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: lucene-user-help@jakarta.apache.org