Which files? I'd like to try and reproduce. I was using this feature yesterday and it seems to work properly when editing web.xml.
Matt On 2/28/07, Benoit Moraillon <[EMAIL PROTECTED]> wrote:
yes, i could not have jetty automatically reload my changes in a web-in/*.xml file (i'm using war:inplace feature) Jetty reload automatically when changing *.java file. So i add <scanTargets> <scanTarget>src/main/webapp/web-inf</scanTarget> </scanTargets> in order to force jetty reloading when changing *.xml file Matt Raible a écrit : > Does this fix a problem for you? Can you describe the problem and how > to reproduce it? > > Thanks, > > Matt > > On 2/28/07, [EMAIL PROTECTED] > <[EMAIL PROTECTED]> wrote: >> >> >> Hi appfusers , >> >> Im' using appfuse2.0 and i enjoy war:inplace maven task. >> >> i suggest you to add a scnatarget this in pom.xml in order to allow >> jetty:run to check >> >> for .xml or .properties changes : >> >> <configuration> >> >> <contextPath>/</contextPath> >> >> <scanIntervalSeconds>3</scanIntervalSeconds> >> >> <scanTargets> >> >> <scanTarget>src/main/webapp/web-inf</scanTarget> >> >> </scanTargets> >> >> </configuration> >> >> >> >> What is your opinion about this ? >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: >> [EMAIL PROTECTED] For additional >> commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
-- http://raibledesigns.com
