with the maven archetype you can import a project in two steps...
=====
http://gwt-maven.googlecode.com/svn/docs/maven-googlewebtoolkit2-plugin/archetype.html
=====
mvn archetype:create -DarchetypeGroupId=com.totsp.gwt \
-DarchetypeArtifactId=maven-googlewebtoolkit2-archetype \
-DarchetypeVersion=1.0.3 \
-DremoteRepositories=http://gwt-maven.googlecode.com/svn/trunk/mavenrepo \
-DgroupId=myGroupId \
-DartifactId=myArtifactId
=====
./projectCreator -eclipse myArtifactId -out myArtifactId
=====
i'm using eclipse 3.4.1 with maven integration for my builds and
dependency management, any ant projects are just wrapped...
cheers
paul
On 12/09/2008 03:47 PM, pgoovaerts wrote:
> Hi,
>
> After a session at Devoxx, Antwerp, i got interested in GWT. I'm
> using Eclipse-IDE for java and web programming, so i'm searching for
> an eclipse-plug-in to test GWT with this current IDE.
>
> Who can give my a link for such?
> Any good starting points?
> Manuals / turorials?
>
> thanks.
>
>
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---