Created
July 19, 2011 22:05
-
-
Save kartikshah/1093857 to your computer and use it in GitHub Desktop.
WLST Ant Taskdef for OSB
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<path id="wlst.class.path"> | |
<fileset dir="${bea.home}/Oracle_OSB1/lib"> | |
<include name="sb-kernel-api.jar" /> | |
<include name="alsb.jar" /> | |
</fileset> | |
<fileset dir="${bea.home}/Oracle_OSB1/modules"> | |
<include name="com.bea.common.configfwk_1.3.0.0.jar" /> | |
</fileset> | |
<fileset dir="${wl.home}/server/lib"> | |
<include name="weblogic.jar" /> | |
<include name="webserviceclient.jar" /> | |
</fileset> | |
</path> | |
<taskdef name="wlst" classname="weblogic.ant.taskdefs.management.WLSTTask" classpathref="wlst.class.path" /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment