RE: JUnit Tests and maven status

2005-08-29 Thread Nathaniel Alfred
-Original Message- From: Bertrand Delacretaz [mailto:[EMAIL PROTECTED] Sent: Freitag, 26. August 2005 13:53 To: dev@cocoon.apache.org Subject: Re: JUnit Tests and maven status Le 26 août 05, à 13:17, Daniel Fagerstrom a écrit : Bertrand Delacretaz wrote: Maybe we could

Re: ResourceReader and multiple ranges

2005-08-29 Thread Andreas Hartmann
Oliver Schalch wrote: Andreas Hartmann said the following on 25.08.2005 11:32: Hi Cocoon devs, I'm facing a problem delivering PDFs using the ResourceReader. [...] Not quite sure if its about your issue, but there is a old thread about ResourcReader and PDFs:

Re: Lucene Block 1.1

2005-08-29 Thread Robert Goene
Hi Nicolas, Is it possible to add the index when the IndexManager is already configured? I would like to add an index in runtime. Can you tell me how i should retrieve the IndexManager from another piece of code? Thanks! Nicolas Maisonneuve wrote: variable: no possible but you can change

[2.2] Readd jx or move template block to core

2005-08-29 Thread Carsten Ziegeler
The current core uses jxtg in many places (junit tests and a lot of the samples). Currently they are all broken if you just build core which is imho bad. So can we readd the jxtg until the template block is mature enough? Or can we move the template block to core? Or do we want to move all samples

Re: [2.2] Readd jx or move template block to core

2005-08-29 Thread Vadim Gritsenko
Carsten Ziegeler wrote: The current core uses jxtg in many places (junit tests and a lot of the samples). Currently they are all broken if you just build core which is imho bad. So can we readd the jxtg until the template block is mature enough? Or can we move the template block to core? Or do

The difference between Cocoon and Struts users.

2005-08-29 Thread Leszek Gawron
Cocoon users like their holidays. Struts users tend to work almost twice as hard during warm months ;) http://raibledesigns.com/page/rd?entry=wicket_is_the_most_widely -- Leszek Gawron [EMAIL PROTECTED] IT Manager

Re: The difference between Cocoon and Struts users.

2005-08-29 Thread Mark Leicester
Hi Leszek, For longer term trends, a quick glance at these graphs may be useful: http://dir.gmane.org/gmane.comp.jakarta.struts.user http://dir.gmane.org/gmane.comp.java.wicket.user http://dir.gmane.org/gmane.text.xml.cocoon.user Looking at the Cocoon users' list I notice five peaks per year,

DO NOT REPLY [Bug 27440] - nesting-error in SQLTransformer

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

DO NOT REPLY [Bug 36373] - [PATCH] getTime(...) of CocoonLogFormatter implemented incorrectly

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

Re: [2.2] Readd jx or move template block to core

2005-08-29 Thread Joerg Heinicke
On 29.08.2005 16:42, Carsten Ziegeler wrote: The current core uses jxtg in many places (junit tests and a lot of the samples). Currently they are all broken if you just build core which is imho bad. So can we readd the jxtg until the template block is mature enough? Or can we move the template

Re: [2.2] Readd jx or move template block to core

2005-08-29 Thread Daniel Fagerstrom
Carsten Ziegeler wrote: The current core uses jxtg in many places (junit tests JUnit tests that use jxtg aren't really unit tests, they are functional tests and should be placed in the htmlunit test area instead. Then the functional tests should be an own block (bundle) and could depend both

Re: [2.2] Readd jx or move template block to core

2005-08-29 Thread Upayavira
Daniel Fagerstrom wrote: Carsten Ziegeler wrote: The current core uses jxtg in many places (junit tests JUnit tests that use jxtg aren't really unit tests, they are functional tests and should be placed in the htmlunit test area instead. Then the functional tests should be an own block

VariableResolver

2005-08-29 Thread Ralph Goers
I'm a little confused. In treeprocessor we have class NOPVariableResolver class PreparedVariableResolver class VariableResolver class VariableResolverFactory In the portal block we have class DefaultVariableResolverFactory class NOPVariableResolver class

DO NOT REPLY [Bug 27440] - nesting-error in SQLTransformer

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

Re: svn commit: r264119 - in /cocoon/branches/BRANCH_2_1_X: src/java/org/apache/cocoon/serialization/AbstractTextSerializer.java src/java/org/apache/cocoon/transformation/CIncludeTransformer.java status.xml

2005-08-29 Thread Vadim Gritsenko
[EMAIL PROTECTED] wrote: Add possibility to remove comments to all text based serializers and to cinclude transformer. Do you really think serializers and cinclude transformer are a good place for additional xml filtering logic? What if you want to indent included xml - is it good idea to

Proposal: Document-based SOAP generator and serializer

2005-08-29 Thread Stephan Zuercher
Hi all, As part of a project for my employer, I've developed a SOAPGenerator and SOAPSerializer that support creating pipelines that accept and process SOAP document style requests. My employer has given me the okay to contribute these to the Cocoon project. This e-mail is intended to describe

Re: Lucene Block 1.1

2005-08-29 Thread Robert Goene
I am sorry for my rude, general question. I will specify my problem some more: I am using the IndexManager for a number of predefined indexes, but i also want to add indexes while cocoon is running. The idea is to read an modified index definition with code similar to the

Re: Lucene Block 1.1

2005-08-29 Thread Nicolas Maisonneuve
look in the source code org.apache.cocoon.components.search.components.impl.IndexManager#ConfigureIndexManager On 8/29/05, Robert Goene [EMAIL PROTECTED] wrote: I am sorry for my rude, general question. I will specify my problem some more: I am using the IndexManager for a number of