We are in the process of migrating from GXT 2.3.1 and GWT 2.5.0 to GWT 2.6, we found that there is a compatible version with GWT 2.6 for GXT this version is GXT 2.3.1a, updating the maven dependencies to for GXT to 2.3.1a work perfectly.
But know we are trying to update GWT to 2.6 and when we compile we receive the following error:
[INFO] Loading inherited module 'com.#####.####.login.Login'
[INFO] Loading inherited module 'com.sencha.gxt.ui.GXT'
[INFO] Loading inherited module 'com.sencha.gxt.data.Data'
[INFO] Loading inherited module 'com.sencha.gxt.core.Core'
[INFO] [ERROR] The value ie6 was not previously defined.
[INFO] [ERROR] Line 96: Unexpected exception while processing element 'set-property'
I've search for this error and found this thread it look very similar but the way they suggest to fix it doesn't work for me. So either I'm doing something wrong or is a different issue.
Can someone explain where do you need to put the:
<extend-property name="user.agent" value="ie6" />