roikkuf / gwtsecurity

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

Update pom.xml to use gwt version 2.3.0 #7

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I would recommend updating the pom.xml to gwtVersion 2.3.0.  It doesn't look 
like the 1.0.3 jar supports gwt 2.3.0.  If I change the pom to:

<gwtVersion>2.3.0</gwtVersion>

everything works again.

Original issue reported on code.google.com by steven.j...@gmail.com on 27 May 2011 at 5:26

GoogleCodeExporter commented 8 years ago
In this time,gwt-maven-plugin 2.2.0 not yet supports gwt 2.3, 
change gwtVersion to 2.3.0 will cause compile error.

If you need to use gwt 2.3,my suggest is:

1. "mvn install " gwtsecurity into your local repository after change 
<gwtVersion> to 2.3.0

2.reference to 
https://groups.google.com/forum/#!msg/codehaus-mojo-gwt-maven-plugin-users/X2yTJ
KMRnDA/7IWJYxiOsnUJ  modify relative pom confg.

3.rebuild the project.

Original comment by kent.yeh...@gmail.com on 28 May 2011 at 5:58

GoogleCodeExporter commented 8 years ago
gwt-maven-plugin has just released its 2.3.0 version so I would recommend 
upgrading gwtVersion to 2.3.0.

What do you think?

Original comment by steven.j...@gmail.com on 9 Jun 2011 at 3:43

GoogleCodeExporter commented 8 years ago
Complete in version 1.1.0.

Original comment by steven.j...@gmail.com on 15 Jun 2011 at 9:46