I haven't tried this but... What I'd try is:
- Copy all the standard CSS to the /war/ directory - everything at one level - Access it via a <link> in the HTML file. - Change the CSS to get rid of the paths When you want to upload - take a copy of the /war/ file - Move all the generated files to the top level - Change the line in the HTML file from the format src="output_directory/output_directory.nocache.js" to src="output_directory.nocache.js" Everything is in one directory now and I think that will work. Let me know if it doesn't. Ian http://examples.roughian.com On 2 April 2010 14:32, Dymytry <koktebelnig...@gmail.com> wrote: > Hello everyone! > > Guys, can you give me advice about how can I change the output folder > of the GWT. > > At the moment, I have: > \war - where css and html stored > \war\stockwatcher - with a number of png, js, html files > \war\stockwatcher\gwt\standard - with standart images etc > > What I want is > 1) to place all the resources in one folder > 2) OR be able to set the path to gwt\standart, i.e. change the "gwt > \standart" path > 3) AND limit the number of files GWT creates, remove redundant files > > Can I do this? > > Regards, > Dmitry > > ps > Actually my task is that I want to place GWT project to Lotus Domino > server. There I can add resources only one by one, I cannot add > folders. So I want to place resources in one folder and import them OR > link javascript created by GWT to a special server directory somehow > (I dont know yet how). > > -- > You received this message because you are subscribed to the Google Groups > "Google Web Toolkit" group. > To post to this group, send email to google-web-tool...@googlegroups.com. > To unsubscribe from this group, send email to > google-web-toolkit+unsubscr...@googlegroups.com<google-web-toolkit%2bunsubscr...@googlegroups.com> > . > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to google-web-tool...@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.