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.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER(63.9k●3●36●48)Nov 21 '14, 4:36 a.m.
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.
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means.
Learn more here.
Comments
Evan Hughes
JAZZ DEVELOPER Nov 20 '14, 2:16 p.m.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?