Ian,

Thanks for the pointers.  Just being newbie and still trying to make sense
of everything :-(
By the way, do you have an example of the <cl> Nested Elements?

Thnx,
Daniel

-----Original Message-----
From: Ian MacLean [mailto:[EMAIL PROTECTED]
Sent: Thursday, July 31, 2003 10:20 PM
To: Daniel Nguyen
Cc: [EMAIL PROTECTED]
Subject: Re: [Nant-users] Task to build C++ projects or workspace


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