Re: missing class in svn

2005-11-17 Thread Volodymyr Bychkoviak
should be remove for now. Luc -Original Message- From: Volodymyr Bychkoviak [mailto:[EMAIL PROTECTED] Sent: donderdag 17 november 2005 11:46 To: java-dev@lucene.apache.org Subject: Re: missing class in svn I found problem. Iterable is part of 1.5 jdk but AFAIK lucene is compatibl

RE: missing class in svn

2005-11-17 Thread Vanlerberghe, Luc
7 november 2005 11:46 To: java-dev@lucene.apache.org Subject: Re: missing class in svn I found problem. Iterable is part of 1.5 jdk but AFAIK lucene is compatible with 1.4. Vanlerberghe, Luc wrote: > Iterable is in java.lang since the collection classes where added (in > jdk 1.4 I believe)

Re: missing class in svn

2005-11-17 Thread Ronnie Kolehmainen
Negative, java.lang.Iterable was added in JDK 1.5. I sure hope that the next version of Lucene will not depend on JDK5... /Ronnie Vanlerberghe, Luc wrote: Iterable is in java.lang since the collection classes where added (in jdk 1.4 I believe). Lucene trunk also depends on 1.4 so there should

Re: missing class in svn

2005-11-17 Thread liam missin
Iterable was first added in jdk 1.5. Liam Vanlerberghe, Luc wrote: Iterable is in java.lang since the collection classes where added (in jdk 1.4 I believe). Lucene trunk also depends on 1.4 so there should be no problem. Luc -Original Message- From: Volodymyr Bychkoviak [mailto:[EMAIL

Re: missing class in svn

2005-11-17 Thread Volodymyr Bychkoviak
I found problem. Iterable is part of 1.5 jdk but AFAIK lucene is compatible with 1.4. Vanlerberghe, Luc wrote: Iterable is in java.lang since the collection classes where added (in jdk 1.4 I believe). Lucene trunk also depends on 1.4 so there should be no problem. Luc -Original Message

RE: missing class in svn

2005-11-17 Thread Vanlerberghe, Luc
Iterable is in java.lang since the collection classes where added (in jdk 1.4 I believe). Lucene trunk also depends on 1.4 so there should be no problem. Luc -Original Message- From: Volodymyr Bychkoviak [mailto:[EMAIL PROTECTED] Sent: donderdag 17 november 2005 10:55 To: java-dev@lucene