首页前端开发HTMLAnt-JMS Exception: taskdef class weblogic.ant.taskdefs.management.WLConfig cannot be found

Ant-JMS Exception: taskdef class weblogic.ant.taskdefs.management.WLConfig cannot be found

时间2024-01-25 13:03:11发布访客分类HTML浏览477
导读:收集整理的这篇文章主要介绍了html5教程-Ant-JMS Exception: taskdef class weblogic.ant.taskdefs.management.WLConfig cannot be found,觉得挺不错的,...
收集整理的这篇文章主要介绍了html5教程-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核实处理,我们将尽快回复您,谢谢合作!

ClassdivHTMLpost-format-gallery

若转载请注明出处: Ant-JMS Exception: taskdef class weblogic.ant.taskdefs.management.WLConfig cannot be found
本文地址: https://pptw.com/jishu/586549.html
JBOSS AS7 数据源配置一条龙+jersey 发布应用关键点 easyUI 我的第一个window

游客 回复需填写必要信息