cvs commit: xml-cocoon2 build.xml

2001-11-15 Thread crossley
crossley01/11/15 22:27:16 Modified:.Tag: cocoon_20_branch build.xml Log: target docs_check - descend xdocs/ now that there are hierarchical directories. Revision ChangesPath No revision No revision 1.8.2.57 +1

cvs commit: xml-cocoon2 build.xml

2001-11-15 Thread crossley
crossley01/11/15 22:27:02 Modified:.build.xml Log: target docs_check - descend xdocs/ now that there are hierarchical directories. Revision ChangesPath 1.92 +1 -1 xml-cocoon2/build.xml Index: build.xml

Re: label/view refinement

2001-11-15 Thread Stefano Mazzocchi
giacomo wrote: > > Hi all > > I've commited a change to the sitemap.xsl that turns it now close to the > proposed view concept. As you can see in the commit message there are > the following enhancements: > > 1. you can use more that one label-value (label="content,link rdf") >separated by

Re: Problem with ComponentSelectors - cocoon.roles 1.28 broken?

2001-11-15 Thread Sylvain Wallez
I reverted back to 1.27, but this means caching is disabled again :( More work is needed on this problem : componenentizing the Sitemap revealed strange interactions between the root ComponentManager/RoleManager and the ones created by the sitemap. Sorry for the incovenience, Sylvain Christian

cvs commit: xml-cocoon2/src/org/apache/cocoon cocoon.roles

2001-11-15 Thread sylvain
sylvain 01/11/15 10:08:24 Modified:src/org/apache/cocoon cocoon.roles Log: Reverted changes to avoid errors, but this means caching is disabled again. More work needed... Revision ChangesPath 1.29 +51 -103 xml-cocoon2/src/org/apache/cocoon/cocoon.roles Inde

Re: SOAP taglib and SOAP RPC

2001-11-15 Thread Ovidiu Predescu
The problem might be somewhere else. Let me investigate this a little bit more. Is it possible for you to make available the code for the SOAP server? If it's simple enough, of course. I see that you use Apache SOAP, right? Thanks, -- Ovidiu Predescu <[EMAIL PROTECTED]> http://orion.rgv.hp.com/

Re: Interpreted sitemap

2001-11-15 Thread Ovidiu Predescu
Hi Paulo, Your framework sounds interesting. If I understand your framework correctly, the introspected beans have to follow the same API as that required today by Ant. The difference however lies in the implementation, as your framework uses Avalon to parse the XML config file. Avalon will crea

Re: Make available a cocoon2-blank.war please! [Chello 1.2]

2001-11-15 Thread Ovidiu Predescu
Hi Sebastien, On Thu, 15 Nov 2001 14:30:33 +0100, Sebastien Koechlin <[EMAIL PROTECTED]> wrote: > > Is it possible make available a cocoon-blank.war webapp > > file for quickly starting up with a new web application > > that use Cocoon2? > > Also in the build.xml as a subtarget or a main target:

Problem with ComponentSelectors - cocoon.roles 1.28 broken?

2001-11-15 Thread Christian Haul
Sylvain, when using the current CVS version cocoon fails to select several components. However, when I go back to cocoon.roles version 1.27 the problem vanishes. Unfortunately, I'm not enough into this to pinpoint the problem any further and I reckon you'll spot the problem much faster than I wou

Re: cocoon.xconf files need all possible parameters

2001-11-15 Thread Sebastien Koechlin
David Crossley wrote: > > The "To Do" list has a very important task which appears > to be neglected. The cocoon.xconf configuration files need > all parameters for all components to be listed inside the > various cocoon.xconf files. Also, cocoon.xconf is a configuration file, shouldn't it be in

Re: Make available a cocoon2-blank.war please! [Chello 1.2]

2001-11-15 Thread Sebastien Koechlin
> Is it possible make available a cocoon-blank.war webapp > file for quickly starting up with a new web application > that use Cocoon2? > Also in the build.xml as a subtarget or a main target: > it should be useful! I have just released chello 1.2 based on Cocoon2rc2 This application is a minim

Re: label/view refinement

2001-11-15 Thread Giacomo Pati
Quoting Sylvain Wallez <[EMAIL PROTECTED]>: > giacomo a écrit : > > > > Hi all > > > > I've commited a change to the sitemap.xsl that turns it now close to > the > > proposed view concept. As you can see in the commit message there are > > the following enhancements: > > > > 1. you can use mor

[GUMP] Build Failure - Cocoon2

2001-11-15 Thread Sam Ruby
This email is autogenerated from the output from: Buildfile: build.xml init: [echo] --- Apache Cocoon

cvs commit: xml-cocoon2/src/org/apache/cocoon/transformation TraxTransformer.java

2001-11-15 Thread cziegeler
cziegeler01/11/15 03:21:10 Modified:src/org/apache/cocoon/transformation TraxTransformer.java Log: Changed use of deprecated method Revision ChangesPath 1.37 +31 -28 xml-cocoon2/src/org/apache/cocoon/transformation/TraxTransformer.java Index: TraxTransforme

cvs commit: xml-cocoon2/src/org/apache/cocoon/transformation SQLTransformer.java TraxTransformer.java

2001-11-15 Thread cziegeler
cziegeler01/11/15 03:20:41 Modified:.Tag: cocoon_20_branch changes.xml src/org/apache/cocoon/transformation Tag: cocoon_20_branch SQLTransformer.java TraxTransformer.java Log: Small sync with 2.1 - and changed use of deprecated method

Re: label/view refinement

2001-11-15 Thread Sylvain Wallez
giacomo a écrit : > > Hi all > > I've commited a change to the sitemap.xsl that turns it now close to the > proposed view concept. As you can see in the commit message there are > the following enhancements: > > 1. you can use more that one label-value (label="content,link rdf") >separated

RE: label/view refinement

2001-11-15 Thread Carsten Ziegeler
Nice work, Giacomo! Do we now still support the map:label element? Or should we better remove it from the sitemap? Carsten Giacomo Pati wrote: > > Hi all > > I've commited a change to the sitemap.xsl that turns it now close to the > proposed view concept. As you can see in the commit message