Re: reloading of javascript files (sometimes) fails

2010-01-08 Thread Bryan Lewis
Maybe this is what you're seeing. This article helped me when Jetty was unable to reload stylesheet files. http://docs.codehaus.org/display/JETTY/Files+locked+on+Windows On Fri, Jan 8, 2010 at 4:01 PM, Andy Pahne wrote: > > I use mavens jetty plugin and Eclipse. Template (css, images ...) and

reloading of javascript files (sometimes) fails

2010-01-08 Thread Andy Pahne
I use mavens jetty plugin and Eclipse. Template (css, images ...) and class reloading works fine, but often fails for javascript files. Eclipse complains that it could not build the project, because a file is locked. And jetty will only use the old version of the file. Anybody sees this als