Administer > Deploy > Overview: WebSphere Commerce Build and Deployment tool > Configure and run the build process


Configure the build settings


Overview

Before using WCBD, edit script and properties files to set information such as file paths to software installations and module lists to be built.


Configure build settings

  1. Make copies...

    cd $WCBD_INSTALL
    cp wcbd-setenv.bat.template setenv.bat
    cp wcbd-setenv.template setenv
    cp wcbd-build.private.properties.template build.private.properties
    cp wcbd-build.properties.template build.properties

  2. Change the file permission...

    chmod 755 setenv chmod 755 build*.properties

  3. Edit...

    WCBD_INSTALL/setenv.bat

    ...and set...

  4. Edit...

    WCBD_INSTALL/setenv

    ...and set...

  5. Edit...

    WCBD_INSTALL/build.private.properties

    ...and configure the file according to the comments in the file. Properties in this file are encoded when the build process is executed.

  6. Edit...

    WCBD_INSTALL/build.properties

    ...and configure the file according to the comments in the file.

    Minimal list of properties that must be set...

    • connector.module.list
    • ejb.module.list
    • java.module.list
    • web.module.list
    • wc.home
    • was.home
    • db.type
    • extract.ant.file

  7. Optional: The build process can be configured to send out e-mail notifications upon success or failure. In a build failure notification, the log files are archived and attached for convenience. This functionality is enabled and configured...

    1. Edit...

      WCBD_INSTALL/build.properties

      ...and set the properties under the "Properties for e-mail notification" section accordingly.

    2. Edit...

      WCBD_INSTALL/build.private.properties

      ...and set the following properties if the SMTP server requires authentication:

      • mail.user
      • mail.password


+

Search Tips   |   Advanced Search