Re: Odd dependency provlem (gwt-dev 2.3.0)

2011-08-31 Thread Joachim Van der Auwera
This can of problem can occur when using a version of gwt-maven-plugin which is too old. Kind regards, Joachim On 08/30/2011 08:02 PM, gpmurugan wrote: Hi, I am facing the same issue today. Unable to download the artifact from any repository. Then install it using the command: mvn

Re: Odd dependency provlem (gwt-dev 2.3.0)

2011-08-30 Thread gpmurugan
Hi, I am facing the same issue today. Unable to download the artifact from any repository. Then install it using the command: mvn install:install-file -DgroupId=com.google.gwt -DartifactId=gwt-dev -Dversion=2.3.0 *-Dclassifier=mac *-Dpackaging=jar -Dfile=/path/to/file I am building my

Odd dependency provlem (gwt-dev 2.3.0)

2011-05-19 Thread Jon Strayer
I have a Maven project with a dependency on gwt-dev.jar version 2.3.0. Maven says it can't download it. It's in my local repository, so it had to download it at some point. What could happen to make it not recognize it? -- Take it down a notch or three

Re: Odd dependency provlem (gwt-dev 2.3.0)

2011-05-19 Thread Jon Strayer
I just noticed this. This is how maven suggested I install it:: Then, install it using the command: mvn install:install-file -DgroupId=com.google.gwt -DartifactId=gwt-dev -Dversion=2.3.0 *-Dclassifier=windows * -Dpackaging=jar -Dfile=/path/to/file That classifier is incorrect. This is my pom

Re: Odd dependency provlem (gwt-dev 2.3.0)

2011-05-19 Thread Anders Hammar
Possibly this dependency isn't coming from your dependency declaration. Check the dependency tree to see where it is coming from. /Anders On Thu, May 19, 2011 at 14:51, Jon Strayer j...@strayer.org wrote: I just noticed this. This is how maven suggested I install it:: Then, install it using

Re: Odd dependency provlem (gwt-dev 2.3.0)

2011-05-19 Thread Jon Strayer
Good idea, but no. When I generate the dependency tree there is just one entry for gwt-dev and it's not with a classifier. On Thu, May 19, 2011 at 8:55 AM, Anders Hammar and...@hammar.net wrote: Possibly this dependency isn't coming from your dependency declaration. Check the dependency tree