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 ,