Skip to content

Instantly share code, notes, and snippets.

@kartikshah
Created July 19, 2011 22:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kartikshah/1093857 to your computer and use it in GitHub Desktop.
Save kartikshah/1093857 to your computer and use it in GitHub Desktop.
WLST Ant Taskdef for OSB
<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