Daniel,
What makes you think the <cl> task takes one file at a time ? It takes a <sources> fileset tag. See the task doc at http://nant.sourceforge.net/help/tasks/cltask.html. There is currently no tool to automatically convert vs.net c++ projects to nant builds but it should be possible using a combination of the <cl> and <link> tasks.


Ian

Greeting,
I checked the docs and didn't see any task handling C++ projects or workspace excepts for the <cl> which only compiles one file at a time. Unfortunately, several of my builds contain several projects so I'm looking for a way to compile them without doing one file at a time. Does anyone has any idea how to get around this? Thanks in advance for your help.


Daniel "newbie to NAnt" Nguyen
Lanmark Graphics Corporation
[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>







------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 _______________________________________________ Nant-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to