Scott, That line is already part of a build file. I inherited the scripts and rewriting (cleaninup code wherever possible). I was thinking about the <solution> task but wasn't sure. Would this be the correct equivalent?
<solution configuration="release"> <projects> <include name="${rootdir}\${projDir}\${projName}" /> </projects> </solution> Felice -----Original Message----- From: Scott Hernandez [mailto:[EMAIL PROTECTED] Sent: Monday, July 12, 2004 2:32 PM To: Felice Vittoria Cc: Nant-Users (E-mail) Subject: Re: [Nant-users] converting to nant tasks Felice, http://nant.sourceforge.net/nightly/help/tasks/solution.html. Or, write a build file from scratch; this is ultimately more flexible, but requires greater knowledge and more effort :) Note: Use a recent nightly build of NAnt (http://nant.sourceforge.net/nightly/builds/) as they are much more reliable than the last release when using <solution/>. ----- Original Message ----- From: "Felice Vittoria" <[EMAIL PROTECTED]> To: "Nant-Users (E-mail)" <[EMAIL PROTECTED]> Sent: Monday, July 12, 2004 12:10 PM Subject: [Nant-users] converting to nant tasks > Hello all, > > Silly question. How can I convert something like this: > > <exec program="C:\Program Files\Microsoft Visual Studio .NET 2003\Common7\IDE\devenv.com" commandline=""${rootdir}\${projDir}\${projName}" /build release " /> > > to a Nant task? ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nant-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-users