have to invoke eclipse/project/clean for modified server classes

2011-03-17 Thread cri
I've got a gwt project that accesses a Spring server back end. The project was initially created using the gwt-maven-plugin maven archetype. Every time I change a back end Spring service class, my eclipse project doesn't pick up the changes unless I invoke Eclipse/ Project/clean on my project.

Re: have to invoke eclipse/project/clean for modified server classes

2011-03-17 Thread Juan Pablo Gardella
Are you open your project after run mvn eclipse:eclipse? Probably your pom.xml is bad configurate. I use this plugin and work well with eclipse 2011/3/17 cri chuck.irvine...@gmail.com I've got a gwt project that accesses a Spring server back end. The project was initially created using the