【发布时间】:2019-03-06 21:05:19
【问题描述】:
我有一个我继承的 Java 应用程序,它在 Weblogic 12.2.1 服务器上运行。它使用的是 JDK 1.8.0_172。
当我尝试使用 ANT build.xml 文件构建它时,我收到以下错误:
Annotation processor 'com.sun.tools.ws.processor.modeler.annotation.WebServiceAp' not found
而错误指向build.xml文件中的这一行...
<jwsc srcdir="${src}" includeantruntime="false" destdir="${ear.dir}" verbose="off" debug="on" classpathref="compile.class.path" >
我已经尝试将我的 Weblogic 恢复到 12.1 和其他一些东西 - 到目前为止没有任何效果。
我不知道要修复什么,因为我在项目或工作区的任何地方都找不到对 WebServiceAp 的引用。
有什么建议吗?提前致谢。
【问题讨论】: