There is a hick up using the /"regular/" ant during the ejbdeploy section. Using the ws-ant (that comes with WebSphere) it was smooth no issues.
Basically the wsejbdeploy task was failing to find the setupcmdline.bat.
On further trouble shooting, I found that the wsejbdeploy task internal is looking for 'user_install_root' variable irrespective of whatever you set as wasHome in the wsejbdeploy task.
So if you have the user.install.root defined and it's same as the websphere home it works fine.So the regular ant should hold good for successful build.
What I have in my local build.properties
websphere.home = C:/Program Files/IBM/WebSphere/6.1/AppServer
user.install.root = C:/Program Files/IBM/WebSphere/6.1/AppServer
What I have in the build.xml
………….
….
………….
….
Hope this helps.
--------------------------------
Posted By: sphere41 at Jun 9 2009 9:32PM