| Author |
Error in jwsc ant task.
|
Aspert Edison
Greenhorn
Joined: Jun 14, 2006
Posts: 1
|
|
I am trying to develope a webservice in weblogic 9.1. When I try to build the service getting this error. Please help. build_service: [jwsc] 1 JWS files will be processed. [jwsc] Processing JWS: C:\webservice\src\com\cma\webservice\WorkforceClientImpl.java [jwsc] JWS: C:\webservice\src\com\cma\webservice\WorkforceClientImpl.java Validated. [jwsc] Compiling 1 source file to C:\DOCUME~1\admin\LOCALS~1\Temp\_4jh6a2 [AntUtil.deleteDir] Deleting directory C:\DOCUME~1\admin\LOCALS~1\Temp\_4jh6a2 BUILD FAILED C:\webservice\build.xml:85: Deployment descriptor: C:\DOCUME~1\admin\LOCALS~1\Temp\_4jh6a2\web.xml does not exist. Thanks - Aspert
|
 |
Abs Kot
Greenhorn
Joined: Jul 31, 2006
Posts: 1
|
|
Try providing the definition fo rthe 'jwsc' ant task in the build.xml file: <taskdef name="jwsc" classname="weblogic.wsee.tools.anttasks.JwscTask" /> Also refer to the following link for more details and to make sure you are not missing anything: e-docs.bea.com/wls/docs90/webserv/anttasks.html
|
 |
 |
|
|
subject: Error in jwsc ant task.
|
|
|