I guess you would have to add linker = xs in the .gwt.xml

thanks
Sudeep

On Tue, Dec 8, 2009 at 4:59 AM, Jay <kry...@tpg.com.au> wrote:

> Hi,
> I'm new to GWT and have been struggling with this issue for a while
> now. I'd like to compile my GWT application so that other sites can
> include my GWT application via a simple script tag
>
> eg.
> <script type="text/javascript" src="http://mydomain.com/MyGWTApp.js";></
> script>
> <script type="text/javascript">
>
> var myApp = new MyApp.init();
> myApp.run();
> </script>
>
>
>
> I've tried just using the MyGWTApp.nocache.js in external sites, but
> this does not work. My guess is MyGWTApp.nocache.js can not load the
> other resources (ie. other js files) that it needs?
>
> Cheers
>
> --
>
> 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.


Reply via email to