Hi Merrill,
 
Thanks for the reply.
 
I tried all manner of quotes around it, if that's what you mean. I tried:
 
program='"D:\APPS\Microsoft Visual Studio .NET 2003\Common7\IDE\devenv.exe"'
program='D:\APPS\"Microsoft Visual Studio .NET 2003"\Common7\IDE\devenv.exe'
 
The odd thing is that on the command line I'm unable to resolve the path using the Micros~3 idiom. Micros~1 and 2 work. This makes me think that the problem is with the windows command shell. Then again, I can call it from a batch file (which is how I fixed it).
 
Here's the line in the batch file:
 
"D:\APPS\Microsoft Visual Studio .NET 2003\Common7\IDE\devenv" thesolutionfile.sln /build debug
 
That seems to work fine.
 
Thanks again,
Dustin
 
[EMAIL PROTECTED] wrote: -----

To: Dustin Aleksiuk <[EMAIL PROTECTED]>, nant-users@lists.sourceforge.net
From: Merrill Cornish <[EMAIL PROTECTED]>
Sent by: [EMAIL PROTECTED]
Date: 01/05/2005 02:10PM
Subject: Re: [Nant-users] I'm unable to exec devenv using the <exec> task

Dustin,

In your , is the pathname with the space put in double quotes?

Merrill


-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
Nant-users mailing list
Nant-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt _______________________________________________ Nant-users mailing list Nant-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to