Chapter 13 Using jagtool and jagant


remove

Description

Removes, but does not delete, an entity from another entity. For example, use remove to remove a package from a server.

Syntax

Command line:

remove source target

Ant build file:

<jag_remove source="source" target="target" />

Option Description Default Required
source The entity identifier of the entity being removed. - Yes
target The entity identifier of the entity from which the source is removed. - Yes

Examples

This example removes Package:SVU from the entity Server:Jaguar.

This example removes WebApplication:WebTier from the entity Application:estore.

 


Copyright © 2002 Sybase, Inc. All rights reserved.