From: Andrew H. <ahh...@gm...> - 2010-06-30 15:18:18
|
Hi Guys, I made some rather large changes to the structure of the project to support maven multi module structure (including the existing showcase). Currently this is committed against a named branch 'trac_ticket_48' which I have pushed up the the server. All appears to work well. If anyone wants to try this out you will need... swtich to the branch hg update trac_ticket_48 Then you should be able to do a complete build from maven.... mvn install and run the developer mode showcase... cd gwt-openlayers-showcase mvn gwt:run If you want to work with this in eclipse, then you will need the m2eclipse plugin and File -> Import Project -> Maven -> Existing Maven Project. But you will no doubt have this setup already for the (now pre-dated) gwt-showcase project ;) Please give feedback. |