Cocoon-2.1.X Tests Failure 12/29/04

2004-12-29 Thread Vadim Gritsenko
Automated Cocoon Unit tests failed! Full log file if this unit test run is available here: http://nagoya.apache.org/~vadim/cocoon-test-log-20041229.log Last messages from the log file: == [foreach] reader-mime-type.xml:39

Re: [CForms] Binding and Namespaces

2004-12-29 Thread Gianugo Rabellino
On Sep 2, 2004, at 5:43 PM, Marc Portier wrote: Sylvain Wallez wrote: Marc Portier wrote: Sylvain Wallez wrote: Carsten Ziegeler wrote: If I'm binding an XML document to a form, is it possible to use namespaces in the binding? (The bound data has namespaces) After a very long hiatus (didn't know

DO NOT REPLY [Bug 32608] - new XML serializer should support DOCTYPE sitemap config

2004-12-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=32608. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.

Re: [CForms] Binding and Namespaces

2004-12-29 Thread Marc Portier
Gianugo Rabellino wrote: On Sep 2, 2004, at 5:43 PM, Marc Portier wrote: Sylvain Wallez wrote: Marc Portier wrote: Sylvain Wallez wrote: Carsten Ziegeler wrote: If I'm binding an XML document to a form, is it possible to use namespaces in the binding? (The bound data has namespaces) After a

Re: Integrating auto-generated docs

2004-12-29 Thread Reinhard Poetz
David Crossley wrote: Reinhard Poetz wrote: Some of us started with generating docs out of Java sources (sitemap components). I have to admit that I have no experience with this process but I would like to integrate these reference docs into the new documentation. There is a rough explanation

New structure of Cocoon documentation and doc repositories

2004-12-29 Thread Reinhard Poetz
If we talk about documentation we usually mean all the documents available at http://cocoon.apache.org. I think it's time to look at our documentation in a more differentiated way. Currently we have a - project documentation (who we are, download, ...) - manuals for each minor and major release

Rhino 1.6R1, released 2004-11-29. Update?

2004-12-29 Thread Antonio Gallardo
Hi: In 2.2, we are currently using a CVS version of the Mozilla Rhino: rhino1_6R1pre_20041102T2302.jar Can we update to 1.6R1 (official released version)? I guess this is OK, but Reinhard has more knowledge of Rhino. ;-) Not sure if Reinhard is now OK. In any case,please just send a yes to

Re: Rhino 1.6R1, released 2004-11-29. Update?

2004-12-29 Thread Antonio Gallardo
Forget. I tested it and it works. It is already on the SVN. :-D Best Regards, Antonio Gallardo On Mie, 29 de Diciembre de 2004, 8:31, Antonio Gallardo dijo: Hi: In 2.2, we are currently using a CVS version of the Mozilla Rhino: rhino1_6R1pre_20041102T2302.jar Can we update to 1.6R1

Cocoon 2.0 - 2.1 transition question: call-template with nodes (fwd)

2004-12-29 Thread Benedikt Heinen
[I posted the following message to the cocoon-users list before, but I didn't get any answers at all there; maybe one of the developers round here knows?] I'm trying to move from cocoon 2.0 to 2.1, but I am having trouble getting some of my old stylesheets to work in 2.1. Specifically, some

Re: SourceResolver for custom Source (and SourceFactory)

2004-12-29 Thread Carsten Ziegeler
Tuomo L wrote: Hi, I'm writing a custom Source and SourceFactory for Cocoon, which takes uris in this form: mysource:context://foo/bar.zip:mydir/myfile.gif. The part between the two :'s is a sub-uri, which I need to resolve. How can I do this, so that any Cocoon URI works, for example:

Re: SourceResolver for custom Source (and SourceFactory)

2004-12-29 Thread Tuomo L
Thanks Carsten! I got my source working now, but it's awfully slow. The source gets a specially modified zip-file from any cocoon source (context used) and after working on it, extracts a file from this zipped package. The slow section seems to be the unzipping part. Also, no caching seems to

Splitting cocoon.xconf: done

2004-12-29 Thread Sylvain Wallez
Hi all, I just committed the new feature that allows cocoon.xconf to be split into small parts. There is a new include src=/ statement that includes either a roles file or a xconf file. A minimal sourceresolver is setup at cocoon boot time that provides the resource: and context: protocols to

Re: Cocoon 2.0 - 2.1 transition question: call-template with nodes (fwd)

2004-12-29 Thread Sylvain Wallez
Benedikt Heinen wrote: [I posted the following message to the cocoon-users list before, but I didn't get any answers at all there; maybe one of the developers round here knows?] I'm trying to move from cocoon 2.0 to 2.1, but I am having trouble getting some of my old stylesheets to work in

Re: New structure of Cocoon documentation and doc repositories

2004-12-29 Thread David Crossley
Reinhard Poetz wrote: If we talk about documentation we usually mean all the documents available at http://cocoon.apache.org. I think it's time to look at our documentation in a more differentiated way. Currently we have a - project documentation (who we are, download, ...) -

trunk build docs using forrest_06_branch (Was: Remove current docs in trunk)

2004-12-29 Thread David Crossley
The build of Cocoon's static docs in trunk is now using the forrest_06_branch. svn co http://svn.apache.org/repos/asf/forrest/branches/forrest_06_branch cd forrest_06_branch ./build.sh export FORREST_HOME=`pwd`/src/core export PATH=$PATH:$FORREST_HOME/bin cd /usr/local/svn/cocoon-trunk ./build

forms block broken in 2.2-dev

2004-12-29 Thread Antonio Gallardo
Hi: I am able to compile, but when I request a page seems like a class is missing: org.apache.cocoon.forms.datatype.convertor.HTMLtoXMLStringConvertorBuilder Best Regards, Antonio Gallardo