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

2005-01-05 Thread Dustin Aleksiuk
-- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dustin Aleksiuk Sent: Tuesday, January 04, 2005 9:08 AM To: nant-users@lists.sourceforge.net Subject: [Nant-users] I'm unable to exec devenv using the task Hello, I'm trying to exec devenv.exe using the exec task. I know that there is a

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
L PROTECTED]> To: Sent: Tuesday, January 04, 2005 3:07 PM Subject: [Nant-users] I'm unable to exec devenv using the task Hello, I'm trying to exec devenv.exe using the exec task. I know that there is a task, but it throws up errors that I don't get when building straight from

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
s@lists.sourceforge.netSubject: [Nant-users] I'm unable to exec devenv using the task Hello,   I'm trying to exec devenv.exe using the exec task. I know that there is a task, but it throws up errors that I don't get when building straight from devenv.exe. We

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

2005-01-05 Thread Gert Driesen
2005 3:07 PM Subject: [Nant-users] I'm unable to exec devenv using the task Hello, I'm trying to exec devenv.exe using the exec task. I know that there is a task, but it throws up errors that I don't get when building straight from devenv.exe. We've decided that we wan

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

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

2005-01-04 Thread Dustin Aleksiuk
Hello, I'm trying to exec devenv.exe using the exec task. I know that there is a task, but it throws up errors that I don't get when building straight from devenv.exe. We've decided that we want to run from devenv.exe to make sure our CruiseControl build is totally consistent with our Visual Studi