Show TOC

 Defining the configArchive.properties FileLocate this document in the navigation structure

Use

You create the configArchive.properties file to describe dependencies between config classes and provide information that is required for the development project.

Procedure
  1. In the src.config directory, create a configArchive.properties file with the following content:

    ca.name=defaultProject.prjconfig

    ca.version=6.0.1.1

    ca.creation.time=1152

    ca.creation.date=20050920

    ca.creation.user=unknown

    ca.creation.machine=unknown

    ca.dependencies: bc.util.prjconfig, bc.sf.prjconfig, bc.sf.service.prjconfig, bc.rf.prjconfig, bc.rf.repository.service.prjconfig, bc.rf.manager.prjconfig, bc.rf.global.service.prjconfig

     

    cma.name=defaultProject.prjconfig

    cma.version=6.0.1.1

    cma.creation.time=1152

    cma.creation.date=20050920

    cma.creation.user=unknown

    cma.creation.machine=unknown

    cma.dependencies: bc.util.prjconfig, bc.sf.prjconfig, bc.sf.service.prjconfig, bc.rf.prjconfig, bc.rf.repository.service.prjconfig, bc.rf.manager.prjconfig, bc.rf.global.service.prjconfig

  2. Modify the values of the following properties:
    • For ca.name specify the project name followed by the ending .prjconfig . Use the name of the portal application (SDA file).
    • For cma.name specify a name for the config meta archive. Use the same name as for ca.name

    It is not necessary to modify any other values.