Unable to parse setupCmdLine: null\bin\setupCmdLine.bat (The system cannot find the path specified.)
This happens when i tries to compile the EJB's using the wsejbdeploy ANT task.
By using the below setting it looks the problem has solved but we are getting the below error
SET ANT_OPTS=-Duser.install.root=C:\IBM\IBM\WebSphere\AppServer\profiles\AppSrv01
was:
deploy-ear-was:
[echo] Calling WebSphere EJB Deploy.
[wsejbdeploy] [*Error] An unexpected exception was thrown. Halting execution.
[wsejbdeploy] Error executing deployment: java.lang.ClassNotFoundException. Error is com.ibm.etools.ejbdeploy.batch.plugin.BatchExtension.
[wsejbdeploy] java.lang.ClassNotFoundException: com.ibm.etools.ejbdeploy.batch.plugin.BatchExtension
[wsejbdeploy] at java.lang.Class.forName(Class.java:131)
[wsejbdeploy] at com.ibm.etools.ejbdeploy.batch.impl.BootLoaderLoader.run(BootLoaderLoader.java:237)
[wsejbdeploy] at com.ibm.etools.ejbdeploy.batch.impl.BatchDeploy.execute(BatchDeploy.java:99)
[wsejbdeploy] at com.ibm.etools.ejbdeploy.EJBDeploy.execute(EJBDeploy.java:83)
[wsejbdeploy] at com.ibm.etools.ejbdeploy.EJBDeploy.main(EJBDeploy.java:313)
[wsejbdeploy] EJBDeploy level: o0619.34
EJBDeploy level: o0610.07
wsejbdeploy task looks like this