As I understand, I need to do three high-level tasks. 1. Check out gwt-incubator project via SVN 2. Do ant build 3. Package as JAR
I'm getting stuck on #2. I checked out gwt-tools, then set my GWT_TOOLS environment variable. Then I checked out trunk. Then I ran the "ant -Dgwt=<home> test" and that completed. Next I reached the Eclipse setup. When I attempt to import projects from trunk, I get a folder with empty contents. Please guide me. Thanks, Kevin On Oct 9, 6:29 am, Thomas Broyer <[EMAIL PROTECTED]> wrote: > On 9 oct, 02:51, Kevin <[EMAIL PROTECTED]> wrote: > > > > > > > Using GWT 1.5.2 I checked out gwt/tools and gwt/trunk, then zipped > > them up, burned to a CD, then unzipped onto my work machine. > > > Next I followed the instruction, "Build and test with ant." > > > It says, "From theincubatordirectory, type ant -Dgwt.home=<path to > > your gwt jar> test" > > > Please tell me what I'm supposed to set to <path to your gwt jar>? > > > I've tried, "ant -Dgwt.home="c:\Google Web Toolkit\gwt- > > windows-1.5.2\...jar" test" where ... is every jar that exists in the > > folder, however it didn't work. > > > I also tried, "ant -dgwt.home="d:\...\desktop\incubator\gwt- > >incubator.jar" test" where gwt-incubator.java is what I downloaded on > > GWT's web site. > > > Please tell me what I need to put for <path to your gwt jar>. > > gwt.home="c:\Google Web Toolkit\gwt-windows-1.5.2" > (the folder containing the gwt-user.jar and gwt-dev-windows.jar) > > (my preference is to set the environment variables GWT_HOME and > GWT_TOOLS so they're set once and for all projects, Eclipse, etc. but > of course YMMV)- Hide quoted text - > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
