Ant-JMS Exception: taskdef class weblogic.ant.taskdefs.management.WLConfig cannot be found
Issue:
When you config WLS using Ant, you may got following build failed error message.
Exception:
tasKDEf class weblogic.ant.taskdefs.management.WLConfig cannot be found.
Solution:
You need to sPEcify the location of webLOGic.jar as below.
[htML]
taskdef name="wlconfig" classname="weblogic.ant.taskdefs.management.WLConfig">
classpath>
pathelement location="X:/wlserver_10.3/server/lib/weblogic.jar"/>
/classpath>
/taskdef>
Issue:
When you config WLS using Ant, you may got following build failed error message.
Exception:
taskdef class weblogic.ant.taskdefs.management.WLConfig cannot be found.
Solution:
You need to specify the location of weblogic.jar as below.
[html]
taskdef name="wlconfig" classname="weblogic.ant.taskdefs.management.WLConfig">
classpath>
pathelement location="X:/wlserver_10.3/server/lib/weblogic.jar"/>
/classpath>
/taskdef>
觉得可用,就经常来吧! 欢迎评论哦! html5教程,巧夺天工,精雕玉琢。小宝典献丑了!
声明:本文内容由网友自发贡献,本站不承担相应法律责任。对本内容有异议或投诉,请联系2913721942#qq.com核实处理,我们将尽快回复您,谢谢合作!
若转载请注明出处: Ant-JMS Exception: taskdef class weblogic.ant.taskdefs.management.WLConfig cannot be found
本文地址: https://pptw.com/jishu/586549.html