Re: Missing required argument 'module[s]' error

2011-09-16 Thread Warren Tang
The missing module argument is the full name of your module, e.g. "com.google.gwt.sample.mail.Mail". Add it to the end of the argument in Run Configuration and the error should disappear. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.

Re: Missing required argument 'module[s]' error

2011-08-31 Thread Pham Tran Quoc Viet
Resending. Please help. On Wed, Aug 31, 2011 at 9:14 AM, Pham Tran Quoc Viet < phamtranquocv...@gmail.com> wrote: > Hi all, > > I follow instruction in this page ( > https://sites.google.com/site/jeenigxt/gwt-ext-maven-and-eclipse) to setup > my first maven project for ext gwt. I got to the part

Missing required argument 'module[s]' error

2011-08-31 Thread Pham Tran Quoc Viet
Hi all, I follow instruction in this page ( https://sites.google.com/site/jeenigxt/gwt-ext-maven-and-eclipse) to setup my first maven project for ext gwt. I got to the part called "Test So Far" and ran into this error when doing " Run As -> Web Application". I have been searching and trying differ