Newsletter sign-up
View all newsletters

Enterprise Java Newsletter
Stay up to date on the latest tutorials and Java community news posted on JavaWorld

JavaWorld Daily Brew

Error in Building EJB2.1 on WAS6.1 using ANT1.6.1



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.