CVS not working?

2002-07-03 Thread Carsten Ziegeler
Hi, it seems that currently CVS is not possible, neither using ssh nor the anonymous account. ssh to xml.apache.org is still working. Does anyone have similar problems? Carsten - To unsubscribe, e-mail: [EMAIL PROTECTED] For

RE: [PROBLEM]: XSLTC does not work

2002-07-03 Thread Piroumian Konstantin
From: Carsten Ziegeler [mailto:[EMAIL PROTECTED]] Ivelin Ivanov wrote: Sorry for the delayed response, my PC power supply burnt. Would it be too painful to do what Jeremy is when XSLTC is broken? I though we all felt that long term we want XSLTC as the main Cocoon processor.

RE: [PROBLEM]: XSLTC does not work

2002-07-03 Thread Michael Homeijer
Hi, Should it not be as easy as to change the default transformer to XSLTC on a sample sub sitemap basis? This way not all samples have to work using xsltc and the ones that work using xsltc can be shipped using it. HTH Michael -Original Message- From: Piroumian Konstantin

Re: [RT] reconsidering pipeline semantics

2002-07-03 Thread Gerhard Froehlich
Stefano, /skip Composing pipelines --- Let me assume the above syntax gets introduced. At this point, we have four different ways to call a pipeline: - as a pipeline - as a generator - as a transformer - as a serializer let me write the code so you understand what I mean:

RE: [PROBLEM]: XSLTC does not work

2002-07-03 Thread Carsten Ziegeler
-Original Message- From: Michael Homeijer [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 03, 2002 9:27 AM To: '[EMAIL PROTECTED]' Subject: RE: [PROBLEM]: XSLTC does not work Hi, Should it not be as easy as to change the default transformer to XSLTC on a sample sub

compiling/running dev-snapshot [was: Re: Delaying the release?]

2002-07-03 Thread Enke, Michael
What is the difference between HEAD and 2.0.3 branch? I'm also such a poor guy who is limited to port 80, so I use the dev-snapshot. What is the dev-snapshot? 2.0.3 or HEAD? I downloaded xml-cocoon2_20020702162200.tar.gz What is the javac version excalibur is compiled? From compiling I get a

RE: compiling/running dev-snapshot [was: Re: Delaying the release?]

2002-07-03 Thread Carsten Ziegeler
Michael Enke wrote: What is the difference between HEAD and 2.0.3 branch? The HEAD branch is the development branch for 2.1. Everything there is considered alpha as we are testing out some new concepts and features. I'm also such a poor guy who is limited to port 80, so I use the

Re: CVS not working?

2002-07-03 Thread Christian Haul
On 03.Jul.2002 -- 09:03 AM, Carsten Ziegeler wrote: Hi, it seems that currently CVS is not possible, neither using ssh nor the anonymous account. ssh to xml.apache.org is still working. Does anyone have similar problems? Yes, I have. Even http://xml.apache.org/from-cvs/xml-cocoon2/

RE: CVS not working?

2002-07-03 Thread Carsten Ziegeler
-Original Message- From: Christian Haul [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 03, 2002 10:16 AM To: [EMAIL PROTECTED] Subject: Re: CVS not working? On 03.Jul.2002 -- 09:03 AM, Carsten Ziegeler wrote: Hi, it seems that currently CVS is not possible, neither

Re: [RT] reconsidering pipeline semantics

2002-07-03 Thread Stefano Mazzocchi
Park, Paul wrote: Will the pipelines support parameters? Yes, absolutely. Since, its begining to look like named xslt templates, what about something like pipeline name=blah param name=foo/ generate ../ transform ../ serialize ../ /pipeline call

Re: [RT] reconsidering pipeline semantics

2002-07-03 Thread Stefano Mazzocchi
Amir Rosen wrote: -Original Message- From: Stefano Mazzocchi [mailto:[EMAIL PROTECTED]] - deprecate 'internal-only' attribute of 'map:pipeline' [because named pipelines become implicitly internal-only] How can i reproduce the functionality of the given example without

Re: xerces 2.0.2

2002-07-03 Thread Torsten Curdt
On Tuesday 02 July 2002 17:05, Torsten Curdt wrote: ...any reasons out there not to upgrade (at least HEAD) to xerces 2.0.2? Earlier version have an ugly bug in the AttributesImpl... If there are no objections I'll commit the xerces 2.0.2 release version.. since noone objected I will commit

Re: [RT] reconsidering pipeline semantics

2002-07-03 Thread Jeremy Quinn
On Wednesday, July 3, 2002, at 08:30 AM, Gerhard Froehlich wrote: What are the typical use cases for: Sample from slash-edit/: map:match pattern=content-pre(*,**) !-- uses pipeline as generator -- map:generate src=cocoon:/request-pre({1})/

Re: [RT] reconsidering pipeline semantics

2002-07-03 Thread Jeremy Quinn
On Wednesday, July 3, 2002, at 10:16 AM, Jeremy Quinn wrote: On Wednesday, July 3, 2002, at 08:30 AM, Gerhard Froehlich wrote: What are the typical use cases for: snip/ (3) using a pipeline as a serializer Dunno OK, I'll try again ;) map:pipeline

Re: [RT] reconsidering pipeline semantics

2002-07-03 Thread Jeremy Quinn
On Tuesday, July 2, 2002, at 01:54 PM, Stefano Mazzocchi wrote: In light of the discussion on blocks, Sylvain pointed out that cocoon services should be mapped to pipelines and not to resources directly. I totally agree with that suggestion. snip/ We call 'Cocoon pipeline' the

Re: [RT] reconsidering pipeline semantics

2002-07-03 Thread Gerhard Froehlich
On Wednesday, July 3, 2002, at 08:30 AM, Gerhard Froehlich wrote: What are the typical use cases for: snip/ (3) using a pipeline as a serializer Dunno Ok, ok I have understood :-). +1 for this idea snip/ TIA for your explanation Greets Gerhard

Question was: Re: [RT] reconsidering pipeline semantics

2002-07-03 Thread Justin Fagnani-Bell
I hope this isn't to dumb a question, but I've been wondering it for a while: What's the difference between having two pipelines with one matcher each, and one pipeline with two matchers? Thanks a lot, Justin - To

Re: [RT] reconsidering pipeline semantics

2002-07-03 Thread Jason Foster
(3) using a pipeline as a serializer Wouldn't this be useful for having authenticated and non-authenticated versions of resources? Something like... pipeline name=sign transform ../ !-- add in security info via xml-sig -- serialize ../ !-- generate output and save signature

Re: compiling/running dev-snapshot [was: Re: Delaying the release?]

2002-07-03 Thread Enke, Michael
Hi Carsten, Carsten Ziegeler wrote: Michael Enke wrote: What is the difference between HEAD and 2.0.3 branch? The HEAD branch is the development branch for 2.1. Everything there is considered alpha as we are testing out some new concepts and features. I'm also such a poor guy who

RE: Question was: Re: [RT] reconsidering pipeline semantics

2002-07-03 Thread Piroumian Konstantin
From: Justin Fagnani-Bell [mailto:[EMAIL PROTECTED]] I hope this isn't to dumb a question, but I've been wondering it for a while: What's the difference between having two pipelines with one matcher each, and one pipeline with two matchers? If there is no other difference in

Re: [PROBLEM]: XSLTC does not work

2002-07-03 Thread Jacek Ambroziak
Would it be too painful to do what Jeremy is when XSLTC is broken? ... with the latest switch to XSLTC, Cocoon isn't working anymore for me. My system is JDK 1.4.0.01, W2K, Tomcat 3.3a. ... I don't get exceptions, but I get some expressions not returning results with xsltc where they do

RE: compiling/running dev-snapshot [was: Re: Delaying the release?]

2002-07-03 Thread Carsten Ziegeler
Michael Enke wrote: ok, it is 2.1 In that case it is probably not a good idea to test for upcoming 2.0.3 with dev-snapshot. Whats about an auto generated dev-snapshot for the stable 2.0.latest+1 branch? I don't know anything about the dev-snapshots. But you're right this is a good idea.

[RT] Cocoon MVC+

2002-07-03 Thread Nicola Ken Barozzi
Previously, it has been said that MVC doesn't correctly relate with Web Applications; nevertheless Cocoon now seems to be able to make a real MVC server. Why is defining MVC in Cocoon so important IMO? Essentially an image and comunication issue. * Image because we are being compared to

DO NOT REPLY [Bug 10438] New: - AbstractValidatorAction throws NullPointerException while executing a Session Validator

2002-07-03 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=10438. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 10438] - AbstractValidatorAction throws NullPointerException while executing a Session Validator

2002-07-03 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=10438. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 10438] - AbstractValidatorAction throws NullPointerException while executing a Session Validator

2002-07-03 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=10438. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: DO NOT REPLY [Bug 10438] - AbstractValidatorAction throws NullPointerException while executing a Session Validator

2002-07-03 Thread Christian Haul
On 03.Jul.2002 -- 01:40 PM, [EMAIL PROTECTED] wrote: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10438 AbstractValidatorAction throws NullPointerException while executing a Session Validator [EMAIL PROTECTED] changed: What|Removed |Added

Re: [RT] Cocoon MVC+

2002-07-03 Thread Jeremy Aston
GreatRT! I've always thought that Cocoon enables the development of apps that follow a (if slightly hybrid) MVC pattern and overall I think that you've hit the nail on the head. One area that I think is interesting is where generators fit. On the one hand they are intrinsic to the view in as much

DO NOT REPLY [Bug 10438] - AbstractValidatorAction throws NullPointerException while executing a Session Validator

2002-07-03 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=10438. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Cocoon 2.1 deployment problem

2002-07-03 Thread Sylvain.Thevoz
Hello, I have built last CVS head today (Cocoon 2.1) but when I deploy it and try to access it there is such error: type: Exception report message: Internal Server Error description: The server encountered an internal error (Internal Server Error) that prevented it from fulfilling this

Re: Question was: Re: [RT] reconsidering pipeline semantics

2002-07-03 Thread Jason Foster
We should really get this in a FAQ somewhere! What's the difference between having two pipelines with one matcher each, and one pipeline with two matchers? If there is no other difference in pipeline declarations, then none. Pipelines can differ by: - visibility: internal (not

DO NOT REPLY [Bug 10438] - AbstractValidatorAction throws NullPointerException while executing a Session Validator

2002-07-03 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=10438. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 10438] - AbstractValidatorAction throws NullPointerException while executing a Session Validator

2002-07-03 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=10438. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: [RT] Cocoon Blocks

2002-07-03 Thread Gerhard Froehlich
Stefano Mazzocchi wrote: skip/ No, not remote code, but packages downloaded from remote locations (like anybody has always been doing!). Think about it: you have apt-get, red-hat rpm updating, ximian red-carpet, FreeBSD ports, Windows Update, Ecplise update manager, JEdit plugins... just

Source vs. Generator

2002-07-03 Thread Ugo Cei
A long long time ago ... [1] someone here or on cocoon-users made a good job of explaining the pros cons of Sources vs. Generators. Unfortunately, I can't find it again either on MARC, via Google or in my archived folders. If the original author or someone else can give me a pointer, I'd be

Re: CVS not working?

2002-07-03 Thread Christian Haul
Hurray, it's back up again!! Chris. -- C h r i s t i a n H a u l [EMAIL PROTECTED] fingerprint: 99B0 1D9D 7919 644A 4837 7D73 FEF9 6856 335A 9E08 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: [COCOON] New cocoon-docs mailing list

2002-07-03 Thread Sam Ruby
Nicola Ken Barozzi wrote: Dear PMC, Dear root, The Cocoon project asks for the creation of a new mailing list to aid the new Cocoon Documentation project. [EMAIL PROTECTED] List created, Initial moderator is [EMAIL PROTECTED] - Sam Ruby P.S. No need to bother root for mail

cvs commit: xml-cocoon2/src/documentation/xdocs/userdocs/transformers sourcewriting-transformer.xml book.xml transformers.xml

2002-07-03 Thread jeremy
jeremy 2002/07/03 12:39:54 Modified:src/documentation/xdocs/userdocs/transformers book.xml transformers.xml Added: src/documentation/xdocs/userdocs/transformers sourcewriting-transformer.xml Log: adding documentation for

Re: [RT] Cocoon Blocks

2002-07-03 Thread J.Pietschmann
Nicola Ken Barozzi wrote: I started using name.dtd.extension so I got (instead of the yucked .xtarget ;-P) file.target.xml But some users didn't like it, so I just kept file.xml Wise. If you edit an XML file, it will likely stay an XML file, but it's content might have change so that it

cvs commit: xml-cocoon2/src/documentation/xdocs/howto howto-author-core-docs.xml

2002-07-03 Thread shannon
shannon 2002/07/03 13:25:10 Added: src/documentation/xdocs/howto howto-author-core-docs.xml Log: New How-To with Guidelines to help volunteers create new or improve existing core docs. Written to address on feedback on cocoon-users about the need to improve core

cvs commit: xml-cocoon2/src/documentation/xdocs/howto howto-html-pdf-publishing.xml

2002-07-03 Thread shannon
shannon 2002/07/03 13:27:14 Added: src/documentation/xdocs/howto howto-html-pdf-publishing.xml Log: New How-To on publishing HTML and PDF docs in Cocoon by Betrand Delacretaz [EMAIL PROTECTED] Revision ChangesPath 1.1

cvs commit: xml-cocoon2/src/documentation/xdocs/howto howto-paginator-transformer.xml

2002-07-03 Thread shannon
shannon 2002/07/03 13:28:04 Modified:src/documentation/xdocs/howto howto-paginator-transformer.xml Log: Revisions based on improvements to code and revised structure of samples in CVS. Revision ChangesPath 1.2 +45 -23

cvs commit: xml-cocoon2/src/documentation/xdocs/howto index.xml book.xml

2002-07-03 Thread shannon
shannon 2002/07/03 13:28:33 Modified:src/documentation/xdocs/howto index.xml book.xml Log: new links to new docs Revision ChangesPath 1.9 +7 -6 xml-cocoon2/src/documentation/xdocs/howto/index.xml Index: index.xml

cvs commit: xml-cocoon2/src/documentation/xdocs/howto howto-author-howto.xml

2002-07-03 Thread shannon
shannon 2002/07/03 13:29:10 Modified:src/documentation/xdocs/howto howto-author-howto.xml Log: Added tip about asking for help. Revision ChangesPath 1.5 +6 -0 xml-cocoon2/src/documentation/xdocs/howto/howto-author-howto.xml Index:

[Fwd: Re: Add a list to MARC: cocoon-docs@xml.apache.org]

2002-07-03 Thread Steven Noels
I requested the new list to be added to MARC - done. /Steven Original Message Subject: Re: Add a list to MARC: [EMAIL PROTECTED] Date: Wed, 3 Jul 2002 13:21:00 -0400 (EDT) From: Hank Leininger [EMAIL PROTECTED] To: Steven Noels [EMAIL PROTECTED] CC: [EMAIL PROTECTED] On Wed,

Re: [RT] Cocoon Blocks

2002-07-03 Thread Nicola Ken Barozzi
J.Pietschmann wrote: ... BTW the .xtarget files from forrest are ectually external entities, not even XML (yuck! again). That's why I didn't use .xml The sucky name had to match the sucky hack ;-) Entities suck. Isn't there a way to use ant for structuring the build description? There is,

Re: [Fwd: Re: Add a list to MARC: cocoon-docs@xml.apache.org]

2002-07-03 Thread Nicola Ken Barozzi
Steven Noels wrote: I requested the new list to be added to MARC - done. I did it too ;-) Hank Leininger wrote: On Wed, 3 Jul 2002, Nicola Ken Barozzi wrote: We have setup a new mailing list over at xml.apache.org called [EMAIL PROTECTED] It would be great to see it added to the

Re: [RT] reconsidering pipeline semantics

2002-07-03 Thread Sylvain Wallez
Jeremy Quinn wrote: snip/ I never liked map:resource, always having to be at the end, makes them far less useful for pipeline reuse! It's like going to a plumber's merchant to buy some joints and they say 'yes we have elbows and tee joints, but they are all pre-assembled into special

cvs commit: xml-cocoon2/src/webapp sitemap.xmap

2002-07-03 Thread stephan
stephan 2002/07/03 14:23:35 Modified:src/webapp sitemap.xmap Log: Set a redirection to the documentation as start site. Revision ChangesPath 1.68 +5 -0 xml-cocoon2/src/webapp/sitemap.xmap Index: sitemap.xmap

cvs commit: xml-cocoon2/src/documentation/xdocs/howto howto-html-pdf-publishing.xml

2002-07-03 Thread shannon
shannon 2002/07/03 14:36:44 Modified:src/documentation/xdocs/howto howto-html-pdf-publishing.xml Log: My edits - fixed some line break problems which had extra br / elements - fixed long source code lines which mangle browser windows - some copy edits, basically

cvs commit: xml-cocoon2/src/documentation/xdocs/faq faq-configure-c2.xml faq-serializers.xml faq-sitemap.xml faq-transformers.xml faq-xslt.xml

2002-07-03 Thread shannon
shannon 2002/07/03 15:47:50 Modified:src/documentation/xdocs/faq Tag: cocoon_2_0_3_branch faq-configure-c2.xml faq-serializers.xml faq-sitemap.xml faq-transformers.xml faq-xslt.xml Log: sync with HEAD Revision ChangesPath

cvs commit: xml-cocoon2/src/documentation/xdocs/howto/xmlform-wizard howto-xmlform-wizard-4.xml howto-xmlform-wizard.xml

2002-07-03 Thread shannon
shannon 2002/07/03 15:50:36 Modified:src/documentation/xdocs/howto Tag: cocoon_2_0_3_branch book.xml howto-author-howto.xml index.xml src/documentation/xdocs/howto/xmlform-wizard Tag: cocoon_2_0_3_branch

cvs commit: xml-cocoon2/src/documentation/xdocs/plan proposed-toc.xml

2002-07-03 Thread shannon
shannon 2002/07/03 18:30:41 Added: src/documentation/xdocs/plan proposed-toc.xml Log: Raising visibility of this doc, submitted by Gerhard Froehlich, to gather feedback from users and to recruit authors for core documents. Revision ChangesPath 1.1

cvs commit: xml-cocoon2/src/documentation/xdocs/plan issues-doc.xml

2002-07-03 Thread shannon
shannon 2002/07/03 18:32:19 Added: src/documentation/xdocs/plan issues-doc.xml Log: Pulled content for this document out of main doc overview: doc.xml. Supplemented issues with my own as well as feedback gathered from cocoon users. Revision ChangesPath 1.1

cvs commit: xml-cocoon2/src/documentation/xdocs/plan todo-doc.xml

2002-07-03 Thread shannon
shannon 2002/07/03 18:34:51 Modified:src/documentation/xdocs/plan todo-doc.xml Log: revised and deleted some todos Revision ChangesPath 1.8 +5 -25 xml-cocoon2/src/documentation/xdocs/plan/todo-doc.xml Index: todo-doc.xml

cvs commit: xml-cocoon2/src/documentation/xdocs/plan doc.xml

2002-07-03 Thread shannon
shannon 2002/07/03 18:36:13 Modified:src/documentation/xdocs/plan doc.xml Log: Revised to advertise new documentation effort and all its new resources: docs-list, guidelines, and Forrest. Added pointers to all documentation guidelines as well as other doc planning docs.

cvs commit: xml-cocoon2/src/documentation/xdocs/plan book.xml index.xml

2002-07-03 Thread shannon
shannon 2002/07/03 18:37:01 Modified:src/documentation/xdocs/plan book.xml index.xml Log: updated based on revised and new planning docs Revision ChangesPath 1.7 +5 -3 xml-cocoon2/src/documentation/xdocs/plan/book.xml Index: book.xml

cvs commit: xml-cocoon2/src/documentation/xdocs/plan issues-doc.xml proposed-toc.xml book.xml changes-doc.xml doc.xml index.xml release.xml todo-doc.xml

2002-07-03 Thread shannon
shannon 2002/07/03 18:41:09 Modified:src/documentation/xdocs/plan Tag: cocoon_2_0_3_branch book.xml changes-doc.xml doc.xml index.xml release.xml todo-doc.xml Added: src/documentation/xdocs/plan Tag: cocoon_2_0_3_branch

cvs commit: xml-cocoon2/src/documentation/xdocs/link livesites.xml

2002-07-03 Thread shannon
shannon 2002/07/03 18:58:15 Modified:src/documentation/xdocs/link livesites.xml Log: oldies but goodies Revision ChangesPath 1.6 +5 -1 xml-cocoon2/src/documentation/xdocs/link/livesites.xml Index: livesites.xml

Re: Question was: Re: [RT] reconsidering pipeline semantics

2002-07-03 Thread Diana Shannon
Can someone help fill in the holes below? On Wednesday, July 3, 2002, at 10:10 AM, Jason Foster wrote: We should really get this in a FAQ somewhere! What's the difference between having two pipelines with one matcher each, and one pipeline with two matchers? If there is no other

cvs commit: xml-cocoon2/src/documentation/xdocs/userdocs/transformers encodeurl-transformer.xml

2002-07-03 Thread shannon
shannon 2002/07/03 19:34:59 Added: src/documentation/xdocs/userdocs/generators Tag: cocoon_2_0_3_branch linkstatus-generator.xml src/documentation/xdocs/userdocs/transformers Tag: cocoon_2_0_3_branch

cvs commit: xml-cocoon2/src/documentation/stylesheets book2menu.xsl document2html.xsl

2002-07-03 Thread shannon
shannon 2002/07/03 19:36:02 Modified:src/documentation/stylesheets Tag: cocoon_2_0_3_branch book2menu.xsl document2html.xsl Log: sync with HEAD Revision ChangesPath No revision No revision

cvs commit: xml-cocoon2/src/documentation/xdocs/userdocs/xsp logicsheet.xml

2002-07-03 Thread shannon
shannon 2002/07/03 19:39:45 Modified:src/documentation/xdocs Tag: cocoon_2_0_3_branch performancetips.xml src/documentation/xdocs/link Tag: cocoon_2_0_3_branch livesites.xml sites.xml

DO NOT REPLY [Bug 10461] New: - No soap body created in SOAPHelper.invoke()

2002-07-03 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=10461. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: xml-cocoon2/src/webapp/samples/docs/samples sample-static.xml

2002-07-03 Thread crossley
crossley2002/07/03 22:08:04 Modified:src/webapp/samples/docs/samples sample-static.xml Log: The Entity Resolver demo has already been re-factored into the misc/ sample. Revision ChangesPath 1.2 +1 -10

cvs commit: xml-cocoon2/src/webapp/samples sitemap.xmap

2002-07-03 Thread crossley
crossley2002/07/03 22:17:44 Modified:src/webapp/samples sitemap.xmap Log: The Entity Resolver demo has already been re-factored into the misc/ sample. Revision ChangesPath 1.10 +1 -21 xml-cocoon2/src/webapp/samples/sitemap.xmap Index: sitemap.xmap

cvs commit: xml-cocoon2/src/webapp/samples/xmlform sitemap.xmap

2002-07-03 Thread crossley
crossley2002/07/03 22:20:44 Modified:src/webapp/samples/misc sitemap.xmap src/webapp/samples/mod-db sitemap.xmap src/webapp/samples/poi sitemap.xmap src/webapp/samples/protected sitemap.xmap src/webapp/samples/search

cvs commit: xml-cocoon2 build.xml

2002-07-03 Thread cziegeler
cziegeler2002/07/03 23:08:02 Modified:.build.xml Log: Fixed build script Revision ChangesPath 1.238 +19 -21xml-cocoon2/build.xml Index: build.xml === RCS file: