Jan, www/ is an output directory. You shouldn't edit files in there. The static content source (HTML, CSS, etc.) will be in the "public" directory in your source tree next to your module definition file.
- Isaac On Mon, Apr 27, 2009 at 4:25 AM, Janek <[email protected]> wrote: > > Hello everyone! > I have created a GWT project in this way (MyProject = SToolS): > mkdir MyProject > cd MyProject > projectCreator -eclipse MyProject > applicationCreator -eclipse MyProject > com.mycompany.client.MyApplication > and now I have a lill problem with modifing files in the directory www/ > com.mycompany.SToolS. First of all, when I recompile project (SToolS- > compile) then they are all created from the beginning. But when I > modifiy them (I tried to modify SToolS.css, SToolS.html) after SToolS- > compile then the changed are not visible from the browser - the file > is changed, when I open it with pico i.e. but when I enter that file > through a web browser it is still the same. I tried it both before and > after starting SToolS-shell. On the other hand, for experiment I tried > to create a file in this directory (touch lala) and then it's > accesible through the browser without any problem. Does anyone know > how to alter these files? > Cheers, > Jan. > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
