you are right. eclipse automatically copies modified css files from source folder to bin folder, but not to gwt output folder, since it doesnt know the relation. i tried manually copying css file to gwt output folder and all went ok. refresh button in hosted mode reflects css updates
maybe there is a way to automatically do that (other than an plugin) but i dont think so thank you r a f t On Oct 17, 8:38 pm, "Isaac Truett" <[EMAIL PROTECTED]> wrote: > I think your assumption regarding refreshing the workspace may be mistaken. > Unless you have installed a plugin that provides automatic synchronization > of resources between the workspace and the server, you will have to take > responsibility for keeping the server up to date yourself. You may be > thinking of JVM HotSwap which applies to Java classes but not other > resources. > > On Fri, Oct 17, 2008 at 11:14 AM, r a f t <[EMAIL PROTECTED]> wrote: > > > > > hi Isaac, > > > i launch tomcat within eclipse as my server. after modifying the CSS > > files, refreshing the web project in eclipse (which i guess make a > > deployement) seems to have no effect either. maybe that is because my > > style sheet is declared in module.xml file. should i move declaration > > to my host page (at least for development) ? > > > On Oct 17, 6:03 pm, "Isaac Truett" <[EMAIL PROTECTED]> wrote: > > > If you're using -noserver then you'll have to redeploy your CSS file(s) > > to > > > the server. > > > > On Fri, Oct 17, 2008 at 11:01 AM, r a f t <[EMAIL PROTECTED]> > > wrote: > > > > > hi Shaffer, > > > > > what is your development platform ? i use linux (ubuntu) and use > > > > noserver option for hosted mode. maybe they make the difference > > > > > r a f t > > > > > On Oct 17, 5:58 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> > > > > wrote: > > > > > I've been able to make changes to the CSS and seen the effect by just > > > > > refreshing the hosted mode browser. I have noticed that it's not > > 100% > > > > > though, but haven't really pursued it much.... > > > > > > Not much help but that's the way today is shaking out.... > > > > > > Later, > > > > > > Shaffer > > > > > > On Oct 17, 8:29 am, r a f t <[EMAIL PROTECTED]> wrote: > > > > > > > hello, > > > > > > > is there a way of seeing results of a modified css file in hosted > > mode > > > > > > without re-compiling the module ? seems as reloading the page > > without > > > > > > a compilation has no effect. > > > > > > > thanks in advance, > > > > > > r a f t --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
