Re: building the Sample fails after updating from trunk

2011-07-06 Thread Francesco Chicchiriccò
On 06/07/2011 19:18, Robby Pelssers wrote: Hi all, I just updated from trunk again and tried to run the tests. The sample block seems to fail: Hi Robby, I've just run all tests (by mean of "mvn clean install -P it,archetypes" from root source or it.sh / it.bat), then a specific "mvn clean te

building the Sample fails after updating from trunk

2011-07-06 Thread Robby Pelssers
Hi all, I just updated from trunk again and tried to run the tests. The sample block seems to fail: Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] Building Apache Cocoon 3: Sample [INFO]task-segment: [t

Re: question regarding chainability of methods current API

2011-07-06 Thread Simone Tripodi
Hi Robby! that feature is already available, have a look at the cocoon-sax 'builder'[1] package! Your first email was received, maybe there was just a minor async issue on your provider. HTH, have a nice day! All the best, Simo [1] http://s.apache.org/dZm http://people.apache.org/~simonetripodi/

question regarding chainability of methods current API

2011-07-06 Thread Robby Pelssers
Hi Simone, I have one question to the current interface of Pipeline. I know you wrote a SAXPipelineBuilder to allow chaining. But it would have been much nicer if the Pipeline interface itself would have been chainable. void addComponent(T pipelineComponent); --> Pipeline addComponent(T

Re: Using XQJ API with Cocoon3

2011-07-06 Thread David Crossley
Simone Tripodi wrote: > Hi Robby, > AFAIK 3rd parties MPL licensed can be included, see > http://www.apache.org/legal/resolved.html Yes. I investigated that once before: http://s.apache.org/gx Just follow the "Category B" instructions. -David