Sir, After upgrading GWT-maven-plugin to 2.8.2, I was getting below exception:-
[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:
[INFO] sc/initsc.js
[INFO] sc/modules/ISC_Core.js
[INFO] sc/modules/ISC_Foundation.js
[INFO] sc/modules/ISC_Containers.js
[INFO] sc/modules/ISC_Grids.js
[INFO] sc/modules/ISC_Forms.js
[INFO] sc/modules/ISC_RichTextEditor.js
[INFO] sc/modules/ISC_Calendar.js
[INFO] sc/modules/ISC_DataBinding.js
[INFO] sc/skins/Enterprise/load_skin.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'/>
Please provide an appropriate solution to resolve this issue.
[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:
[INFO] sc/initsc.js
[INFO] sc/modules/ISC_Core.js
[INFO] sc/modules/ISC_Foundation.js
[INFO] sc/modules/ISC_Containers.js
[INFO] sc/modules/ISC_Grids.js
[INFO] sc/modules/ISC_Forms.js
[INFO] sc/modules/ISC_RichTextEditor.js
[INFO] sc/modules/ISC_Calendar.js
[INFO] sc/modules/ISC_DataBinding.js
[INFO] sc/skins/Enterprise/load_skin.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'/>
Please provide an appropriate solution to resolve this issue.
Comment