Re: Lucene Block 1.1

2005-08-23 Thread Nicolas Maisonneuve
variable: no possible but you can change the index location programmaticaly: IndexManager.getIndex("MyIndexName").setDirectory(MyNewPath); i hope this could be usefull for you On 8/23/05, Robert Goene <[EMAIL PROTECTED]> wrote: > I think i have solved it already. It is quite difficult to com

Re: [GSoC] status reports?

2005-08-23 Thread Antonio Gallardo
Hi Heh: Joerg already answered the questions. Just some ideas between lines. Heh wrote: Since last discussion, I've been working on how to use rdf data source and xul template to populate XUL widgets, how to connect to cocoon using XMLHttpRequest and update widgets through js scripts. So f

Re: [GSoC] status reports?

2005-08-23 Thread Joerg Heinicke
Hello Heh, On 24.08.2005 00:39, Heh wrote: Since last discussion, I've been working on how to use rdf data source and xul template to populate XUL widgets, how to connect to cocoon using XMLHttpRequest and update widgets through js scripts. So far I am able to create simple examples to demonstra

Re: [GSoC] status reports?

2005-08-23 Thread Heh
Since last discussion, I've been working on how to use rdf data source and xul template to populate XUL widgets, how to connect to cocoon using XMLHttpRequest and update widgets through js scripts. So far I am able to create simple examples to demonstrate those techniques (will be detailed in docum

DO NOT REPLY [Bug 29547] - can't use singleton classes in Continuable

2005-08-23 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Re: [GSoC] status reports?

2005-08-23 Thread Peter Hunsberger
> So for publishing I had the idea to follow something of a Javadoc > layout and give the document structure with a name at the top followed > by a description, details, warnings, and see-also. However, elements > of all types with a name attribute that isn't the null string should > all be group

DO NOT REPLY [Bug 36326] - [PATCH] ImageReader handle dimensions as percentage and JPEG quality addition

2005-08-23 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 35576] - [PATCH] ImageReader optional quality setting

2005-08-23 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 36326] New: - [PATCH] ImageReader handle dimensions as percentage and JPEG quality addition

2005-08-23 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Re: [GSoC] status reports?

2005-08-23 Thread Robert Graham
Thanks for the ideas...they may have given me a solution. I'm still not familiar enough with XSLT to really think with it or in it, but such ideas can give me a spark. I'll be more specific about the problem and lay out my quick idea for a solution. Then everyone can ridicule my hole-ridden solutio

Re: [GSoC] status reports?

2005-08-23 Thread Peter Hunsberger
On 8/22/05, Robert Graham <[EMAIL PROTECTED]> wrote: > The ordering issues are fairly simple to describe. I can't make XSLT > do what I want. Most likely because I'm not too familiar with it. I > have snippets (many of them) in a file with attributes of key, type, > and name. I'd like to order t

DO NOT REPLY [Bug 36322] - Continuation, sendPage and Rhino 1.6r1

2005-08-23 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 36322] New: - Continuation, sendPage and Rhino 1.6r1

2005-08-23 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Re: Lucene Block 1.1

2005-08-23 Thread Robert Goene
I think i have solved it already. It is quite difficult to combine existing cocoon configurations, i must say. I do have another question for you: i want to use multiple indexes in one cocoon webapp, but i would like to have a variable index location. Is it possible to define the index locatio

RE: [GSoC] status reports?

2005-08-23 Thread Max Pfingsthorn
Hi all! Well, I admit I am a bit behind, in a way. I have a strict plan by which I should be done by friday morning/thursday night ;) Progress-wise, I did everything preliminary. Partial widget definitions are possible and checked for completeness just before instantiation. I cleaned up the code

Re: Slightly OT: Eclipse is acting up with SVN on OS X. Please help.

2005-08-23 Thread hepabolu
Ugo Cei wrote: Il giorno 20/ago/05, alle 21:17, hepabolu ha scritto: What kind of error? With that combination I had problems whenever my The error is highly informative: 'Problems opening perspective svnPerspective' and 'Plug-in ...subclipse.ui was unable to load class SVNPreferen

Re: Lucene Block 1.1

2005-08-23 Thread Nicolas Maisonneuve
what error do you have exactly ? On 8/22/05, Robert Goene <[EMAIL PROTECTED]> wrote: > Thanks! I have included the lucene2.roles in the lenya.roles > configuration. I assume i have to do some more configuration on the > IndexManager part, because i get an error. > > Do you happen to have an examp

Re: [GSoC] status reports?

2005-08-23 Thread Robert Goene
Hi, The start of the project was much slower than i planned it to be. Cocoon and Lenya are more difficult to comprehend than i could imagine. Therefor it took a while before i came productive. The usecases for the searching, indexing and removing of documents are done. They work quite fast a

Re: [GSoC] status reports?

2005-08-23 Thread hepabolu
The ordering issues are fairly simple to describe. I can't make XSLT do what I want. Most likely because I'm not too familiar with it. I have snippets (many of them) in a file with attributes of key, type, and name. I'd like to order them by type first which I've done. The snippets that have the s

Caching pipelines broken in trunk?

2005-08-23 Thread Reinhard Poetz
I've just upgraded an application to the latest version of trunk and the caching pipes have stopped to work. AFAICS, getValidity() is never called. Any ideas? -- Reinhard Pötz Independent Consultant, Trainer & (IT)-Coach {Software Engineering, Open Source, Web Applications, Apach

RE: [GT2005] ANNOUNCE: Cocoon GetTogether registration NOW open

2005-08-23 Thread Arje Cahn
Hi Ralph, Yes, there is a cost... We've tried to keep it *superlow*, but since we need to pay for the room, we ask for a small fee of 25 EUR per day. I hope that's OK with you? Arjé > -Original Message- > From: Ralph Goers [mailto:[EMAIL PROTECTED] > Posted At: maandag 22 augustus 2005