I'm getting the below failure when running tests (mvn test). It seems
to not be able to find my .gwt.xml file, which I have located in src/
main/resources/org/gwtbook. Where should I put that file?
Running org.gwtbook.client.DashboardTest
Loading module 'org.gwtbook.client.Dashboard.JUnit'
Loading inherited module 'org.gwtbook.client.Dashboard'
[ERROR] Unable to find 'org/gwtbook/client/Dashboard.gwt.xml' on
your classpath; could be a typo, or maybe you forgot to include a
classpath entry for
source?
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 2.507
sec <<< FAILURE!
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---