Hello,
-- I'm getting a strange error when I try to use the Super Dev Mode with the latest version of GWT.
[WARN] Error writing out generated unit at '/var/folders/fw/bkhx08rn6kzbfk7rfkbpn38w0000gn/T/gwt-codeserver-4461955773179816365.tmp/com.xxx.xxx.App/compile-1/gen/com/xxx/xxx/device/shared/RequestedDeviceProxy_RequestedDeviceInfoProxyAutoBean_com_google_web_bindery_requestfactory_shared_impl_EntityProxyCategory_com_google_web_bindery_requestfactory_shared_impl_ValueProxyCategory_com_google_web_bindery_requestfactory_shared_impl_BaseProxyCategory.java': java.io.FileNotFoundException: /var/folders/fw/bkhx08rn6kzbfk7rfkbpn38w0000gn/T/gwt-codeserver-4461955773179816365.tmp/com.xxx.xxx.App/compile-1/gen/com/xxx/xxx/device/shared/RequestedDeviceProxy_RequestedDeviceInfoProxyAutoBean_com_google_web_bindery_requestfactory_shared_impl_EntityProxyCategory_com_google_web_bindery_requestfactory_shared_impl_ValueProxyCategory_com_google_web_bindery_requestfactory_shared_impl_BaseProxyCategory.java (File name too long)
It seems that by default the GWT is using the "-gen" flag which is using too long filenames for any operating system ( as described in: https://code.google.com/p/google-web-toolkit/issues/detail?id=6015 )
Any idea how this issue can be fixed ?
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.
No comments:
Post a Comment