Re: Lucene 3.3 in Eclipse

2011-05-16 Thread Erick Erickson
w would this version be published if there are missing jar > and there are compiling errors? > > -Original Message- > From: Steven A Rowe [mailto:sar...@syr.edu] > Sent: Sunday, May 15, 2011 11:15 PM > To: java-user@lucene.apache.org > Subject: RE: Lucene 3.3 in Eclipse

RE: Lucene 3.3 in Eclipse

2011-05-16 Thread cheng
Just curious. How would this version be published if there are missing jar and there are compiling errors? -Original Message- From: Steven A Rowe [mailto:sar...@syr.edu] Sent: Sunday, May 15, 2011 11:15 PM To: java-user@lucene.apache.org Subject: RE: Lucene 3.3 in Eclipse (Resending to

RE: Lucene 3.3 in Eclipse

2011-05-16 Thread cheng
Original Message- From: Steven A Rowe [mailto:sar...@syr.edu] Sent: Sunday, May 15, 2011 11:15 PM To: java-user@lucene.apache.org Subject: RE: Lucene 3.3 in Eclipse (Resending to the list - didn't notice that my reply went to Cheng directly) There is an Ant target "get-db-jar"

RE: Lucene 3.3 in Eclipse

2011-05-15 Thread Steven A Rowe
lto:zhoucheng2...@gmail.com] > Sent: Sunday, May 15, 2011 10:48 AM > To: java-user@lucene.apache.org > Cc: Steven A Rowe > Subject: RE: Lucene 3.3 in Eclipse > > Steve, thanks for correction. You are right. The version is 3.0.3 > released last Oct. > > I did place an ant

RE: Lucene 3.3 in Eclipse

2011-05-15 Thread Uwe Schindler
age- > From: cheng [mailto:zhoucheng2...@gmail.com] > Sent: Sunday, May 15, 2011 4:48 PM > To: java-user@lucene.apache.org > Cc: sar...@syr.edu > Subject: RE: Lucene 3.3 in Eclipse > > Steve, thanks for correction. You are right. The version is 3.0.3 released > last > Oc

RE: Lucene 3.3 in Eclipse

2011-05-15 Thread cheng
package, which are under contrib/db/bdb/src/java folder. Do you know when I can find the proper jar file? Cheng -Original Message- From: Steven A Rowe [mailto:sar...@syr.edu] Sent: Sunday, May 15, 2011 10:08 PM To: java-user@lucene.apache.org Subject: RE: Lucene 3.3 in Eclipse Hi Cheng

RE: Lucene 3.3 in Eclipse

2011-05-15 Thread Steven A Rowe
ubject: Lucene 3.3 in Eclipse > > Hi, I created a java project for Lucene 3.3 in Eclipse, and found that in > the DbHandleExtractor.java file, the package of > com.sleepycat.db.internal.Db > is not resolved. How can I overcome this? > > > > I have tried to download

Lucene 3.3 in Eclipse

2011-05-15 Thread cheng
Hi, I created a java project for Lucene 3.3 in Eclipse, and found that in the DbHandleExtractor.java file, the package of com.sleepycat.db.internal.Db is not resolved. How can I overcome this? I have tried to download .jar for this, but don't know which and where to download. Thanks