his again, is it also possible to place generated javascript and prc files in subfolders? so instead of having everything lying in the same directory, it would make sense to have
html pages -- css subfolder -- js subfolder -- images subfolder thanks On 11 Mrz., 01:06, Ian Bambury <[email protected]> wrote: > Once the application is compiled, everything you need to run it is in > the 'com.test.MyTestApplication' > folder. You can copy all those files anywhere you like. You can rename the > index file (or here, in your case, test.html) to anything you like and it > will still all work. > If you want to rename the directory that GWT actually compiles to, then I'm > not sure, and it will all change when you move to 1.6, so it may not be > worth the time to find out. > > The > > <script > type="text/javascript" src="com.test.MyTestApplication.nocache.js"></script> > > is referring to a file inside the output folder. I can't see any reason to > rename it since the users will never see it. > > Ian > > http://examples.roughian.com > > 2009/3/10 denis56 <[email protected]> > > > > > thanks > > > do you mean renaming the folder generated under www, that is www/ > > com.test.MyTestApplication, into something meaningful (example, > > "screen") > > > shouldn't in that case the reference on test.html page > > <script type="text/javascript" > > src="com.test.MyTestApplication.nocache.js"></script> > > be also updated to > > <script type="text/javascript" src="screen.nocache.js"></script> > > ? > > > that is laborious after the code is generated. Or am I getting it > > wrong? > > > On 11 Mrz., 00:15, Ian Bambury <[email protected]> wrote: > > > Except in hosted mode (where you probably don't care) just rename > > > com.test.MyTestApplication to anything you want, or copy its content to > > > wherever you want > > > Ian > > > >http://examples.roughian.com --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
