DO NOT REPLY [Bug 25712] - [PATCH] ResourceReader does not support resumes/byteranges correctly

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

Re: [Vote] Component confs per sitemap [was: [RT]]

2004-12-22 Thread Sylvain Wallez
Carsten Ziegeler wrote: Sylvain Wallez wrote: Mmmh... ok, so let's forget about this classpath introspection for now, and see how life is with separate xconf files first. 1 :) Pr, I was expecting this ;-P Sylvain -- Sylvain Wallez Anyware Technologies

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

2004-12-22 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-20041222.log Last messages from the log file: == [foreach] reader-mime-type.xml:39

Re: Updating the java-repository

2004-12-22 Thread Giacomo Pati
Carsten Ziegeler wrote: Could someone plese update the java-repository (www.apache.org/dist/java-repository/cocoon) with the jars from 2.1.6? Currently I don't have access to a *nix machine (grmpf). I'll do it this afternoon CET. -- Giacomo Pati Otego AG, Switzerland - http://www.otego.com Orixo,

RE: Updating the java-repository

2004-12-22 Thread Carsten Ziegeler
Thanks, Giacomo!! Carsten -Original Message- From: Giacomo Pati [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 22, 2004 11:08 AM To: dev@cocoon.apache.org Subject: Re: Updating the java-repository Carsten Ziegeler wrote: Could someone plese update the java-repository

Build failed

2004-12-22 Thread george georgovassilis
Dear All I tried to build war (2.1.6) but failed on the following. Any ideas? G. snip ... xdocs\userdocs\transformers omitted as xdocs/userdocs/transformers is up to date. xdocs\userdocs\xsp omitted as xdocs/userdocs/xsp is up to date. D:\cocoon\cocoon-2.1.6\status.xml omitted as

Re: Build failed

2004-12-22 Thread george georgovassilis
Apologies, this is discussed in http://issues.apache.org/bugzilla/show_bug.cgi?id=31787 Dear All I tried to build war (2.1.6) but failed on the following. Any ideas? G. snip ... xdocs\userdocs\transformers omitted as xdocs/userdocs/transformers is up to date. xdocs\userdocs\xsp omitted as

producing arabic pdf

2004-12-22 Thread nafise hassani
hi I use cocoon as a framework and I want to output a pdf using fo2pdf serializer also I want to create arabic content in my pdfs I set the charencoding in my xml file(src for generator) to UTF-8 and prepare arabic content in them but outputted pdf can't display the arabic char correctly any

New developerWorks article on Continuations and Cocoon

2004-12-22 Thread Ugo Cei
Use continuations to develop complex Web applications http://www-106.ibm.com/developerworks/library/j-contin.html -- Ugo Cei - http://beblogging.com/ smime.p7s Description: S/MIME cryptographic signature

Re: producing arabic pdf

2004-12-22 Thread gounis
hi nafise you have to use compiled fonts http://xml.apache.org/fop/fonts.html and then force cocoon to use those fonts for this you have to create a fop-config.xml in web-inf for example the content of my fop-config: configuration fonts font

Re: producing arabic pdf

2004-12-22 Thread gounis
one note (correction) you dont need to put your fop-config.xml in web-inf put it were you want and point to it when you configure the serializer in sitemap On Wed, 22 Dec 2004 [EMAIL PROTECTED] wrote: hi nafise you have to use compiled fonts

Re: producing arabic pdf

2004-12-22 Thread Marcin Stefaniuk
Dnia 22-12-2004, ro o godzinie 04:33 -0800, nafise hassani napisa(a): hi I use cocoon as a framework and I want to output a pdf using fo2pdf serializer also I want to create arabic content in my pdfs I set the charencoding in my xml file(src for generator) to UTF-8 and prepare arabic content

Re: Updating the java-repository

2004-12-22 Thread Giacomo Pati
done! I first had to adapt the script tools/bin/create-repository-jars.sh for svn. It is a little different than with CVS but works more or less as before. Compiled with (output of java -version): java version 1.3.1_13 Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_13-b03)

Problem with tomcat hot-deploy and XSP compilation

2004-12-22 Thread Steve Krulewitz
Hey all -- I have this strange problem and I'm not sure if it is a cocoon problem or a tomcat problem. I'll try here first ;) I am using Cocoon 2.1.5 running on Tomcat 5.5.4. When I need to update my running web application, I copy the new WAR file over the old WAR file, and tomcat proceeds