How to communicate to RTC repository from ant script for copying baselines to local system
![]()
Hello All,
I am using RTC 4.0.5, using ant build for deployment process. Let me know how does ant communicate with RTC repo to download baselines to local system.
|
One answer
![]()
Ralph Schoon (62.0k●3●36●43)
| answered Nov 21 '14, 4:36 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
As far as I can tell, you would use the RTC SCM commandline e.g. using EXEC to communicate with RTC. The built in ANT tasks for RTC only deal with communicating build progress and build results etc. to the JBE build system.
|
Comments
Could you be more specific? Are you asking what communication mechanism ANT uses, what ANT task to use to do a load, or something different?