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