Creating a toolkit deployment package

The Build and Deployment tool consists of a build process, a server deployment process, and a toolkit deployment process. The build process extracts the WebSphere Commerce customization source code from a software configuration management (SCM) system, compiles the source code, and creates deployment packages to deploy the customization. The toolkit deployment process then loads the customized data into the database, and the customized projects into the WebSphere Commerce Developer workspace.

Before you begin

  1. Set up a build system and the build process.
    1. Review the build system requirements in WebSphere Commerce Build and Deployment tool prerequisites.
      Note: The build system must have the same WebSphere Commerce fix pack and feature pack installed as the development environment that you want to replicate with the Enterprise Deployment Utility. For example, if you are installing Fix Pack 6 and Feature Pack 5 to the replicated development environment, your build system should also have Fix Pack 6 and Feature Pack 5 installed. Your customization should also be based on this same configuration.
    2. To configure and run the build process, see Configuring and running the build process.
  2. Pre-configure the toolkit deployment settings so that developers do not have to manually configure the toolkit deployment process in an automated enterprise deployment scenario. Change the settings in the WCBD_deploy_toolkit_dir directory on the build system. For more information, see Configuring the toolkit deployment settings.
    Note: Omit the steps that create and configure setenv.bat, since this step is automated by the custom code. This code is added to the Enterprise Deployment Utility later.
  3. Customize the toolkit deployment process to perform tasks that are not covered by the original Build and Deployment tool. For more information, see Customizing the toolkit deployment process.

Procedure