Hi All, my (rather huge) GWT application relies heavily on the GWTx implementation of propertyChangeSupport. This doesn't seem to work anymore with GWT 2.0. In development mode, I get this error:
14:40:55.873 [WARN] [kbit] Warnings in 'jar:file:/D:/GWT/gwt-keinavo- external-library/gwtx-1.5.2.jar!/com/googlecode/gwtx/java/util/emul/ java/util/regex/Pattern.java' 14:40:55.904 [WARN] [kbit] Line 140: Referencing class 'com.googlecode.gwtx.java.util.emul.java.util.regex.Pattern': unable to resolve class, expect subsequent failures 14:40:55.935 [WARN] [kbit] Line 149: Referencing class 'com.googlecode.gwtx.java.util.emul.java.util.regex.Pattern': unable to resolve class, expect subsequent failures 14:40:55.966 [WARN] [kbit] Line 183: Referencing class 'com.googlecode.gwtx.java.util.emul.java.util.regex.Pattern': unable to resolve class, expect subsequent failures 14:40:55.982 [WARN] [kbit] Line 194: Referencing class 'com.googlecode.gwtx.java.util.emul.java.util.regex.Pattern': unable to resolve class, expect subsequent failures Has anyone else experience this? Are there any workarounds or alternatives to GWTx? I am badly stumped on this. Thanks, Francesco -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
