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.
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. Cheers, Salvador On May 17, 2:24 pm, hezjing <[email protected]> wrote: > Hi > To clean a GWT project created by webAppCreator, the Ant will delete the > following directories:myproject\war\WEB-INF\classes > myproject\war\myproject > > In Eclipse 3.4.2, I tried Project -> Clean ... but both the directories are > not deleted. > > How do we clean a GWT project created by Google plugin? > > -- > > 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 -~----------~----~----~----~------~----~------~--~---
