Is it possible to use gwt-maven to compile and (most importantly) run tests in a GWT Module?
I've created a module that doesn't have an entry point. The module creates a JAR and I've proven it can work in another GWT module. However, I have GWT tests (that extend GWTTestCase) in my module that I want to run with the gwt-maven plugin. Unfortunately, I get the following error: [ERROR] Module has no entry points defined [ERROR] Build failed [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] Exception attempting to run script - compile.sh Embedded error: compile.sh script exited abnormally with code - 1 Is it possible to use the gwt-maven plugin to run tests in a module w/ o entry points? Thanks, Matt --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
