Re: [NAnt-users] Detecting path at runtime

2008-07-03 Thread Gert Driesen
David, You have three options: * use pkg-config. * use framework::get-runtime-engine. For example: * modify your shellscript to find the path to mono (using pkg-config). For example: #!/bin/sh exec `pkg-config --variable=prefix mono`/bin/mono @libdir@/gnome-rdp/gnome-rdp.exe

Re: [NAnt-users] Avoiding console output when running an task

2008-07-03 Thread Roebuck, Alex
There is a workaround, but it's a bit messy. You can execute your command indirectly via the command shell and pipe the output to your log file. E.g.: Regards, Alex. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gert Driesen Sent: Wednesday, July 02, 2008