Hello everyone, In our current project our GWTTestCases and our regular test cases (TestNG) are in the same "client" folder that the module looks into. The reason for this is we have a lot of non-GWT specific classes on the client side that can be tested without using GWTTestCase. However, this approach creates hundreds of error messages every time we run our tests because GWT complains it can't find the source to TestNG specific classes.
In the past, when I was using Ant, I would have gwttest directory for GWTTestCase tests, and a test directory for regular tests. While the package structures were the same in both folders, I'd wouldn't add the test directory to the classpath when running GWTTestCases. Is there a similar approach I can take with gwt-maven? Thank you. Best regards, -- Arthur Kalmenson --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "gwt-maven" group. 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/gwt-maven?hl=en -~----------~----~----~----~------~----~------~--~---
