Thanks alot for your answers, yes eclipse never gives build.xml, it only comes from webAppcreator.
I had the problem, when i change the code for any file that is not GWT and the class files wont get update with GWT compile, so changes were never reflected in Tomcat deployment. Do you guys use any other tools to build the java files? anyways i solved the problem by writing my own Build.Xml file and executing it with Ant Build of eclipse. On Jan 12, 1:14 pm, nacho <[email protected]> wrote: > In previuos releases of the sdk if you create your project using > webAppCreator the build.xml was created. > > I believe that with gwt 2.1 must be created too. > > Try using that tool and then import your project to ecplise. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
