Re: GWTTestCase error

2010-05-06 Thread Marc Guillemot
Hi, you probably have an old version of NekoHTML somewhere in your classpath and this version gets used instead of the one packaged in gwt-dev.jar. Marc. -- Blog: http://mguillem.wordpress.com Alex Dancu wrote: Hi, I'm trying to run a GWTTestCase but I'm getting the error below: [ERROR] Ex

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 > catal

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