marcomachadosantos / gwt-chronoscope

Automatically exported from code.google.com/p/gwt-chronoscope
GNU Lesser General Public License v2.1
0 stars 0 forks source link

GWT 2.2 support #162

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
In order to use GWT2.2, GIN must be upgraded to ver. 1.5, and this breaks 
Chronoscope.

Original issue reported on code.google.com by tom...@gmail.com on 10 Mar 2011 at 5:43

GoogleCodeExporter commented 8 years ago
I checked out chronoscope source and built it against gwt 2.2.0 - attached is 
the patch file, BUT be aware, that I had to hack 2 things:
 * I had to comment out the org.jvnet.wagon-svn extension
 * I had to change the systemPath of com.sun.tools (I'm working on a Windows system)
this is included in the patch - so you may need to change this again

required changes:
pom.xml:
 * update gwtversion to 2.2.0
   * this requires also to update the version of the gwt-maven-plugin to 2.2.0
 * update gin version to 1.5.0 (I also had to change scope from provided to compile??)
 * use patched version 2.10.0-SNAPSHOT of gwtexporter (see http://code.google.com/p/gwt-exporter/issues/detail?id=27)

chronoscope-api/pom.xml:
 * I removed the dependency to com.google.inject.guice (this is managed by the gin dependency)

Original comment by martin.t...@gmail.com on 19 Mar 2011 at 5:08

Attachments:

GoogleCodeExporter commented 8 years ago
Latest trunk and snapshot work with 2.2 2.3 and 2.4.

Thanks for reporting and for the patch.

Original comment by manuel.carrasco.m on 26 Sep 2011 at 2:38