reflection - gwt-preprocessor - Unknown argument: -remoteUI -
i'm trying utilize gwt-preprocessor reflection gwt. created run configuration in eclipse. seems run preprocessor fine, after think it's trying run gwt compiler when "unknown argument: -remoteui".
if remove "remoteui" argument run configuration, next error: missing required argument 'module[s]'
if has working configuration in eclipse, can specify exact steps installing gwt-preprocessor? thanks!
if using dev mode please utilize org.hawk.gwt.ppc.devmodewrapper instead of org.hawk.gwt.ppc.compilerwrapper main class. here illustration how i'm creating debug configurations:
org.hawk.gwt.ppc.devmodewrapper here illustration of arguments->program arguments section: -puse-generics -pprocess-annotations -preflect=org.hawk.gwtppc.webtest.tests.** -remoteui "${gwt_remote_ui_server_port}:${unique_id}" -loglevel info -codeserverport 9997 -port 8888 -war /users/alexbereznevatiy/dev/gwtppc/webtests/war org.hawk.gwtppc.webtest.webtest
feel free inquire questions or register bugs in gwt-preprocessor (if find any).
gwt reflection gwt-preprocessor
No comments:
Post a Comment