Tuesday, October 24, 2017

Strange issue

Hi, we have a strange error on our build server after migrate to 2.8.2:

[18:51:49][Step 4/4] [INFO] --- gwt-maven-plugin:2.8.2:compile (default) @ cospaces-studio-gwt ---
[18:51:52][Step 4/4] [INFO] Compiling module delightex.CoSpaces
[18:52:30][Step 4/4] [INFO] Tracing compile failure path for type 'delightex.platform.DxHttpImpl'
[18:52:30][Step 4/4] [INFO] [ERROR] Errors in 'jar:file:/home/builduser/buildAgent/work/289ab15e209b6200/delightex/commons/delightex-platform/target/delightex-platform-1.0-SNAPSHOT.jar!/delightex/platform/DxHttpImpl.java'
[18:52:30][Step 4/4] [INFO] [ERROR] Line 13: The import java.net cannot be resolved
[18:52:34][Step 4/4] [INFO] [ERROR] Aborting compile due to errors in some input files

The problem is that the file is annotated with @GwtIncompatible("Uses threading primitives").
After some time the problem goes away.
It seems to be the issue with temporary files generated by GWT during build and it might be that this error when the temp gwt cache file generated by 2.8.1 and then is read by 2.8.2.

Is it possible ?

Thanks

--
You received this message because you are subscribed to the Google Groups "GWT Users" 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 https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment