Ok So I will try the "noredist" jar and give a feedback as soon as possible.
Thanks On 23 juil, 15:45, Eric Ayers <[email protected]> wrote: > I think you should be using the noredist version but that doesn't explain > the JavaScript errors you mentioned in the original message. > > On Jul 23, 2010 9:27 AM, "[email protected]" <[email protected]> > wrote: > 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.0http://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.0http://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 <[email protected]> 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, [email protected] > > > <[email protected]> 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 ga... > > > 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... -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
