> 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 you set your Ant ${build.dir}? Do you > > have your build system output the classes directly to > > %CATALINA_HOME%/webapps/cocoon/WEB-INF/classes? Or do you rebuild the > > entire war and have Tomcat re-extract it each time you make a > > change? (surely not!) > > I have the build go to WEB-INF/classes, and thus tomcat doesn't need to be > restarted as it notices that the class files have changed and reloads the > webapp.
Same holds true for WEB-INF/lib. Vadim > -pete > > -- > peter royal -> [EMAIL PROTECTED] > --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faqs.html> To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands, e-mail: <[EMAIL PROTECTED]>