I just downloaded today LGPL version of smartclient. Compiled helloworld-2.0 version with GWT 2.7 and 2.8 with eclipse as well as ANT command line. After starting in hosted mode, i am only getting blank screen displayed. Appreciate your support
Super Dev Mode starting up
workDir: C:\Users\FOLDER~1\AppData\Local\Temp\gwt-codeserver-5076559600335626758.tmp
Loading Java files in com.mycompany.HelloWorld.
Invoking Linker SmartGwtScriptInjector
Creating loadScriptTagFiles.js to manually load the following script tags:
sc/modules/ISC_Core.js
sc/modules/ISC_Foundation.js
sc/modules/ISC_Containers.js
sc/modules/ISC_Grids.js
sc/modules/ISC_Forms.js
sc/modules/ISC_RichTextEditor.js
sc/modules/ISC_Calendar.js
sc/modules/ISC_DataBinding.js
sc/skins/Enterprise/load_skin.js
Module setup completed in 19228 ms
The code server is ready at http://127.0.0.1:9876/
GET /recompile/helloworld
Job com.mycompany.HelloWorld_1_0
starting job: com.mycompany.HelloWorld_1_0
binding: user.agent=gecko1_8
Compiling module com.mycompany.HelloWorld
Unification traversed 47142 fields and methods and 3227 types. 3196 are considered part of the current module and 3196 had all of their fields and methods traversed.
Compiling 1 permutation
Compiling permutation 0...
Linking per-type JS with 3180 new types.
prelink JS size = 10340737
prelink sourcemap = 10340737 bytes and 271369 lines
postlink JS size = 10226430
postlink sourcemap = 10226430 bytes and 268314 lines
Source Maps Enabled
Compile of permutations succeeded
Compilation succeeded -- 16.533s
Linking into C:\Users\FOLDER~1\AppData\Local\Temp\gwt-codeserver-5076559600335626758.tmp\com.mycompany.HelloWorld\compile-2\war\helloworld; Writing extras to C:\Users\FOLDER~1\AppData\Local\Temp\gwt-codeserver-5076559600335626758.tmp\com.mycompany.HelloWorld\compile-2\extras\helloworld
Invoking Linker Cross-Site-Iframe
Ignoring the following script tags in the gwt.xml file
sc/modules/ISC_Core.js
sc/modules/ISC_Foundation.js
sc/modules/ISC_Containers.js
sc/modules/ISC_Grids.js
sc/modules/ISC_Forms.js
sc/modules/ISC_RichTextEditor.js
sc/modules/ISC_Calendar.js
sc/modules/ISC_DataBinding.js
sc/skins/Enterprise/load_skin.js
Invoking Linker SmartGwtScriptInjector
Creating loadScriptTagFiles.js to manually load the following script tags:
sc/modules/ISC_Core.js
sc/modules/ISC_Foundation.js
sc/modules/ISC_Containers.js
sc/modules/ISC_Grids.js
sc/modules/ISC_Forms.js
sc/modules/ISC_RichTextEditor.js
sc/modules/ISC_Calendar.js
sc/modules/ISC_DataBinding.js
sc/skins/Enterprise/load_skin.js
Link succeeded
Linking succeeded -- 3.710s
21.042s total -- Compile completed
GET /recompile/helloworld
Job com.mycompany.HelloWorld_1_1
starting job: com.mycompany.HelloWorld_1_1
binding: user.agent=gecko1_8
skipped compile because no input files have changed
0.113s total -- Compile completed
Super Dev Mode starting up
workDir: C:\Users\FOLDER~1\AppData\Local\Temp\gwt-codeserver-5076559600335626758.tmp
Loading Java files in com.mycompany.HelloWorld.
Invoking Linker SmartGwtScriptInjector
Creating loadScriptTagFiles.js to manually load the following script tags:
sc/modules/ISC_Core.js
sc/modules/ISC_Foundation.js
sc/modules/ISC_Containers.js
sc/modules/ISC_Grids.js
sc/modules/ISC_Forms.js
sc/modules/ISC_RichTextEditor.js
sc/modules/ISC_Calendar.js
sc/modules/ISC_DataBinding.js
sc/skins/Enterprise/load_skin.js
Module setup completed in 19228 ms
The code server is ready at http://127.0.0.1:9876/
GET /recompile/helloworld
Job com.mycompany.HelloWorld_1_0
starting job: com.mycompany.HelloWorld_1_0
binding: user.agent=gecko1_8
Compiling module com.mycompany.HelloWorld
Unification traversed 47142 fields and methods and 3227 types. 3196 are considered part of the current module and 3196 had all of their fields and methods traversed.
Compiling 1 permutation
Compiling permutation 0...
Linking per-type JS with 3180 new types.
prelink JS size = 10340737
prelink sourcemap = 10340737 bytes and 271369 lines
postlink JS size = 10226430
postlink sourcemap = 10226430 bytes and 268314 lines
Source Maps Enabled
Compile of permutations succeeded
Compilation succeeded -- 16.533s
Linking into C:\Users\FOLDER~1\AppData\Local\Temp\gwt-codeserver-5076559600335626758.tmp\com.mycompany.HelloWorld\compile-2\war\helloworld; Writing extras to C:\Users\FOLDER~1\AppData\Local\Temp\gwt-codeserver-5076559600335626758.tmp\com.mycompany.HelloWorld\compile-2\extras\helloworld
Invoking Linker Cross-Site-Iframe
Ignoring the following script tags in the gwt.xml file
sc/modules/ISC_Core.js
sc/modules/ISC_Foundation.js
sc/modules/ISC_Containers.js
sc/modules/ISC_Grids.js
sc/modules/ISC_Forms.js
sc/modules/ISC_RichTextEditor.js
sc/modules/ISC_Calendar.js
sc/modules/ISC_DataBinding.js
sc/skins/Enterprise/load_skin.js
Invoking Linker SmartGwtScriptInjector
Creating loadScriptTagFiles.js to manually load the following script tags:
sc/modules/ISC_Core.js
sc/modules/ISC_Foundation.js
sc/modules/ISC_Containers.js
sc/modules/ISC_Grids.js
sc/modules/ISC_Forms.js
sc/modules/ISC_RichTextEditor.js
sc/modules/ISC_Calendar.js
sc/modules/ISC_DataBinding.js
sc/skins/Enterprise/load_skin.js
Link succeeded
Linking succeeded -- 3.710s
21.042s total -- Compile completed
GET /recompile/helloworld
Job com.mycompany.HelloWorld_1_1
starting job: com.mycompany.HelloWorld_1_1
binding: user.agent=gecko1_8
skipped compile because no input files have changed
0.113s total -- Compile completed
Comment