Yes thanks for replay, i have resolved . 2010/2/19 Trevor Skaife <[email protected]>
> Starting with gwt 2.0.0 there are no os specific jars. > > On Feb 19, 5:27 am, glascaleia <[email protected]> wrote: > > Hi all, > > i have a problem with gwt 2.0.2. I downloaded the zip and i created a > > maven project with the dependencies from gwt-user , gwt-dev and gwt- > > servlet > > > > This is part of my pom.xml > > <!-- GWT deps (from central repo) --> > > <dependency> > > <groupId>com.google.gwt</groupId> > > <artifactId>gwt-servlet</artifactId> > > <version>${gwtVersion}</version> > > <scope>runtime</scope> > > </dependency> > > <dependency> > > <groupId>com.google.gwt</groupId> > > <artifactId>gwt-user</artifactId> > > <version>${gwtVersion}</version> > > <scope>provided</scope> > > </dependency> > > <dependency> > > <groupId>com.google.gwt</groupId> > > <artifactId>gwt-dev</artifactId> > > <version>${gwtVersion}</version> > > <classifier>${platform}-libs</classifier> > > <type>zip</type> > > <scope>provided</scope> > > </dependency> > > <dependency> > > <groupId>com.google.gwt</groupId> > > <artifactId>gwt-dev</artifactId> > > <version>${gwtVersion}</version> > > <classifier>${platform}</classifier> > > <scope>provided</scope> > > </dependency> > > In the gwt-2.0.2.zip i have not found the gwt-dev library for mac > > platform and with mvn clean install i have the error because not found > > gwt-dev mac library .zip > > Any help??? > > Regards Giuseppe > > -- > 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]<google-web-toolkit%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > > -- 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.
