On the HTML page that includes your GWT script try doing something
like this:

<script language='javascript' src='/mypath/myGWTFolder/
com.company.Client.nocache.1.2.js'>
</script>

(Notice the 1.2 addition)

Then locate the compiled up Javascript and rename it to the file
above.

You can then be sure it is referencing the correct JS.



On Mar 10, 2:23 pm, "[email protected]"
<[email protected]> wrote:
> Hi,
>
> I am receving a very strange error. Basically, when I compile my GWT
> application it seems to have stopped picking up on anything I change!
> The changes do however work perfectly well in Hosted mode. I have
> tried everything I can think of from clearing the cache to trying to
> open the project in different web browsers but with no luck. I have
> tried putting some system.out.println in different classes and it
> doesnt even pick these up. Does anyone have any suggestions on what
> the problem could be?
>
> Thanks for any help in advance
>
> Regards,
> Jack
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to