Re: Starting GWT dev mode within Eclipse causes Maven-managed resources to disappear

2010-12-22 Thread Thomas Broyer
On Tuesday, November 30, 2010 5:05:54 PM UTC+1, Thomas Broyer wrote: I'm lost. I'm very new to Eclipse WTP (a couple of weeks) and not much less to Maven (5 months), so maybe it's just me; but really, I don't understand why it worked, then deleted everything, then now works again... I

Re: Starting GWT dev mode within Eclipse causes Maven-managed resources to disappear

2010-12-21 Thread Chris
On Nov 30, 11:05 am, Thomas Broyer t.bro...@gmail.com wrote: On 30 nov, 16:42, Thomas Broyer t.bro...@gmail.com wrote: I just faced that very same issue, and a coworker too! Forgot to precise: I'm on Win XP Pro SP3, my coworker is on Ubuntu 10.10; same configuration otherwise (Eclipse,

Re: Starting GWT dev mode within Eclipse causes Maven-managed resources to disappear

2010-11-30 Thread Thomas Broyer
On 17 nov, 15:45, Chris crehb...@gmail.com wrote: On Nov 17, 6:03 am, Thomas Broyer t.bro...@gmail.com wrote: Well, if your resources are to be shared with GWT apps only, then how about making a GWT module and putting them in the public path, so the GWT compiler copies them to the output

Re: Starting GWT dev mode within Eclipse causes Maven-managed resources to disappear

2010-11-30 Thread Thomas Broyer
On 30 nov, 16:42, Thomas Broyer t.bro...@gmail.com wrote: I just faced that very same issue, and a coworker too! Forgot to precise: I'm on Win XP Pro SP3, my coworker is on Ubuntu 10.10; same configuration otherwise (Eclipse, m2eclipse, GPE) Eclipse 3.6 SR1 GPE 1.4.0 Maven projects using

Re: Starting GWT dev mode within Eclipse causes Maven-managed resources to disappear

2010-11-17 Thread Thomas Broyer
On 16 nov, 17:41, Chris crehb...@gmail.com wrote: Hi, I'm working on upgrading our development environment from GWT 2.0.4 to 2.1 - this involved upgrading GPE to 1.4 as well as the gwt-maven- plugin to 2.1.  So far things have gone pretty smoothly except for one nagging problem. We have

Re: Starting GWT dev mode within Eclipse causes Maven-managed resources to disappear

2010-11-17 Thread Chris
On Nov 17, 6:03 am, Thomas Broyer t.bro...@gmail.com wrote: Well, if your resources are to be shared with GWT apps only, then how about making a GWT module and putting them in the public path, so the GWT compiler copies them to the output folder? Because we have 5 GWT apps using the same

Starting GWT dev mode within Eclipse causes Maven-managed resources to disappear

2010-11-16 Thread Chris
Hi, I'm working on upgrading our development environment from GWT 2.0.4 to 2.1 - this involved upgrading GPE to 1.4 as well as the gwt-maven- plugin to 2.1. So far things have gone pretty smoothly except for one nagging problem. We have in our code tree a POM module that holds just shared