Monday, July 4, 2011

New Web Application Wizard omits GWT Builder.

I'm creating a new GWT application for App Engine and I find that GWT Builder is missing from the list of builders.

GWT Builder is required for the GWT Remote Service wizard to function properly.

I manually added this to my .profile
                <buildCommand>
          <name>com.google.gdt.eclipse.designer.GWTBuilder</name>
          <arguments>
          </arguments>
      </buildCommand>
and
<nature>com.google.gdt.eclipse.designer.GWTNature</nature>

That seemed to fix the Remote Service wizard.

David



--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/XbsvtKco1V0J.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment