当前位置:编程学习 > html/css >>

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> 

补充:web前端 , HTML 5 ,
CopyRight © 2012 站长网 编程知识问答 www.zzzyk.com All Rights Reserved
部份技术文章来自网络,