>
>    Invoking Linker Cross-Site-Iframe
>
>       [ERROR] The Cross-Site-Iframe linker does not support <script> tags 
> in the gwt.xml files, but the gwt.xml file (or the gwt.xml files which it 
> includes) contains the following script tags: 
>
> html2canvas.min.js
>
> jquery-1.11.1.min.js
>
> jquery-ui.min.js
>
> In order for your application to run correctly, you will need to include 
> these tags in your host page directly. In order to avoid this error, you 
> will need to remove the script tags from the gwt.xml file, or add this 
> property to the gwt.xml file: <set-configuration-property 
> name='xsiframe.failIfScriptTag' value='FALSE'/>
>
>
> And with the addition of that configuration property, the GWT compile/link 
> now runs to completion:
>

But keep in mind that setting the property to FALSE does only prevent the 
compilation error. Your app probably won't work correctly now as it does 
not have access to html2canvas.js and jquery.js. You need to follow the 
suggesting in the error message to fix it (or use ClientBundle + 
ScriptInjector instead)

-- J.

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Contributors" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit-contributors+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit-contributors/be421e07-460a-4453-96d4-5b9b154f4699%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to