Re: [appengine-java] Re: having trouble implementing gwt in existing gae app

2010-04-08 Thread Raphael André Bauer
On Thu, Apr 8, 2010 at 3:56 AM, zackmac zack.macom...@gmail.com wrote:
 Anybody have any thoughts on what I could be missing?

 On Apr 5, 9:24 pm, zackmac zack.macom...@gmail.com wrote:
 I'm using Eclipse 3.4.1, GAE 1.3.1 and trying to use GWT 2.0.3.  I've
 been working on my GAE app some time and that's working well - just
 want to spice up the front-end a little.  I added a new GWT module,
 entry point class and HTML page from File - New and then copied the
 appropriate js head include in my existing index.jsp page, but I'm
 still getting Missing required argument 'module[s]'
 Google Web Toolkit 2.0.3.  When running the app, I right-click on my
 project and then go to Debug As and choose Java Application.  Then I


this is most likely wrong. there must be something like run as web
application (did you install the google plugin correctly?).

plus. this is a gwt question - most likely you will never get an answer here.
try the GWT mailing instead. they will help.


ra

 found the com.google.gwt.dev.DevMode app to run and then I get the
 Missing required argument 'module[s]' error.

 --
 You received this message because you are subscribed to the Google Groups 
 Google App Engine for Java group.
 To post to this group, send email to google-appengine-j...@googlegroups.com.
 To unsubscribe from this group, send email to 
 google-appengine-java+unsubscr...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/google-appengine-java?hl=en.



-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine for Java group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



[appengine-java] Re: having trouble implementing gwt in existing gae app

2010-04-07 Thread zackmac
Anybody have any thoughts on what I could be missing?

On Apr 5, 9:24 pm, zackmac zack.macom...@gmail.com wrote:
 I'm using Eclipse 3.4.1, GAE 1.3.1 and trying to use GWT 2.0.3.  I've
 been working on my GAE app some time and that's working well - just
 want to spice up the front-end a little.  I added a new GWT module,
 entry point class and HTML page from File - New and then copied the
 appropriate js head include in my existing index.jsp page, but I'm
 still getting Missing required argument 'module[s]'
 Google Web Toolkit 2.0.3.  When running the app, I right-click on my
 project and then go to Debug As and choose Java Application.  Then I
 found the com.google.gwt.dev.DevMode app to run and then I get the
 Missing required argument 'module[s]' error.

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine for Java group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.