Re: Wicket/Eclipse/Maven/m2eclipse - HTML files not refreshing

2009-01-18 Thread Tauren Mills
t;>> My project's maven properties show these goals to invoke on >>>>>>>>>> resource >>>>>>>>>> changes: process-resources resources:testResources. >>>>>>>>&

Re: Wicket/Eclipse/Maven/m2eclipse - HTML files not refreshing

2009-01-18 Thread noon
gt;>>>>>>> >>>>>>>>> >>>>>>>>>false >>>>>>>>>src/main/resources >>>>>>>>> >>>>>>>&g

Re: Wicket/Eclipse/Maven/m2eclipse - HTML files not refreshing

2009-01-16 Thread Tauren Mills
** >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>>false >>>>>>>>src/main/java >>>>>>>> >>>>>>>> ** >

Re: Wicket/Eclipse/Maven/m2eclipse - HTML files not refreshing

2009-01-16 Thread Tauren Mills
;> >>>>>> >> >>>>>> >> >>>>>> **/*.java >> >>>>>> >> >>>>>> >>

Re: Wicket/Eclipse/Maven/m2eclipse - HTML files not refreshing

2009-01-16 Thread Tauren Mills
** >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>>false >>>>>>>>src/main/java >>>>>>>> >>>>>>>> ** >

Re: Wicket/Eclipse/Maven/m2eclipse - HTML files not refreshing

2009-01-16 Thread Richard Allen
; > >>>>>> > >>>>>>... > >>>>>> > >>>>>> > >>>>>> So, I'm wondering, does eclipse not think that a resource has been > >>>>>> changed because the HTML files are within src/main/java instead of

Re: Wicket/Eclipse/Maven/m2eclipse - HTML files not refreshing

2009-01-16 Thread Richard Allen
L files are within src/main/java instead of > >>>>>>> src/main/resources? If I change my CSS files, which are in > >>>>>>> /src/main/webapp, the changes are reflected with a browser refresh. > >>>>>>> But if I change an HTML file, it is not. > &

Re: Wicket/Eclipse/Maven/m2eclipse - HTML files not refreshing

2009-01-16 Thread Emanuele Gesuato
I've the same problem in one project but we are not using maven, instead of it we use ant. For starting/stopping tomcat inside eclipse we use wtp. In development mode we could change the java file but not the html. I've tried to remove the "*.html" to "Filtered resources" in java->compiler->buildi

Re: Wicket/Eclipse/Maven/m2eclipse - HTML files not refreshing

2009-01-16 Thread noon
... >>>>>>> >>>>>>> >>>>>>> So, I'm wondering, does eclipse not think that a resource has been >>>>>>> changed because the HTML files are within src/main/java instead of >>>>>>> src/main/resources?

Re: Wicket/Eclipse/Maven/m2eclipse - HTML files not refreshing

2009-01-15 Thread Tauren Mills
t is not. >>>>>> >>>>>> How do I configure this to work right? Everything else seems to be >>>>>> working right, just not HTML refreshing. >>>>>> >>>>>> Thanks, >>

Re: Wicket/Eclipse/Maven/m2eclipse - HTML files not refreshing

2009-01-15 Thread noon
- >>>>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org >>>>> For additional commands, e-mail: users-h...@wicket.apache.org >>>>> >>>>> >>>> >>>> >>>> >>>>

Re: Wicket/Eclipse/Maven/m2eclipse - HTML files not refreshing

2009-01-15 Thread Tauren Mills
Thanks Igor, but I already looked there and the only thing listed in filtered resources is *.launch. Any other ideas? Tauren On Thu, Jan 15, 2009 at 4:05 PM, Igor Vaynberg wrote: > open the preferences window > in the search box type "filter" > this will show you java/compiler/building panel wi

Re: Wicket/Eclipse/Maven/m2eclipse - HTML files not refreshing

2009-01-15 Thread Igor Vaynberg
open the preferences window in the search box type "filter" this will show you java/compiler/building panel with FilteredREsources: textbox, remove *.html -igor On Thu, Jan 15, 2009 at 4:03 PM, Tauren Mills wrote: > Martijn, > > Thanks. But any clue how or where I do that? I've been poking aro

Re: Wicket/Eclipse/Maven/m2eclipse - HTML files not refreshing

2009-01-15 Thread Tauren Mills
Martijn, Thanks. But any clue how or where I do that? I've been poking around the preferences in eclipse and haven't found it. Tauren On Thu, Jan 15, 2009 at 3:51 PM, Martijn Dashorst wrote: > iirc you have to turn off eclipse's filtering of html files (which is > turned off default because o

Re: Wicket/Eclipse/Maven/m2eclipse - HTML files not refreshing

2009-01-15 Thread Martijn Dashorst
iirc you have to turn off eclipse's filtering of html files (which is turned off default because of javadoc html which usually doesn't want to be packaged inside your war/jar) Martijn On Fri, Jan 16, 2009 at 12:31 AM, Tauren Mills wrote: > Are there any wicket/eclipse/maven/m2eclipse users out t

Wicket/Eclipse/Maven/m2eclipse - HTML files not refreshing

2009-01-15 Thread Tauren Mills
Are there any wicket/eclipse/maven/m2eclipse users out there? I'm trying to get my development environment working properly and need your help. Up until now, I've been developing WIcket applications in Eclipse and have not been using maven. As long as my web.xml is set to development rather than