Class files being generated to source trees when running GWT from within IDE

2013-02-25 Thread Jim Weaver
Hi, We've seen this with both Eclipse and Intellij, but currently with IntelliJ. When we launch our web application using the IntelliJ GWT plugin via a run configuration, the application launches fine, but class files are written to the source trees. I can see the source trees in the

Re: Class files being generated to source trees when running GWT from within IDE

2013-02-25 Thread Jens
Probably a misconfiguration in your IDE. I am using Eclipse and IntelliJ 12 and never had this problem. Check your class output folders and your launch configuration. -- J. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe

Re: Class files being generated to source trees when running GWT from within IDE

2013-02-25 Thread Ignacio Baca Moreno-Torres
If you are using maven it is probably that you have the inplace configuration set to true. see: http://maven.apache.org/plugins/maven-war-plugin/inplace-mojo.html see: http://mojo.codehaus.org/gwt-maven-plugin/user-guide/compiler.html On Monday, February 25, 2013 11:03:24 PM UTC+1, Jim Weaver