Bonjour

Je n'arrive pas ç faire fonctionner l'api google maps v3.
Prise ici : http://code.google.com/p/gwt-google-maps-v3/

J'ai suivi le getting started, j'ai bien le <inherits name='com.google.gwt.maps.Maps' /> dans le XML

Mais au chargement de la page, j'ai l'erreur :

[ERROR] [maps] - Unable to find 'com/google/gwt/maps/Maps.gwt.xml' on your classpath; could be a typo, or maybe you forgot to include a classpath entry for source?

J'ai bien-sur ajouter la lib dans le class path; et elle est présente dans web-inf/lib
La librairie apparait bien dans le projet et j'ai bien le package com/google/gwt/maps contenant le .xml

Quelqu'un pourrait-il m'aider?

Merci d'avance