Trying to get xjsinteropmode JS working

江枫思渺然 提交于 2019-12-13 00:37:12

问题


I'm trying to try out vaadin polymer elements with GWT and I'm having a heck of time getting going. I'm using GWT 2.8 SNAPSHOT in Eclipse and I cannot get a basic project to run because of XjsInteropmode. The error says to add it to Super Dev Mode, so I've added it to the run arguments as well as the GWT compile arguments and I'm still getting an error saying to double check that I'm compiling with the -XjsInteropmode JS' flag... What am I missing?


回答1:


2.8 snapshot already used the new specs:
use -generateJsInteropExports instead of -XjsInteropmode



来源:https://stackoverflow.com/questions/34686918/trying-to-get-xjsinteropmode-js-working

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!