Re: Maven + GWT 1.7.1

2009-10-12 Thread brush
This can be worked around by downloading the 1.7.1 distribution, finding the gwt-dev-mac.jar, and installing it in Maven like this: mvn install:install-file -DgroupId=com.google.gwt -DartifactId=gwt-dev -Dversion=1.7.1 -Dclassifier=mac -Dpackaging=jar -Dfile=/opt/gwt- mac-1.7.1/gwt-dev-mac.jar

Re: Maven + GWT 1.7.1

2009-10-07 Thread Caleb
Well, it's been a week, and still no jar. Is this really that hard to fix? On Sep 30, 3:47 pm, javier jasand...@gmail.com wrote: It seems that the 1.7.1 release has been published to theMaven central repo.  Unfortunately, the jar gwt-dev-1.7.1-mac.jar was left out, so if you're on aMacyour

Re: Maven + GWT 1.7.1

2009-10-07 Thread Mida
Hi all, I'm working with GWT+osx since january 2009. I've used a lot of trick, fix, bricks... for work on osx machine, Please fix this. Cheers Mida On Oct 7, 5:32 pm, Caleb caleb.har...@gmail.com wrote: Well, it's been a week, and still no jar.  Is this really that hard to fix? On Sep 30,

Re: Maven + GWT 1.7.1

2009-09-30 Thread javier
It seems that the 1.7.1 release has been published to the Maven central repo. Unfortunately, the jar gwt-dev-1.7.1-mac.jar was left out, so if you're on a Mac your build will break. Hope this jar gets published soon... --~--~-~--~~~---~--~~ You received this

Re: Maven + GWT 1.7.1

2009-09-29 Thread Austen
Hi Jerome, 1.7.1 hasn't been released to the maven repository yet. There is usually a delay between the GWT release and this happening for some reason. You'll be fine using 1.7.0 as there's no difference, except of course if you're using a mac...and in that case I guess you need to be patient

Re: Maven + GWT 1.7.1

2009-09-29 Thread Jerome C.
I use a Mac under Snow Leopard, it's for that I need it ;) thanks for your response. I'll be patient (but since the snow leopard release, I can't use well GWT so... it's long for me !) On 29 sep, 10:05, Austen awconsta...@gmail.com wrote: Hi Jerome, 1.7.1 hasn't been released to the maven

Maven + GWT 1.7.1

2009-09-28 Thread Jerome C.
Hello everybody, I want to use GWT 1.7.1 with Maven but I can't find it for the moment (current is gwt 1.7.0). How can I get GWT 1.7.1 in Maven ? I try to manually install it in my local repository but I have trouble with some lib thanks --~--~-~--~~~---~--~~