|
| Re: Weblogic deployer doesn't work under 9.2, driving me nutso! =P |
 |
Fri, 8 Feb 2008 11:08:06 -0800 |
If you like me were trying to run this task from Eclipse, the trick was to only
have the following two jar in the classpath when defining the task.
<path id="wl.deploy.path">
<fileset file="$/server/lib/weblogic.jar" />
<fileset file="$/server/lib/webservices.jar" />
</path>
<taskdef name="wldeploy"
classname="weblogic.ant.taskdefs.management.WLDeploy"
classpathref="wl.deploy.path" />
That solved my problem.
Hope this helps,
Regards,
|
| Post Reply
|
|
|
|
|
|
|
|
|
|