Ok ... but I already add the latest gwt-gadgets (and its dependencies: gwt-ajaxloader) into my own maven repository.
Here is the deployed POMs: 1) gwt-ajaxloader <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http:// www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http:// maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>com.google.gwt.google-apis</groupId> <artifactId>gwt-ajaxloader</artifactId> <version>1.1.0</version> <packaging>jar</packaging> </project> 2) gwt-gadgets <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http:// www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http:// maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>com.google.gwt.google-apis</groupId> <artifactId>gwt-gadgets</artifactId> <name>gwt-gadgets</name> <version>1.2.0</version> <dependencies> <dependency> <groupId>com.google.gwt.google-apis</groupId> <artifactId>gwt-ajaxloader</artifactId> <version>1.1.0</version> </dependency> </dependencies> </project> Note that I use the "gwt-gadgets.jar" instead of the "gwt-gadgets- noredist.jar"... Is there something missing in the jar files or maybe in my POMs ? Thanks. On 21 juil, 17:00, Eric Ayers <zun...@google.com> wrote: > Unfortunately, the latestgwt-gadgetsrelease hasn't been pushed to > Maven. We're working on it. > > On Wed, Jul 21, 2010 at 5:29 AM, yoann.per...@gmail.com > > > > > > <yoann.per...@gmail.com> wrote: > > Hi, > > > I'm trying to develop a simple gadget usinggwt-gadgets, Eclipse and > > Maven. > > > If i follow the procedure described in thegwt-gadgets"Getting > > started" page (http://code.google.com/p/gwt-google-apis/wiki/ > > GadgetsGettingStarted), my gadget is fully functional on iGoogle. > > > Now I try to convert this project to be compatible with Maven (and use > > is depencies management, so useful in many case). > > The gadget compile successfully with the maven-gwt-plugin but when i > > add my gadget to iGoogle it seems that gadget.* scripting is not > > present, here follows the errors of the Chrome JavaScript console : > > Uncaught TypeError: Cannot call method 'getUrlParameters' of > > undefined > > Uncaught TypeError: Cannot call method 'runOnLoadHandlers' of > > undefined > > > What I'm doing wrong ? > > > -- > > 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-tool...@googlegroups.com. > > To unsubscribe from this group, send email to > > google-web-toolkit+unsubscr...@googlegroups.com. > > For more options, visit this group > > athttp://groups.google.com/group/google-web-toolkit?hl=en. > > -- > Eric Z. Ayers > Google Web Toolkit, Atlanta, GA USA -- 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-tool...@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.