After upgrading gwt version from 2.4.0 to 2.7.0 with smartgwt-5.1p skins are not loading.
I have tried following solutions:-
1.Added the scripts to the host page to load those manually. (unsuccessful)
2.used samrtgwt-5.1p to manually load the script tags
[java] Invoking Linker Cross-Site-Iframe
[java] Ignoring the following script tags in the gwt.xml file
[java] sc/modules/ISC_Core.js
[java] sc/modules/ISC_Foundation.js
[java] sc/modules/ISC_Containers.js
[java] sc/modules/ISC_Grids.js
[java] sc/modules/ISC_Forms.js
[java] sc/modules/ISC_RichTextEditor.js
[java] sc/modules/ISC_Calendar.js
[java] sc/modules/ISC_DataBinding.js
[java] sc/skins/Enterprise/load_skin.js
[java] swfupload.js
[java]
[java] Invoking Linker SmartGwtScriptInjector
[java] Creating loadScriptTagFiles.js to manually load the following script tags:
[java] sc/modules/ISC_Core.js
[java] sc/modules/ISC_Foundation.js
[java] sc/modules/ISC_Containers.js
[java] sc/modules/ISC_Grids.js
[java] sc/modules/ISC_Forms.js
[java] sc/modules/ISC_RichTextEditor.js
[java] sc/modules/ISC_Calendar.js
[java] sc/modules/ISC_DataBinding.js
[java] sc/skins/Enterprise/load_skin.js
[java] swfupload.js
[java] Link succeeded
[java] Linking succeeded -- 7.296s
it created loadScriptTagFiles.js file and linked it to MyModule.nocache file but still its not loading the skins.
With GWT compile option using GWT plugin in eclipse i am getting proper results and skins are loading properly
WIth ANT build its not loading the skins and it always loading blank.gif
Any help is appreciated
Thank you in advance.
I have tried following solutions:-
1.Added the scripts to the host page to load those manually. (unsuccessful)
2.used samrtgwt-5.1p to manually load the script tags
[java] Invoking Linker Cross-Site-Iframe
[java] Ignoring the following script tags in the gwt.xml file
[java] sc/modules/ISC_Core.js
[java] sc/modules/ISC_Foundation.js
[java] sc/modules/ISC_Containers.js
[java] sc/modules/ISC_Grids.js
[java] sc/modules/ISC_Forms.js
[java] sc/modules/ISC_RichTextEditor.js
[java] sc/modules/ISC_Calendar.js
[java] sc/modules/ISC_DataBinding.js
[java] sc/skins/Enterprise/load_skin.js
[java] swfupload.js
[java]
[java] Invoking Linker SmartGwtScriptInjector
[java] Creating loadScriptTagFiles.js to manually load the following script tags:
[java] sc/modules/ISC_Core.js
[java] sc/modules/ISC_Foundation.js
[java] sc/modules/ISC_Containers.js
[java] sc/modules/ISC_Grids.js
[java] sc/modules/ISC_Forms.js
[java] sc/modules/ISC_RichTextEditor.js
[java] sc/modules/ISC_Calendar.js
[java] sc/modules/ISC_DataBinding.js
[java] sc/skins/Enterprise/load_skin.js
[java] swfupload.js
[java] Link succeeded
[java] Linking succeeded -- 7.296s
it created loadScriptTagFiles.js file and linked it to MyModule.nocache file but still its not loading the skins.
With GWT compile option using GWT plugin in eclipse i am getting proper results and skins are loading properly
WIth ANT build its not loading the skins and it always loading blank.gif
Any help is appreciated
Thank you in advance.
Comment