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 <[email protected]> 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 [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. > -- Sebastian Gurin <[email protected]> -- 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.
