Re: Editing, compiling, running Cocoon under debugger?

2002-03-29 Thread Peter Royal
On Thursday 28 March 2002 08:42 pm, Rob Jellinghaus wrote: I am a large fan of IDEA (http://www.intellij.com/idea) and I am well on the way to having a Cocoon project running under IDEA. IDEA rules!! :) When you rebuild classes, where do you set your Ant ${build.dir}? Do you have your

RE: Editing, compiling, running Cocoon under debugger?

2002-03-29 Thread Vadim Gritsenko
From: Peter Royal [mailto:[EMAIL PROTECTED]] On Thursday 28 March 2002 08:42 pm, Rob Jellinghaus wrote: I am a large fan of IDEA (http://www.intellij.com/idea) and I am well on the way to having a Cocoon project running under IDEA. IDEA rules!! :) When you rebuild classes, where do

RE: Editing, compiling, running Cocoon under debugger?

2002-03-28 Thread Vadim Gritsenko
I have this in the tomcat/conf/config.xml: Context path=/cocoon docBase=C:/Apache/xml-cocoon2/build/cocoon/webapp debug=0 reloadable=true/ I use build -D... webapp, for faster build times I commented out jar/ which creates cocoon.war. Vadim From: Rob Jellinghaus [mailto:[EMAIL PROTECTED]]