Hi,
Thanks for the tips. The point is that it seems that the repository
repo1.maven.org/maven2/com/google/gwt/gwt-dev/1.4.62/ is incomplete. As a
result, setting the version number of GWT to anything below 1.5-RC1 will
break the pom.xml generated with the archetype or the pom.xml according to
the documentation about automatic setup. Hence, version switching is not
really possible right now, which is very unfortunate. Of course I can follow
the manual setup instructions. By following these, I can get it working now,
but then I can't benefit from the archetype concept, and once I upgraded to
1.5+ I will have to change my configuration again.

Fortunatley, it seems that only a very small fix is needed to get it all
working:
I created gwt-dev-1.4.62-windows-libs.zip myself by zipping gwt-ll.dll and
swt-win32-3235.dll from the official gwt-windows-1.4.26 release and stored
this file in the maven repository under repository\com\google\gwt\gwt-dev\
1.4.62. That was all, everything now works just fine.

Wouldn't it be a good idea to make the gwt-dev/1.4.62 repository at
repo1.maven.org complete by adding this zipfile?
It is very easy and it enables real version switching betwen 1.4.62 and
1.5-RC1+.

Kind regards,
Merijn


On Wed, Oct 1, 2008 at 11:50 AM, Charlie Collins
<[EMAIL PROTECTED]>wrote:

>
> Also, the docs do have info on setting up manual mode (Mirko linked
> the docs), and here is a manual mode example POM from the samples:
>
>
> http://gwt-maven.googlecode.com/svn/trunk/maven-googlewebtoolkit2-plugin/simplesample/pom-with-gwthome.xml
> .
>
> On Oct 1, 5:48 am, Charlie Collins <[EMAIL PROTECTED]> wrote:
> > As Mirko notes, you can use the manual setup, or you can put GWT
> > 1.4.62 in your own repo and use that.  1.4.62 is not in central no,
> > it's not a matter of someone "putting it back" though, it was never
> > there.  If you put it in your repo, you will need to follow the same
> > format that the 1.5.x versions are in in central (and make a libs-zip
> > and so on).
> >
> > Other than those two options, you can also upgrade (I know you say you
> > "can't upgrade" right now - but I don't believe you ;), the upgrade is
> > fairly simple in 98% of cases, and worth it for many reasons).
> >
> > On Oct 1, 4:28 am, merijn <[EMAIL PROTECTED]> wrote:
> >
> > > Hi,
> > > I'm trying to get the maven plugin to work with GWT-1.4.62 (I can't
> > > upgrade to 1.5.2 right now).
> > > After following the instructions onhttp://code.google.com/p/gwt-maven/
> > > or using the archetype maven-googlewebtoolkit2-archetype I ran into
> > > problems because gwt-dev-1.4.62-windows-libs.zip does not exist.
> > > It is not available inhttp://
> repo1.maven.org/maven2/com/google/gwt/gwt-dev/1.4.62/.
> >
> > > Is there a reason why this fle is not available? Can someone please
> > > put it back?
> >
> > > Thanks in advance,
> >
> > > Kind regards,
> > > Merijn de Jonge
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"gwt-maven" 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/gwt-maven?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to