aino-komal / mvp4g

Automatically exported from code.google.com/p/mvp4g
0 stars 0 forks source link

mvp4g can't be build with GWT 2.7 #131

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. change the version of GWT inside the pom to 2.7.0
2. run maven:install

One of the tests throw an exception.

Workaround:

build mvp4g with 2.6.1. This artifact an be used wirh GWT 2.7.0

Original issue reported on code.google.com by frank.hossfeld on 16 Jan 2015 at 6:23

GoogleCodeExporter commented 9 years ago
The current trunk will build mvp4g using 2.6.1 or 2.7.0.

I had to add a patch due to an bug in one GWT class.
see: 
https://groups.google.com/forum/?hl=de#!topic/google-web-toolkit-contributors/Pa
zslH8qmQM

Original comment by frank.hossfeld on 18 Jan 2015 at 2:07