I have done that, now it is giving me the inherit issue, can you tell me I can inherit all the classes that I want to inherit like this. Can I use "*" to inherit all. <inherits name="com.google.gwt.* " />
On Tuesday, July 17, 2012 12:14:52 PM UTC-4, Paul Robinson wrote: > > > On 17/07/12 16:24, Venkat wrote: > > I have removed the client side code from the test case, the exception is > gone. But I got one exception that is below. I am guessing this is because > I did not specified the test folder in my Module. If yes, can you please > tell me how can I do that. Usually we specify the src folder as <source> in > module, how can we do that for test folder. > You can add any number of packages in your gwt.xml file using: > <source path="foo"/> > <source path="bar"/> > > Paul > -- 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/-/5gtaJ0CKPwcJ. 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.
