On 4 sep, 21:32, Miamidot <[EMAIL PROTECTED]> wrote:
> Deleting a file from src folder does not remove it from the www
> folder.
> Deleted src html files are regenerated in www folder.
> Deleted src html files are removed only by deleting contents of bin
> folder.

This is an Eclipse artifact: Eclipse by default copies every file into
bin/ (so that when you just use bin/ in your classpath --and not
src/-- you can load your resources).
Workarounds:
 - in the preferences, in Java Compiler -> Building, exclude your
*.html files ("Filtered resources" field)
 - Project menu -> Clean... to clean the project (you might need to
ensure "Scrub output folders when cleaning projects" is checked in
Java Compiler -> Building; hecked by default).
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to