Re: [NAnt-users] NAnt hanging after build

2008-06-27 Thread David Paleino
On Mon, 23 Jun 2008 12:39:28 +0200, Gert Driesen wrote: > If you can reproduce it every time, then I'd suggest filing a bug against > Mono. https://bugzilla.novell.com/show_bug.cgi?id=404705 David -- . ''`. Debian maintainer | http://wiki.debian.org/DavidPaleino : :' : Linuxer #334216 --|-

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
Bob, Nope, that's not an option. Tool-path support was introduced in .86. It's possible to get that path using .85, but I actually doubt whether David really needs the path. Perhaps we offer an alternative that works "cross-framework". Gert -Original Message- From: [EMAIL PROTECTED] [m

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

[NAnt-users] Detecting path at runtime

2008-06-27 Thread David Paleino
Hello *, still trying to use NAnt for my mono project :) I'd need to detect the PATH of `mono' at build-time: with 0.86-beta1 I'd do: framework::get-tool-path('mono') But I couldn't find any similar function in <= 0.85. Is there any workaround I could adopt? Kindly, David -- . ''`. Debian ma