Re: Class reloading

2009-07-12 Thread Musachy Barroso
hum, that is a good point, I would still need to support absolute paths, as I want to point it to my eclipse output dir, and just recompile from eclipse and get my changes picked up. I could test the path as an absolute path, if it exist, use it, otherwise try it as a relative path to context root,

Re: Class reloading

2009-07-12 Thread Dale Newfield
Musachy Barroso wrote: Ok I committed my changes to the spring plugin, Now I'm looking forward even more to 2.1.8 :-) * Set "struts.class.reloading.watchList" to a comma separated list of directories, or jar files (absolute paths) Does that have to be absolutely absolute? Meaning this mus

Re: Struts 2.1.7 Vote

2009-07-12 Thread GF
I'm running Struts 2.1.6 on freemarker 2.3.15 since january and seems ok. > > freemarker-2.3.15 > - Sound like a good improvement, but we need to test this properly. > - To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org F

Re: Class reloading

2009-07-12 Thread Musachy Barroso
Ok I committed my changes to the spring plugin, jira ticket: https://issues.apache.org/struts/browse/WW-3183 docs: http://cwiki.apache.org/confluence/display/WW/Spring+Plugin here is what you need to do to enable this: * Set "struts.devMode" to "true" * Set "struts.class.reloading.watchList" t

Re: Class reloading

2009-07-12 Thread Musachy Barroso
actually this is easier said than done, I will need some creative way to let my spring class (which extends XmlWebApplicationContext) if we are in devMode or not. Any ideas? musachy On Sat, Jul 11, 2009 at 7:25 PM, Musachy Barroso wrote: > On Sat, Jul 11, 2009 at 7:16 PM, Dale Newfield wrote: >>