Running Nant Build
One answer
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
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