Re: GWT 2.1.0 maven asks for com.google.gwt:gwt-dev:jar:windows:2.1.0??

2010-11-29 Thread ialpert
For what it's worth i've managed to fix my problems I included gwt-dev jar in my pom with compile turned on (dispite the warning) I used -Dgwt.test.mode=htmlunit to get unit tests to run without opening a browser. and then changed my pom to default to htmlunit (and up the timeout test time)

Re: GWT 2.1.0 maven asks for com.google.gwt:gwt-dev:jar:windows:2.1.0??

2010-11-26 Thread ialpert
Same (or similar) problem here...(except going from gwt 1.7.1 to 2.1.0). Using the 2.1.0 version of the plugin. I include the gwt-dev jar - and get warnings about doing that (things seem to work except for gwt tests). If i attempt to exclude gwt-dev and make it's scope test-compile (and make a

Re: GWT 2.1.0 maven asks for com.google.gwt:gwt-dev:jar:windows:2.1.0??

2010-11-26 Thread ialpert
I'm having similar problems. UPdating from gwt 1.7.1 to 2.1.0, also going from the old maven-gwt-plugin to the gwt-maven-plugin 2.1.0 (ugh -- naming conventions here are awful and i've got to fully qualify the new plugin because i can't find a way to remove the old plugin). I can include the

Re: GWT 2.1.0 maven asks for com.google.gwt:gwt-dev:jar:windows:2.1.0??

2010-11-08 Thread koma
worst decision ever to get on the maven/spring-roo boat. after 25 mins of waiting while maven is downloading after issuing perform eclipse for a basic spring-roo, maven stumbles with an error because JAVA_HOME is not properly set. after fixing that, perform eclipse works but the resulting project

Re: GWT 2.1.0 maven asks for com.google.gwt:gwt-dev:jar:windows:2.1.0??

2010-11-08 Thread Musicman75
I run into the same problem. After changing from 2.0.4 to GWT 2.1.0 I can't execute the tests anymore. The tests fail with error: --- gwt-maven-plugin:2.1.0:test (gwtcompile) @ dashboardClient --- [ERROR] java.lang.NoClassDefFoundError: com/google/gwt/dev/cfg/ Condition [ERROR] at

Re: GWT 2.1.0 maven asks for com.google.gwt:gwt-dev:jar:windows:2.1.0??

2010-11-07 Thread Jeff Larsen
I get the same error. I tried added gwt-dev 2.1.0 as a test dependency, but then it wants me go to URLs in a browser... I just want it to run my test suite. On Nov 6, 8:08 pm, Yaakov yaakov.chai...@gmail.com wrote: Well, I tried that. It now fails with this in the testing phase:

Re: GWT 2.1.0 maven asks for com.google.gwt:gwt-dev:jar:windows:2.1.0??

2010-11-06 Thread Yaakov
Well, I tried that. It now fails with this in the testing phase: * [INFO] [gwt:test {execution: test}] [ERROR] java.lang.NoClassDefFoundError: com/google/gwt/dev/cfg/ Condition [ERROR] at com.google.gwt.junit.client.GWTTestCase.createStrategy(GWTTestCase.java: 355) [ERROR]

GWT 2.1.0 maven asks for com.google.gwt:gwt-dev:jar:windows:2.1.0??

2010-11-05 Thread Yaakov
Hi, I switched to using GWT 2.1.0 and updated my maven dependencies, so they now look like this: properties gwt.version2.1.0/gwt.version spring.version3.0.5.RELEASE/spring.version /properties dependency groupIdcom.google.gwt/groupId artifactIdgwt-servlet/artifactId

Re: GWT 2.1.0 maven asks for com.google.gwt:gwt-dev:jar:windows:2.1.0??

2010-11-05 Thread Yaakov Chaikin
Never mind... It was the version of the gwt-maven-plugin... However, now, I can't get it to install. What version of the gwt-maven-plugin am I supposed to use with the latest 2.1.0 release of GWT and which repository does it reside in? Right now, I have this (from the expenses example): plugin

Re: GWT 2.1.0 maven asks for com.google.gwt:gwt-dev:jar:windows:2.1.0??

2010-11-05 Thread Thomas Broyer
On 5 nov, 22:01, Yaakov Chaikin yaakov.chai...@gmail.com wrote: Never mind... It was the version of the gwt-maven-plugin... However, now, I can't get it to install. What version of the gwt-maven-plugin am I supposed to use with the latest 2.1.0 release of GWT and which repository does it