Publishing the Component

To use the component in the Isight environment, it must be published to the Isight Library. Components can be published either using the Isight Library interface or the Command Line Client.

This task shows you how to:

Publish Using the Library Interface

You can publish a component using the Library interface.

  1. To publish the component, aunch the Library interface using one of the following methods:

    • Execute the library file in your <Isight_install_directory>\<operating_system>\code\bin directory.

    • Click Library on the Design Gateway toolbar.

  2. Click Publish on the Library toolbar to initiate the publishing process.

    For more information on the Library, see Using the Isight Library in the Isight User’s Guide.

Publish Using the Command Line Client

You can publish a component using the Command Line Client.

  • To publish the component using the Command Line Client, do either of the following:
    • Type the following command into a Command Line Interface on one line: fipercmd publish file:MyNewJar.jar type:metamodel
    • Type fipercmd command to start the Command Line Client in interactive mode. You can then issue the publish command directly.

    For more information on the Command Line Client, see Using the Command Line Client in the Isight User’s Guide.

    The component will be published to the library with the name given on the Name= attribute of the <MetaModel> tag in the description file.