For others' reference, the issue is: http://code.google.com/p/google-web-toolkit/issues/detail?id=7530
The workaround for most people seems to be:
1. Delete the gwt-unitCache directory (irrespective of your JDK)
2. Use the -Dgwt.usearchives=false jvm argument on the compiler (if using the IBM JDK). In Ant this would be:
<jvmarg value="-Dgwt.usearchives=false" />
On Friday, 25 January 2013 19:09:00 UTC, Thomas Broyer wrote:
-- The workaround for most people seems to be:
1. Delete the gwt-unitCache directory (irrespective of your JDK)
2. Use the -Dgwt.usearchives=false jvm argument on the compiler (if using the IBM JDK). In Ant this would be:
<jvmarg value="-Dgwt.usearchives=false" />
On Friday, 25 January 2013 19:09:00 UTC, Thomas Broyer wrote:
IIRC, there's an issue open in the tracker with a workaround (a system property to ignore the gwtar files)
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