Re: GWT SDM Polymer

2015-12-19 Thread Michael Zhou
Might be unrelated, but as far as I know *-XjsInteropMode *is deprecated and might be removed in the final 2.8.0 release. GWT-Polymer will probably migrate to *-generateJsInteropExports* instead. On Saturday, December 19, 2015 at 10:58:37 PM UTC+8, Ed wrote: > > H, > I am trying to get SDM

Re: Compile a Java application into a single JavaScript file?

2015-12-19 Thread Michael Zhou
Well there's a .nocache.js and an .cache.js file. Ideally I want to have a single .js file that I can load from any .html file. On Sunday, December 13, 2015 at 11:19:54 PM UTC+8, Thomas Broyer wrote: > > > > On Sunday, December 13, 2015 at 2:58:21 AM UTC+1, Michael Zhou wrote: >> >> I have used

Re: GWT SDM Polymer

2015-12-19 Thread Ed
@michael Understood I am getting the deprecation message with 2.8.0 Beta 1 Still does not explain the behavior when both setups are the same and 1 runs and one does not. Beginning to think this is an Eclipse problem but cant be sure due to the working todolist and the not working engineering.

Re: GWT SDM Polymer

2015-12-19 Thread Ed
Upgraded Eclipse to Mars.1 GWT 2.8.0 Beta Polymer: vaadin-gwt-polymer-elements-1.2.1.0.jar Bower_Components: Current Eclipse Web App Arguements: -XjsInteropMode JS -superDevMode -remoteUI "${gwt_remote_ui_server_port}:${unique_id}" -startupUrl Engineering.html -logLevel INFO -codeServerPort

Re: GWT SDM Polymer

2015-12-19 Thread Ed
Think I found the problem but do not know how to fix *Works:* Compiling module com.CyberObjects.AVNOC.ToDo.AVNOCToDo > * Unification traversed 12650 fields and methods and 1030 types. > 1005 are considered part of the current module and 1005 had all of their > fields and methods

Re: Best way to extending existing GWT JRE implementation?

2015-12-19 Thread Thomas Broyer
On Sunday, December 20, 2015 at 1:09:01 AM UTC+1, JR Schmidt wrote: > > I am attempting to extending an existing GWT JRE implementation. When a > class an existing JRE class is missing, it is straightforward to add the > missing class. However when GWT provides a PARTIAL implementation, I

Best way to extending existing GWT JRE implementation?

2015-12-19 Thread JR Schmidt
I am attempting to extending an existing GWT JRE implementation. When a class an existing JRE class is missing, it is straightforward to add the missing class. However when GWT provides a PARTIAL implementation, I have found no easy way to manually implement one or more missing methods. I

Re: Compile a Java application into a single JavaScript file?

2015-12-19 Thread Thomas Broyer
On Saturday, December 19, 2015 at 5:09:23 PM UTC+1, Michael Zhou wrote: > > Well there's a .nocache.js and an .cache.js file. Ideally I > want to have a single .js file that I can load from any .html file. > But when I go to https://closure-compiler-debugger.appspot.com/gwt_debugger.html only

GWT SDM Polymer

2015-12-19 Thread Ed
H, I am trying to get SDM working using: GWT 2.8 Beta Polymer 1.2.1.0 Here are the argument to the run manager: -superDevMode -*XjsInteropMode JS* -remoteUI > "${gwt_remote_ui_server_port}:${unique_id}" -startupUrl Engineering.html > -logLevel INFO -codeServerPort 9997 -port -war >