Re: cvs commit: cocoon-2.1 cocoon.bat

2003-07-20 Thread Joerg Heinicke
Upayavira wrote: On Sun, 20 Jul 2003 02:58:32 +0200, Joerg Heinicke [EMAIL PROTECTED] said: Ah, there is a magic thing shift? I have looked for anything like that, but didn't find it. It's there in cocoon.bat already! But I've just found out that it does not affect $* :-( In the cocoon.bat -

Juergen Seitz/ZX/BASF-AG/BASF ist außer Haus.

2003-07-20 Thread juergen . seitz
Ich werde ab 20.07.2003 nicht im Büro sein. Ich kehre zurück am 01.08.2003. I will be out of the office starting 20.07.2003 and will not return until 01.08.2003.

CocoonStreamTargetFactory

2003-07-20 Thread volker . schmitt
Cocoon use it's own CocoonTargetFactory to send the log output to a file. I propose to add a CocoonStreamTargetFactory which sends the output to a steam. Which such a Factory it is possible to send the log output to the console which improve the development process. What do you think? The only

[CLI] [PATCH] Set exit status, modified print statements

2003-07-20 Thread Jeff Turner
I thought I'd ask before applying the attached patch to Main.java. It does the following: - Checks if there are any broken links, and if so, does a System.exit(1) instead of System.exit(0). - Print an error message at the point the broken link occurs, in addition to listing it in the

Re: [CLI] [PATCH] Set exit status, modified print statements

2003-07-20 Thread Jeff Turner
Attachment _really_ attached this time. While I'm spamming people's mailboxes.. here's what a broken page looks like with the patch: ... * [0] skin/images/tab-left.gif X [0] samples/ihtml-sample.html BROKEN: null * [0] samples/wiki-sample.pdf ... Total time: 0 minutes 40 seconds BUILD FAILED

A redundance in logkit.xconf?

2003-07-20 Thread Antonio Gallardo
Please check this: a snip from logkit.xconf: category log-level=DEBUG name=core ... !-- Cocoon cache and stores logger -- category log-level=ERROR name=store log-target id-ref=core/ log-target id-ref=error/ /category !-- Cocoon store logger --

Re: [CLI] [PATCH] Set exit status, modified print statements

2003-07-20 Thread Upayavira
Jeff, I thought I'd ask before applying the attached patch to Main.java. It does the following: - Checks if there are any broken links, and if so, does a System.exit(1) instead of System.exit(0). Seems fair enough. - Print an error message at the point the broken link occurs, in

DO NOT REPLY [Bug 21745] New: - [PATCH] HTMLTransformer

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

cvs commit: cocoon-2.1/src/java/org/apache/cocoon/components/flow/javascript/fom FOM_JavaScriptInterpreter.java

2003-07-20 Thread coliver
coliver 2003/07/20 14:28:26 Modified:src/java/org/apache/cocoon/components/flow/javascript/fom FOM_JavaScriptInterpreter.java Log: Fixed getSessionScope() to not automatically create a session Revision ChangesPath 1.5 +11 -10

cvs commit: cocoon-2.1/src/blocks/jxforms/samples/wizard - New directory

2003-07-20 Thread coliver
coliver 2003/07/20 15:46:09 cocoon-2.1/src/blocks/jxforms/samples/wizard - New directory

cvs commit: cocoon-2.1/src/blocks/jxforms/samples/wizard confirm.xml deployment.xml end.xml feedbackWizard.js schematron.xml start.xml system.xml userIdentity.xml

2003-07-20 Thread coliver
coliver 2003/07/20 15:53:41 Modified: src/blocks/jxforms/java/org/apache/cocoon/components/jxforms/flow/javascript JXForm.java JXForm.js src/blocks/jxforms/samples sitemap.xmap Added: src/blocks/jxforms/samples samples.xml

OJB and Cocoon

2003-07-20 Thread Antonio Gallardo
Hi: I already do contact with the Apache OJB community. My idea is to use OJB instead of Hibernate. Here is the last mail from the communication with the project leader of OJB community. Comments are welcome. :) Best Regards, Antonio Gallardo. Mensaje Original Asunto: Re:

cvs commit: cocoon-2.1/src/blocks/petstore/samples sitemap.xmap

2003-07-20 Thread coliver
coliver 2003/07/20 20:48:13 Modified:src/blocks/petstore/samples sitemap.xmap Log: Updated sitemap for jxforms changes Revision ChangesPath 1.3 +3 -4 cocoon-2.1/src/blocks/petstore/samples/sitemap.xmap Index: sitemap.xmap

Re: cvs commit: cocoon-2.1/src/targets webapp-build.xml

2003-07-20 Thread David Crossley
Hi Stephan, would you please explain what you mean by this change. The jars.xml should be created and copied into the docs area. If it cannot, then there is something wrong with the build. Before your change, these both worked for me on Linux: ./build.sh clean; ./build.sh ./build.sh clean;