Hi, On Sun, May 17, 2009 at 11:31 PM, hezjing <[email protected]> wrote:
> Hi Salvador > > On Sun, May 17, 2009 at 9:14 PM, Salvador Diaz <[email protected]>wrote: > >> >> The myproject\war\WEB-INF\classes directory is in fact deleted by >> Eclipse. When you clean a project with Eclipse, it has to be >> recompiled, so Eclipse immediately recreates that directory and >> puts freshly compiled classes in it. > > > You're right, the myproject\war\WEB-INF\classes is indeed re-created by > Eclipse. > This is observed in Windows Explorer, but the new classes folder is never > be shown in Eclipse anymore. > Yes, Eclipse hides the classes folder from you in the Package Explorer, most likely because its a generated folder. > > > >> As for the myproject\war\myproject, Eclipse doesn't know it has to be >> cleaned so it doesn't touch it. Normally you can delete it manually, >> as it is created by the GWT Hosted Mode each time you launch it. > > > It would be very nice if Google plugin can clean these directories too :D > In the future, we may move towards a model where a snapshot directory is created when you launch your application locally. If we do this, then your "war" folder will serve just as an input folder, as opposed to both an input and output folder. Specifically, generated artifacts will no longer be placed in the war folder. > > Thanks for your advice! > > > -- > > Hez > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
