Hi, How can I exclude source paths/files when compiling with the GWT Eclipse plugin?
I have GWT project that has a dependency to another eclipse project. This eclipse project follows the maven structure, as such that it has a src/main/java and src/test/java path. The last one should be ignored by the Eclipse plugin as it contains test classes that includes non- compatible java classes like Asserts from Junit/testNG and easyMock.. With Maven, it compiles fine, but the plugin simple scans all dependencies.... :( --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" 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/google-web-toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
