Search Service for Turbine

2000-05-28 Thread Leon Messerschmidt
Hi I added (hopefully) general purpose search engine interfaces to the Turbine Services. I also added an implementation for an open-source search engine - Lucene (lucene.sourceforge.net - i think :-) otherwise just do a search for lucene on www.sourceforge.net Finally I did a webmacro test

ODP: Build Problems

2000-05-28 Thread Rafal Krzewski
I receive the following error: java.lang.IncompatibleClassChangeError: Unimplemented interface method at org.apache.tools.ant.SunParser.parse(SunParser.java:76) at org.apache.tools.ant.ProjectHelper.configureProject(ProjectHel per.java:84) at

Re: Search Service for Turbine

2000-05-28 Thread Jon Stevens
on 5/29/2001 12:11 AM, Leon Messerschmidt at [EMAIL PROTECTED] wrote: Hi I added (hopefully) general purpose search engine interfaces to the Turbine Services. I also added an implementation for an open-source search engine - Lucene (lucene.sourceforge.net - i think :-) otherwise just do

ODP: Vote: Give Rafal CVS write

2000-05-28 Thread Rafal Krzewski
Hello all! I received my CVS password. I wish to thank you for your trust. I feel that a new chapter of my life is beginnig... I read the coding_conventions.html, and I promise to follow the guidelines. Although I must admit that I prefer java style of bracket placement -

RE: Vote: Give Rafal CVS write

2000-05-28 Thread Krzysztof Zelazowski
Dear All, I read the coding_conventions.html, and I promise to follow the guidelines. Although I must admit that I prefer java style of bracket placement - http://java.sun.com/docs/codeconv/html/CodeConventions.doc6.html#449 Should you be ever discussing changing the policy - you know my

Re: ODP: Vote: Give Rafal CVS write

2000-05-28 Thread jeffprickett
On Mon, 29 May 2000, Rafal Krzewski wrote: Hello all! I received my CVS password. I wish to thank you for your trust. I feel that a new chapter of my life is beginnig... ^^ snip I hear you on that last sentiment!! I work on the

NEW Scheduler UI - run CVS update -P

2000-05-28 Thread dave bryson
I've removed all the old WM stuff and created a new Scheduler UI based upon the new Model 2+1. In creating the new UI, I left a place holder to add the UserAdmin stuff in if we want. I also added a pre-configured Turbine properties file in the conf directory. This is only there to help new

UploadFile and JServ

2000-05-28 Thread dave bryson
Is the readInputStream() in the actions/UploadFile.java still required for JServ? I'm getting an ArrayIndexOutOfBoundsException when using the UploadFile on JServ 1.1 but it's working fine on other Servlet engines. thanks, -- dave [EMAIL PROTECTED] --

Re: Search Service for Turbine

2000-05-28 Thread Leon Messerschmidt
Hi - Original Message - From: Rafal Krzewski [EMAIL PROTECTED] Sent: Monday, May 29, 2000 3:19 AM I would love to be able to do this, but if there is *anything* that is specific to Lucene in there, I can't allow it because of license issues...Lucene is unfortunately GPL. I hope