XXX 只是我需要保密的名字。
Compiling module com.XXX.XXX.XXX_Test
Validating newly compiled units
Ignored 12 units with compilation errors in first pass.
Compile with -strict or with -logLevel set to TRACE or DEBUG to see all errors.
Scanning for additional dependencies: file:/D:/Eclipse/Indigo/Workspace/XXX%20Test/src/com/XXX/XXX/client/Restlet.java
Computing all possible rebind results for 'com.wai.XXX.client.proxy.DonglesProxy'
Rebinding com.XXX.XXX.client.proxy.DonglesProxy
Checking rule <generate-with class='org.restlet.rebind.ClientProxyGenerator'/>
[ERROR] Errors in 'file:/D:/Eclipse/Indigo/Workspace/XXX%20Test/src/com/XXX/XXX/client/proxy/DonglesProxy.java'
[ERROR] Line 11: No source code is available for type org.restlet.resource.ClientProxy; did you forget to inherit a required module?
[ERROR] Unable to find type 'com.XXX.XXX.client.proxy.DonglesProxy'
[ERROR] Hint: Previous compiler errors may have made this type unavailable
[ERROR] Hint: Check the inheritance chain from your module; it may not be inheriting a required module or a module may not be adding its source path entries properly
这是当我尝试对我的项目进行 GWT 编译时控制台告诉我的内容。我不明白的是,我已将“org.restlet.jar”包含在项目的构建路径中,并在 DonglesProxy 源代码中导入了以下内容:
import org.restlet.resource.ClientProxy;
import org.restlet.resource.Put;
有人有什么想法吗?
我是 Java 和整个 Web 应用程序流程的新手,所以我的知识有点缺乏。这实际上是其他人尚未完成的项目,所以我在学习的同时尝试调试/理解其他人的代码......噩梦:(
任何帮助将不胜感激!
干杯凯夫