I did that, but some of the jars from SmartGWT are not getting inherited. and I don't know what are those classes modules are, so that I can inherit that. I tried giving the classes directly with the package structure, but it is changing it to module and saying it does not exist.
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/-/ukKrAhLX6G0J. 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.
