I'm not super familiar with the default gwt ant build file, but if what you're saying is true, you could look into using this:
http://ant.apache.org/manual/CoreTasks/uptodate.html I set up ant build files long before they came with gwt projects and I use uptodate with success. On Jul 10, 1:33 pm, Mike <[email protected]> wrote: > I created a project from scratch using webAppCreator, and if I do 'ant > war', it always retriggers the 'gwtc' target, even if no .java file > has changed. (Or even if nothing at all has changed.) > > Is this expected behavior? A bug in ant? This recompile takes more > than a minute, so it's somewhat annoying. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
