Re: Issue with maven archetypes - jetty plugin version 8 not refreshing JSPs

2012-11-07 Thread Miguel Almeida
A follow-up on this. I was able to identify the root cause of this issue. While this is a bit specific to our use case, I share this with the community nonetheless. This was basically caused by the timestamps of the files. My work directory is an NFS mount of another server. For some strange reaso

Re: Issue with maven archetypes - jetty plugin version 8 not refreshing JSPs

2012-11-06 Thread Lukasz Lenart
2012/10/31 Miguel Almeida > Hey Lukasz, > > Does your jetty configuration match the ones I provided? More > specifically, did you remove the element? With > scanTargets you will see the JSP changes, but only after the automatic > container reload (so, worse case scenario in 10 seconds, as defin

Re: Issue with maven archetypes - jetty plugin version 8 not refreshing JSPs

2012-10-31 Thread Miguel Almeida
Hey Lukasz, Does your jetty configuration match the ones I provided? More specifically, did you remove the element? With scanTargets you will see the JSP changes, but only after the automatic container reload (so, worse case scenario in 10 seconds, as defined in the element. If you remove scan

Re: Issue with maven archetypes - jetty plugin version 8 not refreshing JSPs

2012-10-30 Thread Lukasz Lenart
Hi, I've tested with apps/blank and it works as expected, the same with an app created base on struts2-archetype-blank (mvn archetype:generate - 307) and base on struts2-archetype-convention (308). No problems spotted :-) Kind regards -- Ɓukasz + 48 606 323 122 http://www.lenart.org.pl/ 2012/1

Issue with maven archetypes - jetty plugin version 8 not refreshing JSPs

2012-10-29 Thread Miguel Almeida
Dear all, As I was upgrading the maven jetty plugin in a struts archetype, I noticed a difference in behaviour between versions 6 and 8 of the plugin. While this might be due to a change in jetty's configuration, I thought we should check this and probably update the archetypes accordingly. Essen