Re: [2.2] Debugging and inplace editing

2006-12-22 Thread Grzegorz Kossakowski
Reinhard Poetz napisał(a): Reinhard Poetz wrote: yes, I'm working on writing a recipie how to use the reloading classloader plugin. Expect it by the end of the end. ahhhm, funny mistake ;-) Expect it by the end of the week Any chance it will appear shortly? I would like to write tutorial

Re: [2.2] Debugging and inplace editing

2006-12-22 Thread Reinhard Poetz
Grzegorz Kossakowski wrote: Reinhard Poetz napisał(a): Reinhard Poetz wrote: yes, I'm working on writing a recipie how to use the reloading classloader plugin. Expect it by the end of the end. ahhhm, funny mistake ;-) Expect it by the end of the week Any chance it will appear shortly? I

RE: [2.2] Debugging and inplace editing

2006-12-14 Thread Bart Molenkamp
Hi Daniel, This seems to be what I was looking for. Thanks! Bart. -Oorspronkelijk bericht- Van: Daniel Fagerstrom [mailto:[EMAIL PROTECTED] Verzonden: woensdag 13 december 2006 17:30 Aan: dev@cocoon.apache.org Onderwerp: Re: [2.2] Debugging and inplace editing Bart Molenkamp

Re: [2.2] Debugging and inplace editing

2006-12-14 Thread Philipp Zerelles
Daniel Fagerstrom wrote: If you use the trunk in Eclipse with the Eclipse-Jetty plugin, it already works in the way you ask for. To make it work you need to ensure that the main webapp has a project dependency on the my-block in Eclipse (e.g. by running mvn eclipse:eclipse from a top level

Re: [2.2] Debugging and inplace editing

2006-12-14 Thread Daniel Fagerstrom
Philipp Zerelles skrev: Daniel Fagerstrom wrote: If you use the trunk in Eclipse with the Eclipse-Jetty plugin, it already works in the way you ask for. To make it work you need to ensure that the main webapp has a project dependency on the my-block in Eclipse (e.g. by running mvn

[2.2] Debugging and inplace editing

2006-12-13 Thread Bart Molenkamp
Hi, I found three tutorials on the internet about how to debug Maven web applications in Eclipse. All three seem to work to debug Cocoon 2.2 in Eclipse as well (first very basic tests). Here are the links, maybe it's worth linking to them from the Cocoon 2.2 documentation.

Re: [2.2] Debugging and inplace editing

2006-12-13 Thread Torsten Curdt
Things have changed since my presentation in 2005. [1] ...but Reinhard worked on this lately. cheers -- Torsten [1] http://www.cocoongt.org/archive/2005/Slides-and-recordings.html On 12/13/06, Bart Molenkamp [EMAIL PROTECTED] wrote: Hi, I found three tutorials on the internet about how to

Re: [2.2] Debugging and inplace editing

2006-12-13 Thread Reinhard Poetz
Torsten Curdt wrote: Things have changed since my presentation in 2005. [1] ...but Reinhard worked on this lately. yes, I'm working on writing a recipie how to use the reloading classloader plugin. Expect it by the end of the end. -- Reinhard Pötz Independent Consultant, Trainer

Re: [2.2] Debugging and inplace editing

2006-12-13 Thread Reinhard Poetz
Reinhard Poetz wrote: Torsten Curdt wrote: Things have changed since my presentation in 2005. [1] ...but Reinhard worked on this lately. yes, I'm working on writing a recipie how to use the reloading classloader plugin. Expect it by the end of the end. ahhhm, funny mistake ;-) Expect it

Re: [2.2] Debugging and inplace editing

2006-12-13 Thread Giacomo Pati
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bart Molenkamp wrote: Hi, I found three tutorials on the internet about how to debug Maven web applications in Eclipse. All three seem to work to debug Cocoon 2.2 in Eclipse as well (first very basic tests). Here are the links, maybe it's

Re: [2.2] Debugging and inplace editing

2006-12-13 Thread Daniel Fagerstrom
Bart Molenkamp skrev: ... I'm also wondering if there is a way for the jetty plugin to work on the webapp source directory directly (src/main/resources/COB-INF) instead of copying stuff to target/my-block-1.0.0-SNAPSHOT/. For me, it's not really an option to stop/rebuild/start for every sitemap