Re: [NAnt-users] Help with testing strings

2011-11-03 Thread Chris Fouts
Thanks. I tried this yesterday but put the and {} in the wrong place. Duh on me. From: Christopher Brandt [mailto:xtopher.bra...@gmail.com] Sent: Wednesday, November 02, 2011 5:26 PM To: Chris Fouts Cc: nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] Help with testing strings You'd

[NAnt-users] Need help with a NAnt internal error

2011-11-03 Thread Macdiarmid, James D.
Hi all, I have a C# Win Forms application that we use to kick off our build process. This application launches a form which has several text fields which we use to pass file path information to properties in our script, and a run button. The run button starts a windows console process to call

Re: [NAnt-users] Need help with a NAnt internal error

2011-11-03 Thread Chris Fouts
Can you mimic how your GUIs (run button) call the Nant processes, and start off Nant from a command line window the way they do? Or if you have the code that starts the console window, put a cin ; statement, which will freeze the window until you hit CR in it. -chris From: Macdiarmid, James

Re: [NAnt-users] Need help with a NAnt internal error

2011-11-03 Thread M K
When you launch the console process (cmd.exe) give it a parameter of /k. That makes the process and the window stick around until you terminate it. From: Macdiarmid, James D. [mailto:james.d.macdiar...@saic.com] Sent: Thursday, November 03, 2011 9:37 AM To: