I tried the
Build and Deployment tool in Commerce version 7. I
followed the tutorial for the same found here:
http://publib.boulder.ibm.com/infocenter/wchelp/v7r0m0/topic/com.ibm.commerce.developer.doc/concepts/cdewcbdbuild.htm
When I start the build process it extracts the projects from the CVS
successfully, but while building
archiving the ejb
jar the build fails with the following error:
java.io.IOException: Cannot run program
"D:\Programs\RAD75\SDP\runtimes\base_v7\java\jre\bin\java.exe" (in
directory
"D:\Programs\WCDE_ENT70\wcbd\working\compile\ejb\WebSphereCommerceServerExtensionsData"):
CreateProcess error=87, The parameter is incorrect.
解决的办法:
Because it is the path length constraint in Windows that caused the issue. Th build was successful once I used the
subst command to
substitute the WAS_HOME variable,
D:\Programs\RAD75\SDP\runtimes\base_v7,
with
W: drive letter.
Yes, it is the path length constraint in Windows that caused the issue.
posted on 2010-05-17 10:56
冰是没有未来的,因为它的永恒 阅读(238)
评论(0) 编辑 收藏 所属分类:
wcs