Changes to the GWT-SDK between version 1.7.1 and 2.0 introduced an error at
compile time which seems to be the result of the
'define-configuration-property' element being unknown by the compiler.
Below is the error:
[java] Loading module 'my.uploader.File'
[java] Loading inherited module 'com.google.gwt.user.User'
[java] Loading inherited module 'com.google.gwt.core.Core'
[java] Loading inherited module
'com.google.gwt.core.CompilerParameters'
[java] [ERROR] Line 23: Unexpected element
'define-configuration-property'
[java] [ERROR] Failure while parsing XML
Has anyone else had a similar problem compiling 2.0 Projects?
--
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.