在我pom.xml
添加這種依賴性之後:錯誤繼承的Maven化GWT項目模塊
<dependency>
<groupId>com.eaio.uuid</groupId>
<artifactId>uuid</artifactId>
<version>3.2</version>
</dependency>
我在模塊加載事件由碼頭得到一個錯誤:
no source code available for com.eaio.uuid; did you forget to inherit the module? unable to find com.client.myproject..`
我在想什麼?
繼承模塊中的* .gwt.xml –
你可以建議我模塊的名字。我繼承模塊名稱,它也顯示錯誤。 – monika