Chapter 13 Using jagtool and jagant
Installs an entity into another entity (for example, installing a package into a server).
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 |
This example installs the package SoapDemo in the server.
jagtool install Package:SoapDemo Server:Jaguar
<jag_install source="Package:SoapDemo" target="Server:Jaguar" />
This example installs the application MyPortfolio in the server.
jagtool install Application:MyPortfolio Server:Jaguar
<jag_install source="Application:MyPortfolio" target="Server:Jaguar" />
Copyright © 2002 Sybase, Inc. All rights reserved. |
![]() |