Chapter 13 Using jagtool and jagant


copy

Description

Copies an entity in the repository.

Syntax

Command line:

copy source target

Ant build file:

<jag_copy source="source" target="target" />

Option Description Default Required
source Entity identifier for the entity being copied. - Yes
target Entity identifier for the new copy. - Yes

Examples

This example creates a copy of the entity Package:SVU and places it in the entity Package:SVU_2.

 


Copyright © 2002 Sybase, Inc. All rights reserved.