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
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
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
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
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
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]
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