How to download baseline files from RTC Repository to local File system using Ant Script?
![]()
Hello All,
Could you please help me to find Ant script to download baseline files from RTC Repository to local File system.
Thanks in Advance
Umesha
|
One answer
![]()
Ralph Schoon (60.9k●3●36●43)
| answered Nov 18 '14, 5:29 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
You would call an external program - the RTC SCM Command Line. For example using the Exec command.
https://ant.apache.org/manual/Tasks/exec.html. Search the product help for scm or lscm to find the reference. The commandline syntax has changed recently and you don't provide a RTC version. |