RE: [Nant-users] I'm unable to exec devenv using the task

2005-01-05 Thread Dustin Aleksiuk
Hmm. Thanks for that. I wasn't using the basedir attribute. I'll have to try it tomorrow morning. This is for an automated build which I don't want to disrupt until then. That makes sense to me. I should have RTFMed a bit better. Also, thanks everyone for your interest. If I continue to have troubl

RE: [Nant-users] I'm unable to exec devenv using the task

2005-01-05 Thread Dustin Aleksiuk
stin[EMAIL PROTECTED] wrote: -To: From: "Bill Arnette" <[EMAIL PROTECTED]>Sent by: [EMAIL PROTECTED]Date: 01/05/2005 02:48PMSubject: RE: [Nant-users] I'm unable to exec devenv using the task> -Original Message-> From: [EMAIL PROTECTED] > [mailto:[EMAIL PROT

Re: [Nant-users] I'm unable to exec devenv using the task

2005-01-05 Thread Gert Driesen
From: "Bill Arnette" <[EMAIL PROTECTED]> To: Sent: Wednesday, January 05, 2005 3:48 PM Subject: RE: [Nant-users] I'm unable to exec devenv using the task > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Gert

RE: [Nant-users] I'm unable to exec devenv using the task

2005-01-05 Thread Bill Arnette
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Gert Driesen [snip] > PS. What are the issues that you're running into with the > task ? Perhaps I am gun-shy from the days of checking .dsw's into the source control and building with them, b

RE: [Nant-users] I'm unable to exec devenv using the task

2005-01-05 Thread Felice Vittoria
-users] I'm unable to exec devenv using the task Dustin, What version of NAnt are you using ? Can you post the build fragment that fails ? Gert PS. What are the issues that you're running into with the task ? - Original Message - From: "Dustin Aleksiuk" <[EMAI

Re: [Nant-users] I'm unable to exec devenv using the task

2005-01-05 Thread Dustin Aleksiuk
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 l

RE: [Nant-users] I'm unable to exec devenv using the task

2005-01-05 Thread Bill Arnette
Title: Message I use the basedir attribute of the task to specify the full path of the devenv.com executable.   Here's how I do it...        basedir="${VS.devenv.path}"    workingdir="${build.workdir}"    commandline='${

Re: [Nant-users] I'm unable to exec devenv using the task

2005-01-05 Thread Gert Driesen
Dustin, What version of NAnt are you using ? Can you post the build fragment that fails ? Gert PS. What are the issues that you're running into with the task ? - Original Message - From: "Dustin Aleksiuk" <[EMAIL PROTECTED]> To: Sent: Tuesday, January 04, 2005 3:07 PM Subject: [Nant

Re: [Nant-users] I'm unable to exec devenv using the task

2005-01-05 Thread Merrill Cornish
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, almo