UPDATE - I have confirmed that I am able to import and execute existing GWT 1.7.1 samples in Eclipse 3.5 without error if I generate Eclipse .project files for each sample first. I haven't been able to resolve the errors I receive when I try to create a new Web Application Project within Eclipse though.
For anyone new to GWT, I've included the commands that I used to generate Eclipse .project files for the "Hello" sample so that the sample project could be imported into Eclipse. I begin by setting "webAppCreator" to executable, then change to the "Hello" sample directory, then run a command as per Alexander Heinhold that generates the .project files. $ chmod 755 /Applications/eclipse/plugins/ com.google.gwt.eclipse.sdkbundle.macosx_1.7.1.v200909221731/gwt- mac-1.7.1/webAppCreator $ cd /Applications/eclipse/plugins/ com.google.gwt.eclipse.sdkbundle.macosx_1.7.1.v200909221731/gwt- mac-1.7.1/samples/Hello/ $ /Applications/eclipse/plugins/ com.google.gwt.eclipse.sdkbundle.macosx_1.7.1.v200909221731/gwt- mac-1.7.1/webAppCreator -ignore -XonlyEclipse com.google.gwt.sample.hello.Hello After generating the Eclipse .project files, you can import the GWT "Hello" sample into Eclipse by following these steps: 1. Open Eclipse 3.5 on OSX 10.5 2. File -> Import -> General -> Existing Projects into Workspace 3. Choose "Select Root Directory" and Browse to "/Applications/eclipse/ plugins/com.google.gwt.eclipse.sdkbundle.macosx_1.7.1.v200909221731/ gwt-mac-1.7.1/samples/Hello" 4. Select the "Hello" project in the "Projects:" listbox 5. Click "Finish" 7. Execute the sample using Run -> Run (this DOES work for me) Still working away. -jrk --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
