ant task to delete build result
![]()
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
![]()
Ralph Schoon (62.3k●3●36●43)
| 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
|