Re: devMode dead

2008-10-12 Thread Mead Lai
havan't try it before! On Mon, Oct 13, 2008 at 2:38 PM, Zoran Avtarovski <[EMAIL PROTECTED]>wrote: > Hi Adam, > > For what little it¹s worth we just finished up an intensive I18n project > using dev mode and it worked as expected. We use netbeans and tomcat but > the > altered properties file was

Re: devMode dead

2008-10-12 Thread Zoran Avtarovski
Hi Adam, For what little it¹s worth we just finished up an intensive I18n project using dev mode and it worked as expected. We use netbeans and tomcat but the altered properties file was copied across to the WEB-INF/classes folder by NB. I don¹t know if that had any impact. Also, we¹re using 2.0.

Re: devMode dead

2008-10-12 Thread Adam Hardy
Wendy Smoak on 11/10/08 22:24, wrote: On Sat, Oct 11, 2008 at 2:15 PM, Martin Gainty <[EMAIL PROTECTED]> wrote: a really basic question..what does/is/will do devMode supposed to do? I couldnt find any doc on this? http://struts.apache.org/2.0.11.2/docs/devmode.html And the page before that

Re: devMode dead

2008-10-11 Thread Wendy Smoak
On Sat, Oct 11, 2008 at 2:15 PM, Martin Gainty <[EMAIL PROTECTED]> wrote: > > a really basic question..what does/is/will do devMode supposed to do? > I couldnt find any doc on this? http://struts.apache.org/2.0.11.2/docs/devmode.html -- Wendy

RE: devMode dead

2008-10-11 Thread Martin Gainty
To: user@struts.apache.org > Subject: Re: devMode dead > > Lukasz Lenart on 11/10/08 12:21, wrote: > > 2008/10/11 Adam Hardy <[EMAIL PROTECTED]>: > >> Is anybody else having trouble with devMode not working? > >> > >> Certainly seems like I'm the onl

Re: devMode dead

2008-10-11 Thread Adam Hardy
Lukasz Lenart on 11/10/08 12:21, wrote: 2008/10/11 Adam Hardy <[EMAIL PROTECTED]>: Is anybody else having trouble with devMode not working? Certainly seems like I'm the only one and I can't find anything wrong with my setup. It's really slowing me down doing the i18n labels on my JSPs without s

Re: devMode dead

2008-10-11 Thread Lukasz Lenart
2008/10/11 Adam Hardy <[EMAIL PROTECTED]>: > > Is anybody else having trouble with devMode not working? > > Certainly seems like I'm the only one and I can't find anything wrong with > my setup. It's really slowing me down doing the i18n labels on my JSPs > without struts doing a refresh on the pac

Re: devMode

2008-10-09 Thread Adam Hardy
Anyone, what are the requirements for configuring my i18n resource bundle if I want devMode to reload it every request? I currently have all my i18n strings in package.properties in my main package - and I configured it in struts.xml too like so: Adam Hardy on 08/10/08 18:50, wrote: OK

Re: devMode

2008-10-08 Thread Adam Hardy
OK: with devMode=false, the logging misses out this one line (otherwise the same): INFO 17:58:36 DefaultConfiguration.setProperty(): Overriding property struts.configuration.xml.reload - old value: false new value: true (com.opensymphony.xwork2.config.impl) I don't have struts.properties any

Re: devMode

2008-10-08 Thread Alberto Flores
A few questions: - Try to set devMode=false and see if you get the same logs. - Do you have a struts.properties with devMode=false/true. If so, this file will override struts.xml. Adam Hardy wrote: I fully expect that there's a simple answer to this one but I can't find it in the wiki or the

Re: devMode + Windows + Eclipse + Tomcat = not reloading struts.xml

2008-04-28 Thread Al Sutton
lipse guys to see what they say. Al. - Original Message - From: "Chase" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Tuesday, April 29, 2008 1:36 AM Subject: Re: devMode + Windows + Eclipse + Tomcat = not reloading struts.xml Adam Hardy wr

Re: devMode + Windows + Eclipse + Tomcat = not reloading struts.xml

2008-04-28 Thread Chase
Adam Hardy wrote: Chase on 28/04/08 22:14, wrote: Anyone had issues with devMode not working fully on Windows? I've got set and in my Tomcat console log I'm seeing: INFO: Overriding property struts.configuration.xml.reload - old value: false new value: true Windows XP Sun JDK 1.6u6 Eclipse

Re: devMode + Windows + Eclipse + Tomcat = not reloading struts.xml

2008-04-28 Thread Adam Hardy
Chase on 28/04/08 22:14, wrote: Anyone had issues with devMode not working fully on Windows? I've got set and in my Tomcat console log I'm seeing: INFO: Overriding property struts.configuration.xml.reload - old value: false new value: true Windows XP Sun JDK 1.6u6 Eclipse 3.3.2 Tomcat 6.0.1