Hi, How do I launch a project in debug mode in Eclipse that was created with the command line tool?
- - - Background - - - - Following the tutorial, I created an application using the command line: webAppCreator -out MyWebApp com.mycompany.mywebapp.MyWebApp Next, I installed the Eclipse plug in. I imported the MyWebApp project into eclipse. When I click Projects -> Run As, I do not see an option for "Web Application" as the tutorial says I should. When I try to compile the GWT project, I get the message, "MyWebApp is not a GWT project". When I try to create a debug configuration, the message appears "Project does not use GWT or GAE". The gwt-user.jar and gwt-dev.jar of GWT 2.0.4 are both referenced libraries. What am I missing? Thanks in advance. -- 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.
