Re: Setting Up GWT Project in a Subversion Repository Question

2009-02-10 Thread Arthur Kalmenson
There's a -eclipse flag you can give to the projectCreator and applicationCreator scripts that'll generate an Eclipse launch file letting you launch hosted mode from Eclipse. -- Arthur Kalmenson On Mon, Feb 9, 2009 at 8:43 PM, Superman859 russ.d.hollo...@gmail.com wrote: I'm just getting

Re: Setting Up GWT Project in a Subversion Repository Question

2009-02-10 Thread Ben Tilford
You may want to drop Ant and go to Maven. It solves a lot of configuration problems like this for you. There is also a gwt plugin ( http://code.google.com/p/gwt-maven/) and I believe there is a base project so you don't really need to run the application creator script. It is also fairly simple to

Re: Setting Up GWT Project in a Subversion Repository Question

2009-02-10 Thread Arthur Kalmenson
Yes, that too, the Maven GWT archetype does make new project creation easy. -- Arthur Kalmenson On Tue, Feb 10, 2009 at 8:44 AM, Ben Tilford bentilf...@gmail.com wrote: You may want to drop Ant and go to Maven. It solves a lot of configuration problems like this for you. There is also a gwt

Setting Up GWT Project in a Subversion Repository Question

2009-02-09 Thread Superman859
I'm just getting started with both GWT and Subversion, and ran into a question that I'm hoping some of you may know the answer to. I have set up a Subversion repository, and am able to check files in / out without issue. However, I think when I imported the project, that I either did something