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 w

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

[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

Re: [NAnt-users] Including resources

2008-06-25 Thread David Paleino
On Wed, 25 Jun 2008 16:43:24 +0200, David Paleino wrote: > On Wed, 25 Jun 2008 10:39:16 -0400, Bob Archer wrote: > > They're indeed the correct files. > Here's the project directory structure: > > [..] > |-- glade > | `-- gui.glade > [..] > > So,

Re: [NAnt-users] Including resources

2008-06-25 Thread David Paleino
On Wed, 25 Jun 2008 10:39:16 -0400, Bob Archer wrote: > So sorry. It didn't hit me what MD was. I assumed it was some > abbreviation for you application. I have PCMCIA syndrome. (People can't > memorize computer industry acronyms.) ACK :) > You may want to loop through your filesets to ensure yo

Re: [NAnt-users] Including resources

2008-06-25 Thread David Paleino
On Wed, 25 Jun 2008 10:25:09 -0400, Bob Archer wrote: > Are you using Visual Studio on windows? If not, nevermind. No, I'm on Debian GNU/Linux, and MD (in my original post), stands for MonoDevelop (which, AFAIK, isn't available on Windows) Regards, David -- . ''`. Debian maintainer | http:/

Re: [NAnt-users] Including resources

2008-06-25 Thread David Paleino
On Wed, 25 Jun 2008 09:27:30 -0400, Bob Archer wrote: > Is there a reason you don't use MSBuild to do the compile step? Err... what's MSBuild? -- . ''`. Debian maintainer | http://wiki.debian.org/DavidPaleino : :' : Linuxer #334216 --|-- http://www.hanskalabs.net/ `. `'` GPG: 1392B174 ---

[NAnt-users] Including resources

2008-06-25 Thread David Paleino
Hello all, I'm still having problems using NAnt... sorry for my newbieness :) Here's my "build" target: [..] Running the built exe I have: Unhandled Exception: System.ArgumentExcept

Re: [NAnt-users] NAnt hanging after build (was: Re: Missing assemblies, though referenced)

2008-06-23 Thread David Paleino
On Mon, 23 Jun 2008 12:39:28 +0200, Gert Driesen wrote: > Hey David, > > This would be a Mono bug. I happen to run into this from time to time > myself, but I cannot reproduce it consistently. > > If you can reproduce it every time, then I'd suggest filing a bug against > Mono. Well, I can repr

[NAnt-users] NAnt hanging after build (was: Re: Missing assemblies, though referenced)

2008-06-23 Thread David Paleino
On Mon, 23 Jun 2008 11:40:03 +0200, Gert Driesen wrote: > Hey David, Hi, > You have to specify where Nant can locate these assemblies. > > If the include pattern is a file name, then NAnt will also search for the > assembly in the list of reference assemblies for the current target > framewor

[NAnt-users] Missing assemblies, though referenced

2008-06-23 Thread David Paleino
Hello *, I'm trying to use NAnt to build a C# project under Debian GNU/Linux. When I run it, as `nant build` (see below), I get: [csc] /home/neo/code/c-sharp/gnome-rdp/src/SessionTreeView.cs(20,7): error CS0246: The type or namespace name `Gtk' could not be found. Are you missing a using directive