RE: [Nant-users] Task to build C++ projects or workspace

2003-07-31 Thread Daniel Nguyen
Nguyen Cc: [EMAIL PROTECTED] Subject: Re: [Nant-users] Task to build C++ projects or workspace Daniel, What makes you think the task takes one file at a time ? It takes a fileset tag. See the task doc at http://nant.sourceforge.net/help/tasks/cltask.html. There is currently no tool to

Re: [Nant-users] Task to build C++ projects or workspace

2003-07-31 Thread Ian MacLean
Daniel, What makes you think the task takes one file at a time ? It takes a 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