Configuration Guide for Siebel Offline Client for Life Sciences > Installing the Required Software for the Configuration Environment > Process of Building the Offline Client for Life Sciences with Automated Scripts >

Building an Application


When you have completed all the set up tasks, build the application in a test environment. You can build an application from the command line or from Oracle JDeveloper (the preferred method). Complete the following procedure to build an application from the command line. This task is a step in Process of Building the Offline Client for Life Sciences with Automated Scripts.

Complete the following procedure to build an application from the command line.

To build an application from the command line

  1. Start a command line.
  2. Navigate to the buildscripts folder under the appropriate directory:

    CONFIG_PROJECTS

  3. Enter the following command:

    runBuild %CONFIG_PROJECTS_PATH% %VERSION_NUMBER%

    where:

    • CONFIG_PROJECTS_PATH is the full path to the CONFIG_PROJECTS folder. This path must contain slash marks (/).
    • VERSION_NUMBER is the name or number of the build created. It can be any number or text value.

      In Microsoft Windows, you must use a forward slash mark (/), for example, as follows:

      runBuild D:/CONFIG_PROJECTS 1.1.0

      The build process starts, and displays the following messages when it successfully finishes:

    Application sync is now ready

    Application sales is now ready

    Application amp is now ready

    The following AIR files are created under the CONFIG_PROJECTS folder:

    • Sales.air
    • Sync.air
    • Amp.air

Complete the following procedure to build an application using Oracle JDeveloper.

To build an application using Oracle JDeveloper

  1. Start Oracle JDeveloper.
  2. Click Tools, select CRM Offline Client Utilities, and then Build.
  3. Select Build and Package. The Build radio button is selected by default.
  4. From the Select Application dropdown list:
    1. Select the required option and then click OK.

      For Siebel CRM, select All_OP.

      NOTE:  If the Select Application dropdown list is empty, click Refresh to reload the data.

    2. Click OK.
  5. Oracle JDeveloper starts the build process for the following applications as required:
    • Sales.air
    • Sync.air
    • Amp.air

      An example of the songoconfiguration.xml file follows.

    <APPLICATIONS>

    <ALL_OD>buildorder_od_all.txt</ALL_OD>

    <SALES>buildorder_od_sales.txt</SALES>

    <AMP>buildorder_od_amp.txt</AMP>

    <SYNC>buildorder_od_sync.txt</SYNC>

    <ALL_OP>buildorder_op_all.txt</ALL_OP>

    <ORACLECRMSALES80X>buildorder_op_sales.txt</ORACLECRMSALES80X>

    <ORACLECRMAMP80X>buildorder_op_amp.txt</ORACLECRMAMP80X>

    <ORACLECRMSYNC80X>buildorder_op_sync.txt</ORACLECRMSYNC80X>

    </APPLICATIONS>

    Notice that each node contains the build order file for that application. If the node does not have a correct setting, the build will not take place.

Configuration Guide for Siebel Offline Client for Life Sciences Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Legal Notices.