Problem with modifing files in www/com.mycompany.SToolS

2009-04-27 Thread Janek
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/

Re: Problem with modifing files in www/com.mycompany.SToolS

2009-04-27 Thread Isaac Truett
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 liso...@wp.pl wrote: Hello everyone! I

Re: Problem with modifing files in www/com.mycompany.SToolS

2009-04-27 Thread Vitali Lovich
As of 1.6, is a public directory recommended? I think everything just goes into the war directory (at least that's what webAppCreator does). On Mon, Apr 27, 2009 at 11:39 AM, Isaac Truett itru...@gmail.com wrote: Jan, www/ is an output directory. You shouldn't edit files in there. The