Administer > Deploy > Overview: WebSphere Commerce Build and Deployment tool
Location and file structure of the Build and Deployment tool
The Build and Deployment tool is installed as part of the WebSphere Commerce product installation to...
WC_INSTALL/wcbdWhen installing WebSphere Commerce Developer, it is installed to...
WCDE_INSTALL/wcbd
Directories
Path Description $WCBD_HOME/deploy/server Server deployment scripts. $WCBD_HOME/deploy/toolkit Toolkit deployment scripts. $WCBD_HOME/dist/server Server deployment packages generated by the build process. Created when the build process is executed. $WCBD_HOME/dist/toolkit Toolkit deployment packages generated by the build process. Created when the build process is executed. $WCBD_HOME/extract Templates and sample files for the source extraction Ant script. $WCBD_HOME/lib Java libraries required by the build and deployment processes. $WCBD_HOME/logs Build logs $WCBD_HOME/project-templates Project templates for the DataLoad and StaticWeb projects. $WCBD_HOME/source Source code extracted from the SCM by the build process. $WCBD_HOME/working Intermediary or temporary assets generated by the build process.
Files
Files Description wcbd-ant Shell script for launching Ant to execute the build process. wcbd-build.private.properties.template Template for the configuration properties file that contains security-sensitive information of the build process (for example, passwords). Properties in this file are encoded during by the build process. wcbd-build.properties.template Template for the main configuration properties file of the build process. wcbd-build.xml Default Ant build file that controls the overall build process. wcbd-build-common.xml Ant build file that contains reusable targets for the build process. wcbd-setenv Templates for shell script that sets environment variables required by the build process. wcbd-version-info.xml Properties file that provides version information of the Build and Deployment tool.