Issue Type: Bug Bug
Affects Versions: 2.5.1
Assignee: Unassigned
Created: 29/Aug/13 4:56 PM
Description:

The RPC service cannot be accessed because the gwt-servlet dependency is missing.

Add

    
    <dependency>
      <groupId>com.google.gwt</groupId>
      <artifactId>gwt-servlet</artifactId>
      <scope>runtime</scope>
    </dependency>

to reactor/war/pom.xml and

      <dependency>
        <groupId>com.google.gwt</groupId>
        <artifactId>gwt-servlet</artifactId>
        <version>YOURVERSIONHERE</version>
        <scope>runtime</scope>
      </dependency>

to the dependencyManagement section in the reactor/pom.xml

Project: Mojo's GWT Maven Plugin
Priority: Major Major
Reporter: Benno Markiewicz
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
--------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

Reply via email to