Gwt 如何运行RequestFactory';是ant的ValidationTool吗?

Gwt 如何运行RequestFactory';是ant的ValidationTool吗?,gwt,requestfactory,Gwt,Requestfactory,我使用: 我的_classpath包含所有requestfactory-client.jar、requestfactory-server.jar、requestfactory-apt.jar+我的源代码&在路径中由它生成的jar(这已通过打印得到确认),但我仍然得到: [java]错误:找不到RequestFactory内置类型。requestfactory-[client | server].jar是否在类路径上 这里可能有什么问题?对于我来说,只有当我指定我有同样的问题时,这才有效。你找

我使用:


我的_classpath包含所有requestfactory-client.jar、requestfactory-server.jar、requestfactory-apt.jar+我的源代码&在路径中由它生成的jar(这已通过打印得到确认),但我仍然得到:

[java]错误:找不到RequestFactory内置类型。requestfactory-[client | server].jar是否在类路径上


这里可能有什么问题?

对于我来说,只有当我指定
我有同样的问题时,这才有效。你找到解决办法了吗?
<java failonerror="true" classname="com.google.web.bindery.requestfactory.apt.ValidationTool">
   <arg path="${path.to.ouput.jar}" />
   <arg value="com.my.RequestFactory" />
   <classpath>
      <path refid="my_classpath" />
   </classpath>
</java>