Re: RCL difficulties (was Re: Input modules samples broken in trunk)

2007-01-11 Thread Mark Lundquist
On Jan 11, 2007, at 7:56 AM, Reinhard Poetz wrote: The RCL only works for blocks ATM. Ah! OK. So I'll just servletize the samples app and then I should be able to see the RCL in action. thx a lot, —ml—

Re: RCL difficulties (was Re: Input modules samples broken in trunk)

2007-01-11 Thread Reinhard Poetz
Mark Lundquist wrote: [...] I know how to do it the block way, that's not the issue... I'm just trying to quick-'n'-dirty configure my own local build of cocoon-webapp to use the RCL, and it doesn't appear to be working right — which is probably All My Fault somewhere, and I'm trying to figure

Re: RCL difficulties (was Re: Input modules samples broken in trunk)

2007-01-11 Thread Mark Lundquist
On Jan 10, 2007, at 10:20 PM, Reinhard Poetz wrote: I just tried setting up the RCL per http://cocoon.zones.apache.org/daisy/cdocs/g1/g4/g1/1297.html; is that the solution I'm after? I added the rcl.properties to cocoon-core-addition-sample/pom.xml and tweaked the cocoon-webapp/pom.xml, ran "

Re: RCL difficulties (was Re: Input modules samples broken in trunk)

2007-01-11 Thread Carsten Ziegeler
Daniel Fagerstrom wrote: > It is also important to have -Dorg.apache.cocoon.mode=develop as > argument to the Jetty launcher, otherwise the tree processor will not > reload the resources when they change. > The correct name for the mode is "dev", so you have to specify "-Dorg.apache.cocoon.mode

Re: RCL difficulties (was Re: Input modules samples broken in trunk)

2007-01-10 Thread Reinhard Poetz
Mark Lundquist wrote: On Jan 10, 2007, at 2:04 PM, Mark Lundquist wrote: On Jan 4, 2007, at 4:51 PM, Mark Lundquist wrote: [..snip] 4) If I want to debug this, I'm going to fiddle around with resources in the cocoon-core-additional-sample block (like the sitemap, JXTs etc.). How do I se

Re: RCL difficulties (was Re: Input modules samples broken in trunk)

2007-01-10 Thread Mark Lundquist
On Jan 10, 2007, at 2:50 PM, Daniel Fagerstrom wrote: Don't know how rcl work, it is mainly for recompiling Java classes on the fly IIUC. Yes... what got me thinking RCL was this thread: http://marc.theaimsgroup.com/?t=11683427565&r=1&w=2 For resources it works as you want OOTB, if you

Re: RCL difficulties (was Re: Input modules samples broken in trunk)

2007-01-10 Thread Daniel Fagerstrom
Mark Lundquist skrev: On Jan 10, 2007, at 2:04 PM, Mark Lundquist wrote: On Jan 4, 2007, at 4:51 PM, Mark Lundquist wrote: [..snip] 4) If I want to debug this, I'm going to fiddle around with resources in the cocoon-core-additional-sample block (like the sitemap, JXTs etc.). How do I se

RCL difficulties (was Re: Input modules samples broken in trunk)

2007-01-10 Thread Mark Lundquist
On Jan 10, 2007, at 2:04 PM, Mark Lundquist wrote: On Jan 4, 2007, at 4:51 PM, Mark Lundquist wrote: [..snip] 4) If I want to debug this, I'm going to fiddle around with resources in the cocoon-core-additional-sample block (like the sitemap, JXTs etc.). How do I set things up so that tho