Re: ResourceExistsAction

2003-06-24 Thread Michael Wechner
Jeff Turner wrote: Michael Wechner wrote: snip / If it seems to work and you've got commit access, I'd say just add it to CVS. People will review the commit log and hopefully spot any big problems. ok. But I think I will wait until Cocooners make a decision if committers from subprojects

Re: ResourceExistsAction

2003-06-24 Thread Nicola Ken Barozzi
Stefano Mazzocchi wrote, On 24/06/2003 0.53: on 6/23/03 6:22 AM Steven Noels wrote: On 23/06/2003 11:18 John Morrison wrote: Sure! Patches always welcome :) Technically, all Lenya people have Cocoon CVS commit karma if I read the avail file correctly. Hmmm, if this is the case, that even

Re: ResourceExistsAction

2003-06-23 Thread Michael Wechner
Gianugo Rabellino wrote: Michael Wechner wrote: I have patched the ResourceExistsAction in the case of the resources sitemap pipeline (file-exists), such that it only checks files and not directories. Therefore URLs such as .../oscom/authoring/ are working again, but it seems to me

RE: ResourceExistsAction

2003-06-23 Thread John Morrison
From: Michael Wechner [mailto:[EMAIL PROTECTED] Gianugo Rabellino wrote: Michael Wechner wrote: I have patched the ResourceExistsAction in the case of the resources sitemap pipeline (file-exists), such that it only checks files and not directories. Therefore URLs such as .../oscom

Re: ResourceExistsAction

2003-06-23 Thread Jeff Turner
On Mon, Jun 23, 2003 at 11:08:25AM +0200, Michael Wechner wrote: Gianugo Rabellino wrote: Michael Wechner wrote: I have patched the ResourceExistsAction in the case of the resources sitemap pipeline (file-exists), such that it only checks files and not directories. Therefore URLs

Re: ResourceExistsAction

2003-06-23 Thread Steven Noels
On 23/06/2003 11:18 John Morrison wrote: Sure! Patches always welcome :) Technically, all Lenya people have Cocoon CVS commit karma if I read the avail file correctly. /Steven -- Steven Noelshttp://outerthought.org/ Outerthought - Open Source, Java XML Competence

RE: ResourceExistsAction

2003-06-23 Thread John Morrison
From: Steven Noels [mailto:[EMAIL PROTECTED] On 23/06/2003 11:18 John Morrison wrote: Sure! Patches always welcome :) Technically, all Lenya people have Cocoon CVS commit karma if I read the avail file correctly. :) In that case it's even easier! J.

Re: ResourceExistsAction

2003-06-23 Thread Michael Wechner
already started on the patch. Well, the patch of the ResourceExistsAction is ready (I tested it on Cocoon-2.1-M1 together with Lenya). Jeff, shall I send the patch to you? Thanks Michael Eg, comparing: map:act type=resource-exists map:parameter name=url value=content/xdocs/{1}{2

Re: ResourceExistsAction

2003-06-23 Thread Michael Wechner
Steven Noels wrote: On 23/06/2003 11:18 John Morrison wrote: Sure! Patches always welcome :) Technically, all Lenya people have Cocoon CVS commit karma if I read the avail file correctly. since I haven't contributed code to Cocoon so far, I would prefer that somebody is reviewing the code

Re: ResourceExistsAction

2003-06-23 Thread Jeff Turner
that within the Javadoc after I already started on the patch. Well, the patch of the ResourceExistsAction is ready (I tested it on Cocoon-2.1-M1 together with Lenya). Jeff, shall I send the patch to you? If it seems to work and you've got commit access, I'd say just add it to CVS. People will review

Re: ResourceExistsAction

2003-06-23 Thread Stefano Mazzocchi
on 6/23/03 6:22 AM Steven Noels wrote: On 23/06/2003 11:18 John Morrison wrote: Sure! Patches always welcome :) Technically, all Lenya people have Cocoon CVS commit karma if I read the avail file correctly. Hmmm, if this is the case, that even Forrest committers has to have this kind

commit access on Cocoon for sub project committers (was: ResourceExistsAction)

2003-06-23 Thread Joerg Heinicke
Stefano Mazzocchi wrote: Technically, all Lenya people have Cocoon CVS commit karma if I read the avail file correctly. Hmmm, if this is the case, that even Forrest committers has to have this kind of right. [RT] Why Forrest is not/does not become a subproject of Cocoon while it's so heavily

Re: ResourceExistsAction

2003-06-23 Thread Vadim Gritsenko
Stefano Mazzocchi wrote: on 6/23/03 6:22 AM Steven Noels wrote: On 23/06/2003 11:18 John Morrison wrote: Sure! Patches always welcome :) Technically, all Lenya people have Cocoon CVS commit karma if I read the avail file correctly. Hmmm, if this is the case, that even

DO NOT REPLY [Bug 17324] New: - [PATCH] ResourceExistsAction broken / never fails

2003-02-23 Thread bugzilla
/show_bug.cgi?id=17324 [PATCH] ResourceExistsAction broken / never fails Summary: [PATCH] ResourceExistsAction broken / never fails Product: Cocoon 2 Version: Current CVS Platform: All OS/Version: All Status: NEW Severity: Critical

DO NOT REPLY [Bug 17324] - [PATCH] ResourceExistsAction broken / never fails

2003-02-23 Thread bugzilla
/show_bug.cgi?id=17324 [PATCH] ResourceExistsAction broken / never fails [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |ASSIGNED

DO NOT REPLY [Bug 17324] - [PATCH] ResourceExistsAction broken / never fails

2003-02-23 Thread bugzilla
/show_bug.cgi?id=17324 [PATCH] ResourceExistsAction broken / never fails [EMAIL PROTECTED] changed: What|Removed |Added Status|ASSIGNED|RESOLVED

Error in new ResourceExistsAction

2002-10-21 Thread Antonio Gallardo Rivera
Check this Vadim: xml-cocoon2/build/cocoon/src/org/apache/cocoon/acting/ResourceExistsAction.java:76: cannot resolve symbol symbol : variable src location: class org.apache.cocoon.acting.ResourceExistsAction String urlstring = parameters.getParameter(url, src); Antonio Gallardo

Re: Error in new ResourceExistsAction

2002-10-21 Thread Vadim Gritsenko
Antonio Gallardo Rivera wrote: Check this Vadim: xml-cocoon2/build/cocoon/src/org/apache/cocoon/acting/ResourceExistsAction.java:76: cannot resolve symbol symbol : variable src location: class org.apache.cocoon.acting.ResourceExistsAction String urlstring = parameters.getParameter(url,

Re: Error in new ResourceExistsAction

2002-10-21 Thread Antonio Gallardo Rivera
El Lunes, 21 de Octubre de 2002 21:14, Vadim Gritsenko escribió: Antonio Gallardo Rivera wrote: Check this Vadim: xml-cocoon2/build/cocoon/src/org/apache/cocoon/acting/ResourceExistsAction .java:76: cannot resolve symbol symbol : variable src location: class