Yes, I believe that would, but you will need to test to make sure.

Note: There are also some things that the <solution> task won't handle that
calling devenv.com will. What they are, I can't say; I'm not that up on the
current features/todos of the <solution> task.

Please let us know if you have any problems :)

--Scott

----- Original Message ----- 
From: "Felice Vittoria" <[EMAIL PROTECTED]>
> 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]
> 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]>
> > 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="&quot;${rootdir}\${projDir}\${projName}&quot; /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

Reply via email to