Chapter 13 Using jagtool and jagant


install

Description

Installs an entity into another entity (for example, installing a package into a server).

Syntax

Command line:

install source target

Ant build file:

<jag_install source="source" target="target" />

Option Description Default Required
source The entity identifier for the entity being installed. - Yes
target The entity identifier in which the source entity is being installed. - Yes

Examples

This example installs the package SoapDemo in the server.

This example installs the application MyPortfolio in the server.

 


Copyright © 2002 Sybase, Inc. All rights reserved.