Dave james wrote:

Hi all;
We are trying to rebuild our release managemet dpt,
and learn something about autamated build. We also use
VC++ 6.0. I wanna ask some question. Sorry for the
foolish question, i m really new at Nant.
1. Do we have to use cl.exe's 13.0.9466 version. is
this a Visual studio .NET version of cl?
2. We have to execute our project at Linux server. So
we can't use VS.NET.

I'm confused. Why can't you use Visual Studio .Net? The C++ compiler in Visual Studio still generates Intel code.

3. We plan to make a build server. And get all the
build at this server. Do we have to install VS 6.0 or
VS.NET to this server. if not what we have to do?
It's not necessary to install Visual Studio, but it is necessary to install all of the compilers and tools that you'll need. This means some version of a C++ compiler, etc. While I don't use it much, I'm pretty sure the NAnt cl task uses whatever cl it finds in your path.

Gary



-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Nant-users mailing list
Nant-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to