Chapter 13 Using jagtool and jagant
Copies an entity in the repository.
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 |
This example creates a copy of the entity Package:SVU and places it in the entity Package:SVU_2.
jagtool copy Package:SVU Package:SVU_2
<jag_copy source="Package:SVU" target="Package:SVU_2" />
Copyright © 2002 Sybase, Inc. All rights reserved. |
![]() |