As far as I know, there is no direct way of importing it. Have you got the GWT+Eclipse plugin installed? If yes, then you will have to copy paste the downloaded code and refactor it a bit.
Philip Thamaravelil wrote:Peter,
Why don't you just create your own .project file?
This might not work. The project structure of this download is different than the project structure of the latest GWT project
Philip Thamaravelil
Ranch Hand
Joined: Feb 09, 2006
Posts: 92
posted
0
Maneesh Godbole wrote:
Philip Thamaravelil wrote:Peter,
Why don't you just create your own .project file?
This might not work. The project structure of this download is different than the project structure of the latest GWT project
Maneesh,
Thanks for your comment. This doesn't matter. Once the .project file is created and the project is imported into your eclipse workspace, you can update your resource paths accordingly.
I have personally done this with a GWT project in servlets and also with Liferay Portal portlets. The basic project file essentially contains a project name, and a few build parameters.