Re: [NAnt-users] Detecting path at runtime

2008-07-03 Thread Gert Driesen
leino Sent: vrijdag 27 juni 2008 21:57 To: nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] Detecting path at runtime On Fri, 27 Jun 2008 18:03:24 +0200, David Paleino wrote: > On Fri, 27 Jun 2008 17:48:24 +0200, Gert Driesen wrote: > > > Can I ask why you need the path t

Re: [NAnt-users] Detecting path at runtime

2008-06-27 Thread David Paleino
On Fri, 27 Jun 2008 18:03:24 +0200, David Paleino wrote: > On Fri, 27 Jun 2008 17:48:24 +0200, Gert Driesen wrote: > > > Can I ask why you need the path to the mono shellscript? > > And, in my buildfile: > > [..] > Obviously, this is not standard. One might want [1] to use a version in

Re: [NAnt-users] Detecting path at runtime

2008-06-27 Thread David Paleino
On Fri, 27 Jun 2008 11:29:23 -0400, Bob Archer wrote: > You could just take the code from the beta and put it into a script task > in your .85 build script. Sure, thanks, but I'd regard this as a "last resort"... Thanks for the hint, David -- . ''`. Debian maintainer | http://wiki.debian.or

Re: [NAnt-users] Detecting path at runtime

2008-06-27 Thread Gert Driesen
om: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bob Archer Sent: vrijdag 27 juni 2008 17:29 To: David Paleino; nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] Detecting path at runtime You could just take the code from the beta and put it into a script task in your .85 build sc

Re: [NAnt-users] Detecting path at runtime

2008-06-27 Thread David Paleino
On Fri, 27 Jun 2008 17:48:24 +0200, Gert Driesen wrote: > David, Hello Gert, > Can I ask why you need the path to the mono shellscript? Because I'm installing a wrapper for my assembly (/usr/lib/foo/foo.exe) in /usr/bin/foo. This is the wrapper: $ cat gnome-rdp.in #!/bin/sh exec @MONO@ @libd

Re: [NAnt-users] Detecting path at runtime

2008-06-27 Thread Bob Archer
You could just take the code from the beta and put it into a script task in your .85 build script. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of David Paleino Sent: Friday, June 27, 2008 11:14 AM To: nant-users@lists.sourceforge.net Subject: [NAnt-users]

Re: [NAnt-users] Detecting path at runtime

2008-06-27 Thread Gert Driesen
David, Can I ask why you need the path to the mono shellscript? Gert -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of David Paleino Sent: vrijdag 27 juni 2008 17:14 To: nant-users@lists.sourceforge.net Subject: [NAnt-users] Detecting path at runtime Hell