Vote result for 2.1.10 [was [Vote] Release 2.1.10]

2006-12-20 Thread Carsten Ziegeler
Ok, I counted 8 +1 and one -0, this means, the vote passed successfully and I'll continue with the release. Thanks Carsten -- Carsten Ziegeler - Chief Architect http://www.s-und-n.de http://www.osoco.org/weblogs/rael/

Re: ContextAttributeSelector

2006-12-20 Thread Mark Lundquist
On Dec 20, 2006, at 4:13 PM, Joerg Heinicke wrote: Isn't their a thread on the users list about creating generic components using input and output modules for such tasks? Wouldn't be your to-be-donated component one of the first to be deprecated? If I get my way [1], all matchers and selecto

[continuum] BUILD FAILURE: Cocoon Core

2006-12-20 Thread [EMAIL PROTECTED]
Online report : http://cocoon.zones.apache.org:12000/continuum/servlet/continuum/target/ProjectBuild.vm/view/ProjectBuild/id/31/buildId/1162 Build statistics: State: Failed Previous State: Ok Started at: Thu, 21 Dec 2006 00:22:12 + Finished at: Thu, 21 Dec 2006 00:22:41 + Total t

[continuum] BUILD FAILURE: Pipeline API

2006-12-20 Thread [EMAIL PROTECTED]
Online report : http://cocoon.zones.apache.org:12000/continuum/servlet/continuum/target/ProjectBuild.vm/view/ProjectBuild/id/51/buildId/1161 Build statistics: State: Failed Previous State: Ok Started at: Thu, 21 Dec 2006 00:21:11 + Finished at: Thu, 21 Dec 2006 00:21:18 + Total t

Re: ContextAttributeSelector

2006-12-20 Thread Joerg Heinicke
Isn't their a thread on the users list about creating generic components using input and output modules for such tasks? Wouldn't be your to-be-donated component one of the first to be deprecated? So what about contributing an InputModuleSelector and a ContextAttributeInputModule ;) Regards Jör

Re: DTD validation: "Unsupported grammar language"

2006-12-20 Thread Joerg Heinicke
Hello Lars, just from having a look at the code: 1. It's http://www.w3.org/TR/REC-xml (see Validator interface and its declared constants). 2. This exception is thrown in AbstractValidator.getValidationHandler() in line 327 in the current code. It is thrown when no SchemaParser can be found. 3

Problem with running cocoon-core-2.2.0-M2

2006-12-20 Thread Grzegorz Kossakowski
Hello, I've made following steps: mvn archetype:create \ -DarchetypeGroupId=org.apache.cocoon \ -DarchetypeArtifactId=cocoon-22-archetype-block \ -DarchetypeVersion=1.0.0-M4 \ -DgroupId=pl.grek \ -DartifactId=testblock changed mountPath to "/". cd testblock mvn install cd ..

Re: Trunk does not compile (pipeline refactoring related?)

2006-12-20 Thread Daniel Fagerstrom
Grzegorz Kossakowski skrev: Hello, I have checked out cocoon's trunk and tried to build it: [EMAIL PROTECTED]:~/cocoon-trunk> mvn -Dmaven.test.skip=true -Dallblocks install And got this error: [INFO] [ERROR] BUILD FAILURE

Trunk does not compile (pipeline refactoring related?)

2006-12-20 Thread Grzegorz Kossakowski
Hello, I have checked out cocoon's trunk and tried to build it: [EMAIL PROTECTED]:~/cocoon-trunk> mvn -Dmaven.test.skip=true -Dallblocks install And got this error: [INFO] [ERROR] BUILD FAILURE [INFO] ---

[jira] Updated: (COCOON-1973) CaptchaValidator: allow case-insensitive matching

2006-12-20 Thread Mark Lundquist (JIRA)
[ http://issues.apache.org/jira/browse/COCOON-1973?page=all ] Mark Lundquist updated COCOON-1973: --- Summary: CaptchaValidator: allow case-insensitive matching (was: CaptchaValidator: allow case-insensitive mapping) > CaptchaValidator: allow case-insen

[jira] Updated: (COCOON-1973) CaptchaValidator: allow case-insensitive mapping

2006-12-20 Thread Mark Lundquist (JIRA)
[ http://issues.apache.org/jira/browse/COCOON-1973?page=all ] Mark Lundquist updated COCOON-1973: --- Attachment: 1973.patch > CaptchaValidator: allow case-insensitive mapping > > > Key: COC

[jira] Created: (COCOON-1973) CaptchaValidator: allow case-insensitive mapping

2006-12-20 Thread Mark Lundquist (JIRA)
CaptchaValidator: allow case-insensitive mapping Key: COCOON-1973 URL: http://issues.apache.org/jira/browse/COCOON-1973 Project: Cocoon Issue Type: Improvement Components: Blocks: Fo

[jira] Subscription: COCOON-open-with-patch

2006-12-20 Thread jira
Issue Subscription Filter: COCOON-open-with-patch (90 issues) Subscriber: cocoon Key Summary COCOON-1964 Redirects inside a block called via the blocks protocol fail http://issues.apache.org/jira/browse/COCOON-1964 COCOON-1963 Add a redirect action to the browser update handle

Re: [Vote] Release 2.1.10

2006-12-20 Thread Giacomo Pati
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Please cast your votes on the 2.1.10 release. +1 Ciao and thanks - -- Giacomo Pati Otego AG, Switzerland - http://www.otego.com Orixo, the XML business alliance - http://www.orixo.com -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.6 (GNU/Lin

ContextAttributeSelector

2006-12-20 Thread Jeroen Reijn
Hi all, for one of our project I needed to create selector that could read attributes from the current context (ContextAttributeSelector). I would like to donate the selector. Is there any interest in such a selector or should I just provide the patch in JIRA? Kind regards, Jeroen Reijn

Re: [VOTE] Drop JDK1.3 support after 2.1.10 release

2006-12-20 Thread Vadim Gritsenko
Alfred Nathaniel wrote: In order to avoid the same squeeze we are in atm for 2.1/1.3 we should call *the next big thing* Cocoon 3.0. Then we can close 2.2 and start 2.3 with 1.5 as minimum JVM whenever it makes sense. +1 Vadim

DTD validation: "Unsupported grammar language"

2006-12-20 Thread Lars Huttar
Hello, I seconded this question on the Cocoon user list but have not received a response, so would like to ask the developers. In Cocoon 2.1.9, we are trying to use ValidationReportTransformer to validate our XML against a DTD. I'm looking at the documentation at http://cocoon.zones.apache.org/

RE: How to install source code's jar to local repository during building also?

2006-12-20 Thread Bart Molenkamp
Hi, The source:jar goal does this. Try: mvn clean source:jar install -Dmaven.test.skip=true HTH, Bart. Van: Rice Yeh [mailto:[EMAIL PROTECTED] Verzonden: woensdag 20 december 2006 10:54 Aan: dev@cocoon.apache.org Onderwerp: How to install source code's j

How to install source code's jar to local repository during building also?

2006-12-20 Thread Rice Yeh
Hi, I use 'maven clean install' to build cocoon. Is there also a way to install source code's jar to local repository during building without changing present pom.xml? Rice