MSBuild samples

3 answers

Does the RTC for Visual Studio .NET team use the build functionality of RTC to build the VS.NET RTC client, and is there a sample available of how to set up RTC to execute msbuild against a .net project?
Jean-Michel wrote about the approach for RTC 1.x here:
http://jazz.net/blog/index.php/2008/11/14/integrating-visual-studio-builds-with-team-concert/
There is a lot more functionality in 2.0. There is the beta help files for 2.0 here:
https://jazz.net/help-dev/rational-team-concert/index.jsp
Look at the Building with Jazz topic.
regards
anthony

We don't really have examples of how to call msbuild since it's not RTC related, you can call which ever build tool you need for the language at hand. However, what is described in
http://jazz.net/blog/index.php/2008/11/14/integrating-visual-studio-builds-with-team-concert/
Is how to call the server from your scripts to update status of the build, upload files, etc... using the build ant toolkit.
HTH
Jean-Michel
http://jazz.net/blog/index.php/2008/11/14/integrating-visual-studio-builds-with-team-concert/
Is how to call the server from your scripts to update status of the build, upload files, etc... using the build ant toolkit.
HTH
Jean-Michel

Hi,
maybe this will help you.
maybe this will help you.
Does the RTC for Visual Studio .NET team use the build functionality of RTC to build the VS.NET RTC client, and is there a sample available of how to set up RTC to execute msbuild against a .net project?