Hello, I'm new to smartGwt, works great with gwt. Now you want to switch to smartgwt, try a lot of tutorials, they follow the same, but when I tried, I ran into an error.
I used GWT-2.6.0 , smartGWT-4.0 .
When I try to add <inherits name='com.smartgwt.SmartGwt'/> to my XML file, it shows me an error
[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:
I added below to my html file to add all the related scripts, first I tried using
var isomorphicDir = "testSmartGWT_01 / sc /";
in the script tag but not working 
Listed below are the things that I include in my XML file 
source share