找不到注释处理器'com.sun.tools.ws.processor.modeler.annotation.WebServiceAp'

时间:2019-03-06 21:05:20

标签: ant weblogic

我有一个继承的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的引用,因此我不知道要解决的问题。

有什么建议吗?预先感谢。

1 个答案:

答案 0 :(得分:0)

在运行蚂蚁任务之前,必须将库$ {MW_HOME} /oracle_common/modules/clients/com.oracle.webservices.fmw.client.jar添加到类路径中。