Thursday, February 2, 2012

Re: [WARN] Injected scripts no longer use an associated JavaScript block; ignoring

I think that warning means that gwt no longer support content inside <script> elements in gwt.xml files. For preventing the warning to appear, I think you should use

<script src="http://apis.google.com/js/plusone.js"></script>

On Thu, 2 Feb 2012 07:01:11 -0800 (PST)
Luke <travaller88@gmail.com> wrote:

> i put
>
> <script src="http://apis.google.com/js/plusone.js">
> {"parsetags": "explicit"}
> </script>
>
>
> in gwt.xml file , and i get above warning. any advice? i'm not
> warning can safely ignore. but will future GWT support syntax like
> above?
>
> --
> 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-toolkit@googlegroups.com.
> To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
>


--
Sebastian Gurin <sgurin@softpoint.org>

--
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-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment