Re: [NAnt-users] Exec command

2008-05-06 Thread Steve Kapinos
I always use myself now to avoid any quotation issues that arg value may introduce. I think arg value may be too smart for its own good and causes issues trying to insert stuff when it should not. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of

Re: [NAnt-users] Exec command

2008-05-06 Thread Scott Mitchell
Yeah I don't blame you. I meant to say that in the original email but was so excited to get it working I forgot. Thanks, Scott From: Scott Mitchell Sent: Tuesday, May 06, 2008 10:41 AM To: 'Bob Archer'; '[EMAIL PROTECTED]' Subject: RE: [NAnt-users] Exec

Re: [NAnt-users] Exec command

2008-05-06 Thread Scott Mitchell
Yes sorry. Unfortunately I really don't know what the problem was. I think it was the working Directory like you pointed out. But I also changed the two arg lines' They used to be To I also added the new parameter "workingDir="${project.installer.file" Right at

Re: [NAnt-users] Exec command

2008-05-06 Thread Scott Mitchell
Thanks to everyone that helped me I got it working. Here is the command now that works great. Again thanks to everyone for there help. Scott Mitchell Re: [NAnt-users] Exec command Gert Driesen Tue, 06 May 2008 00:31:25 -0700 Scott: Please run NAnt in deb

Re: [NAnt-users] Exec command

2008-05-06 Thread Gert Driesen
Scott: Please run NAnt in debug mode (NAnt.exe -debug ...), and post the relevant output here. Bob: The useruntimeengine is used to indicate the you want to run a managed application. This has no effect when you're targeting .NET, but is necessary when you're targeting Mono. In NAnt 0.86, "use