Thursday, July 28, 2011

Re: GWT 2.2 and gwt-maps.jar not compatible

On Jul 27, 3:20 am, André Nunes <an...@hotmail.com> wrote:
> Hi, how i can rebuild gwt-maps ?? I using gwt 2.3, what version of gwt-maps i
> should use ?
> tkxs !

I had the same issue, you can download from here:
You can download it from
http://nexus.bedatadriven.com/content/repositories/thirdparty/com/google/gwt/google-apis/gwt-maps/1.1.0/

If you use maven/ivy you can add it so:


<dependency>
<groupId>com.google.gwt.google-apis</groupId>
<artifactId>gwt-maps</artifactId>
<version>1.1.0</version>
<classifier>gwt23</classifier>
<scope>provided</scope>
</dependency>

<repositories>
<repository>
<id>bedatadriven-public</id>
<name>Bedatadriven Public Repo</name>
<url>http://nexus.bedatadriven.com/content/groups/public</
url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment