Re: Eclipse Run As GWT JUnit test generates garbage folders tomcat and www-test

2010-04-07 Thread Marc Guillemot
Hi John, John Tamplin wrote: ... EmbeddedTomcatServer creates a tomcat directory inside of the current working directory (via the user.dir system property) at line 340. It looks like you could maintain your own copy of com/google/gwt/dev/etc/tomcat and point the system property

Re: Eclipse Run As GWT JUnit test generates garbage folders tomcat and www-test

2010-04-06 Thread Rajeev Dayal
+[jat] Hi Marc, On Thu, Apr 1, 2010 at 8:34 AM, Marc Guillemot mguille...@yahoo.fr wrote: Hi, running a unit test that extends GWTTestCase using Eclipse's Run As GWT JUnit test generates two folders in my project root: - tomcat - www-test This is just garbage and it pollutes my folder.

Re: Eclipse Run As GWT JUnit test generates garbage folders tomcat and www-test

2010-04-06 Thread John Tamplin
On Tue, Apr 6, 2010 at 10:58 AM, Rajeev Dayal rda...@google.com wrote: The tomcat folder is surprising, I thought that GWT was using Jetty now. www-test can be configured in the run configuration for the test but it is very annoying to have to do it again and again for all the tests. Tomcat

Eclipse Run As GWT JUnit test generates garbage folders tomcat and www-test

2010-04-01 Thread Marc Guillemot
Hi, running a unit test that extends GWTTestCase using Eclipse's Run As GWT JUnit test generates two folders in my project root: - tomcat - www-test This is just garbage and it pollutes my folder. I'm force to see them and to add them to SVN ignore. Is there a way to avoid it and to tell to