|
|
Hi,
I'm building an ejb project on WAS6.1 using ant script.And I'm encountering the following error:
BUILD FAILED
D:\PI_Source_AC\AviationCertEJB\build\build.xml:123: Unable to parse setupCmdLin
e: null\bin\setupCmdLine.bat (The system cannot find the path specified.)
this error is encouneted while executing the WsejbDeploy task on the build script.
My ant script is as atached below:
taskdef name="wsejbdeploy" classname="com.ibm.websphere.ant.tasks.WsEjbDeploy" >
If anyone has enounted this problem and overcome it successfully please do let me know.