Command line build with RTC
Hi ,
As a part of evaluation, Im was successfully able to setup the Java project with ant build.xml in RTC and build engine working.
Is it possible to invoke a RTC build through command line ?
Please let me know your suggestion and experince with RTC Team Build through commandline.
I appreciate your help.
Thanks,
Kiran
As a part of evaluation, Im was successfully able to setup the Java project with ant build.xml in RTC and build engine working.
Is it possible to invoke a RTC build through command line ?
Please let me know your suggestion and experince with RTC Team Build through commandline.
I appreciate your help.
Thanks,
Kiran
2 answers
Hi ,
As a part of evaluation, Im was successfully able to setup the Java project with ant build.xml in RTC and build engine working.
Is it possible to invoke a RTC build through command line ?
Please let me know your suggestion and experince with RTC Team Build through commandline.
I appreciate your help.
Thanks,
Kiran
Kiran:
You should be able to do that like you do for any other Ant environment. See this for more information:
http://ant.apache.org/manual/running.html
Gary