Hi,
When configuring a second Entrypoint and second module in my gwt application I receive the following warning: [WARN] Unknown module requested 'iovadmin'; all active GWT modules must be specified in the command line arguments
and the following error: [ERROR] Unable to find 'iovadmin.gwt.xml' on your classpath; could be a typo, or maybe you forgot to include a classpath entry for source?
Can someone explain me the necessary steps to correctly configure a second entrypoint in my application?
Thanks in advance, Tom