It's all about the answers!

Ask a question

Running Nant Build


K p (611216) | asked Apr 16 '10, 11:54 a.m.
Hi,

I have .Net project with Nant build. Im trying to setup the RTC build engine for doing compilation with NANT script. Do you have any instructions or information about this. Please share your experience on this.


Thanks,
Kiran

One answer



permanent link
Nick Edgar (6.5k711) | answered Apr 16 '10, 5:49 p.m.
JAZZ DEVELOPER
Hi Kiran,

I suggest setting up a command line build to invoke NANT to get your existing build script working. You could then augment your NANT script to invoke our Ant tasks to report activity in the build result, upload artifacts and logs, etc.

The basic approach is the same as outlined here for C++:
https://jazz.net/wiki/bin/view/Main/CppBuild

If you're new to Jazz Team Build, I suggest first reading this overview:
http://jazz.net/library/article/38

And this walkthrough for a simple command line build:
https://jazz.net/wiki/bin/view/Main/CommandLineBuild

See also the other materials mentioned in the first two entries in the Build FAQ:
https://jazz.net/wiki/bin/view/Main/BuildFAQ

For production use, be sure to run JBE using the JDK included in the RTC client. For more details, see: https://jazz.net/wiki/bin/view/Main/BuildFAQ#WhichJDK

Regards,
Nick

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.