Re: [NAnt-users] CCNet and Nant

2008-06-23 Thread Chris Lambrou
Have a look here - http://confluence.public.thoughtworks.org/display/CCNET/Support There's a users mailing list that's similar to this NAnt users list, along with an online forum and FAQ. Chris From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dix

[NAnt-users] CCNet and Nant

2008-06-23 Thread Dix, John
Is there a user group like this one for CruiseControl.NET? - Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/i

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

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

2008-06-23 Thread Gert Driesen
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. Gert -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On

[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

Re: [NAnt-users] Missing assemblies, though referenced

2008-06-23 Thread Gert Driesen
Hey David, 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 framework. This list is defined using filesets in the node of the NAnt configurat

[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

[NAnt-users] task of nant contrib always call x86 msbuild.exe

2008-06-23 Thread Yogendra Prasad
Hi All, I have a 64bit build machine, and in my build script I used task for building a *.csproj. I could see task always calls 32bit msbuild.exe to compile the project. Is there any way where i could configure NANT or NANT contrib config files or do some thing so that task will invoke 64bit m