It's all about the answers!

Ask a question

ant task to delete build result


SUNIL KUURAM (6431923) | asked Jan 04 '13, 6:23 p.m.
 Hi everyone,

I am trying to use RTC Ant tasks to control RTC build life cycle. When build isn't required, how do I tell RTC to remove  the build result via an Ant task?

Appreciate your help.

Thanks
Sunil

One answer



permanent link
Ralph Schoon (62.3k33643) | answered Jan 05 '13, 8:21 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
 As far as I know there is no such task. You would typically not run a build that is not necessary. If there are no changes, the built won't run. You can create your own ant tasks however. Look at http://ryehle.wordpress.com/2011/12/21/adding-a-custom-ant-task-to-your-build-toolkit/ for a description. That blog from Robin contains a lot more interesting content too. This might be also interesting if you decide to create a custom ant task. It shows some build API: https://jazz.net/library/article/807

Your answer


Register or to post your answer.