我的项目包含2个模块客户端和服务器
Project
-- client
----src/main/java
------com.myProject.gwt.code
----app.gwt.xml
---pom.xml
--server
----src/main/java
------com.myProject.nonGwtCode
--------style.java
----src/main/resources
------server.gwt.xml
---pom.xml
pom.xml
客户端和服务器模块也使用style.java
我做的是
<inherits name='server' />
app.gwt.xml
<source path="com/myProject/nonGwtCode"/>
server.gwt.xml
No source code is available for type com.myProject.nonGwtCode.style; did you forget to inherit a required module?
此外,当我将style.java
添加到客户端模块时,它编译得很好,但我希望从服务器模块中看到它,因为它在两个模块中使用..任何帮助??
我正在投资2天,现在正在寻找此错误,但一无所获..任何帮助将不胜感激