It's all about the answers!

Ask a question

Are there SCM-like source control tasks for Ant?


Vladislav Ponomarev (122) | asked Nov 15 '12, 8:29 a.m.

Hello,

I'm curious if there are Ant tasks in RTC to handle source control operations. In other words, I'm looking for tasks that provide the same functionality as SCM tool does.

At the very least, are there tasks to check-in and deliver changes and to create a snapshots?

Thank you!

2 answers



permanent link
Karthik Krishnan (8846121163) | answered Nov 15 '12, 10:08 a.m.
You can check https://jazz.net/library/article/195 (Mostly with build)

Also another option is that you could call SCM tools via ANT as-is (EXEC)


Comments
Vladislav Ponomarev commented Nov 15 '12, 10:42 a.m.

Thank you Karthik, I've seen this article.

Problem is that when running such build scripts from within RTC, I get an error code 27 from <exec>, message is "Another RCP application is running in this sandbox".


Sridevi Sangaiah commented Nov 15 '12, 10:33 p.m.
JAZZ DEVELOPER

When you say "when running such build scripts from within RTC", is it that you run the build scripts from the RTC Eclipse client? If so, can you confirm if the sandbox used in the build scripts is not open in the RTC Eclipse client?

Thanks,
Sridevi
RTC SCM CLI


Your answer


Register or to post your answer.


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.