Is there any document on RTC build and deploy automation with ant?
![]()
shobhan y (13●2●6)
| asked May 07 '15, 8:36 a.m.
retagged Jun 19 '15, 4:31 p.m. by Ken Tessier (841●1●7)
Hi All,
I am in the process of automating my deployment process using RTC and Urban code deploy.Is there any document how to build using ant and deploy through UCD ? Thanks |
Accepted answer
![]()
This link to the Jazz.net wiki contains an example of building with ant: https://jazz.net/wiki/bin/view/Main/AntBuild
While it doesn't discuss Urban code it does discuss the steps and provides worked examples. Ralph Schoon selected this answer as the correct answer
Comments thanks for the reply.
I couldn't find what I need in that link.Does it checkin ,deliver and stage the jars automatically or we need to define them.I don't see those steps anywhere in that link.
By Stage, do you mean where the result of the "Package" step is placed?
where does it store the package when we run the script ?I dont see any destination folder on your script
That is defined in the Package definition in RTC. I just launch it from the ANT script.
Your build automation will have to create the required files during compilation and linking and then you will have to use other scripts or tools like UrbanCode to deploy them.
what version of RTC are you using?I don't see package definition in 4.0.1.
showing 5 of 7
show 2 more comments
|