Re: Improved C3 infrastructure

2011-07-01 Thread Reinhard Pötz
On 06/30/2011 05:31 PM, Francesco Chicchiriccò wrote: On 30/06/2011 17:25, Simone Tripodi wrote: Hi all guys, we now have new terrific toys available for C3 :) * Sonar - https://analysis.apache.org/dashboard/index/org.apache.cocoon.root:cocoon-root * Nexus -

RE: Does ValidatingTransformer support DTD validation

2011-07-01 Thread Robby Pelssers
Hi David, yes it is and i tested it yesterday without any luck by the way. I am going to test some of my existing use cases with #cocoon3 in the next few days. I think it will be much easier for me to walk through the code as it is much leaner and meaner. Robby -Oorspronkelijk

[C3] Passing parameters from sitemap to generator

2011-07-01 Thread Francesco Chicchiriccò
Hi all, recently I have been in the situation for which I need to parametrize an XML file of my application; I thought there was a simpler way but I ended up by using an additional XSLT transformation step (since the XSLTTransformer can accep parameters from the pipeline). With C2.1 I used

Re: [C3] Passing parameters from sitemap to generator

2011-07-01 Thread Thomas Markus
Hi, JXGenerator is really useful, its a must have for me. Thomas Am 01.07.2011 10:25, schrieb Francesco Chicchiriccò: Hi all, recently I have been in the situation for which I need to parametrize an XML file of my application; I thought there was a simpler way but I ended up by using an

Re: [C3] Passing parameters from sitemap to generator

2011-07-01 Thread Reinhard Pötz
On 07/01/2011 10:25 AM, Francesco Chicchiriccò wrote: Hi all, recently I have been in the situation for which I need to parametrize an XML file of my application; I thought there was a simpler way but I ended up by using an additional XSLT transformation step (since the XSLTTransformer can accep

Re: [C3] Passing parameters from sitemap to generator

2011-07-01 Thread Jos Snellings
Hi, Maybe the Generator is sufficient? To pass parameters from the sitemap is not it is not a big deal. What sort of parameters do you want? Parts of the path? controlStuff{tat}/{tit}/{tot} request parameters? Kind regards, Jos On 07/01/2011 10:33 AM, Thomas Markus wrote: Hi, JXGenerator is

[ANNOUNCE] Apache Cocoon 3.0.0-alpha-3 released!

2011-07-01 Thread Simone Tripodi
The Apache Cocoon 3 team is pleased to announce the Apache Cocoon 3.0.0-alpha-3 release! Apache Cocoon 3 is a major rewrite of Cocoon 2.2. Like Cocoon 2 it is based around the concept of pipelines and sitemaps and it is very similar to Cocoon 2.2 in many respects but is slimed down and designed

Re: [C3] Passing parameters from sitemap to generator

2011-07-01 Thread Francesco Chicchiriccò
On 01/07/2011 11:34, Jos Snellings wrote: Hi, Maybe the Generator is sufficient? To pass parameters from the sitemap is not it is not a big deal. What sort of parameters do you want? Parts of the path? controlStuff{tat}/{tit}/{tot} This was exactly my scenario: I am writing a (kind of) JCR

Re: [C3] Passing parameters from sitemap to generator

2011-07-01 Thread Francesco Chicchiriccò
On 01/07/2011 11:29, Reinhard Pötz wrote: On 07/01/2011 10:25 AM, Francesco Chicchiriccò wrote: Hi all, recently I have been in the situation for which I need to parametrize an XML file of my application; I thought there was a simpler way but I ended up by using an additional XSLT

Publishing the C3 javadocs

2011-07-01 Thread Reinhard Pötz
On 07/01/2011 11:26 AM, simonetrip...@apache.org wrote: Author: simonetripodi Date: Fri Jul 1 09:26:08 2011 New Revision: 1141888 URL: http://svn.apache.org/viewvc?rev=1141888view=rev Log: described how to release apidocs Modified: cocoon/cocoon3/trunk/RELEASE_HOWTO.txt Modified:

[C3] Build warnings from duplicate javacc-maven-plugin definition

2011-07-01 Thread Hugh Sparks
[Cocoon trunk, SVN 1131615] There are two identical plugin definitions in parent/pom.xml: ... plugin groupIdorg.codehaus.mojo/groupId artifactIdjavacc-maven-plugin/artifactId version2.6/version /plugin ... plugin

Re: [C3] Build warnings from duplicate javacc-maven-plugin definition

2011-07-01 Thread Francesco Chicchiriccò
On 01/07/2011 14:50, Hugh Sparks wrote: [Cocoon trunk, SVN 1131615] There are two identical plugin definitions in parent/pom.xml: ... plugin groupIdorg.codehaus.mojo/groupId artifactIdjavacc-maven-plugin/artifactId version2.6/version /plugin ... plugin groupIdorg.codehaus.mojo/groupId

Cocoon 3 and XML DB API

2011-07-01 Thread Robby Pelssers
Just wanted to share that i'll be diving into Cocoon3 as well in the next few months. And i'll share my experience starting today: http://robbypelssers.blogspot.com/2011/07/cocoon-30-and-xml-db-api.html Kind regards, Robby

Re: Cocoon 3 and XML DB API

2011-07-01 Thread Simone Tripodi
You should start contributing Robby!!! :) Simo http://people.apache.org/~simonetripodi/ http://www.99soft.org/ On Fri, Jul 1, 2011 at 4:23 PM, Robby Pelssers robby.pelss...@ciber.com wrote: Just wanted to share that i'll be diving into Cocoon3 as well in the next few months.  And i'll share