[nant-dev] Re: Allow creation of loggers

2004-05-11 Thread Gert Driesen
Shripal, Please submit this as a feature request, however you should already be able to specify an assembly qualified type name, no ? Gert PS. Please send messages to the list, not to me directly ... - Original Message - From: Shripal Meghani [EMAIL PROTECTED] To: [EMAIL PROTECTED]

[nant-dev] Help setting up multiple projects and CCService.exe

2004-05-11 Thread Enoch Seward
First of all, Im new to NAnt and CC.net, and am very pleased so far with the products. It has been working great for a single project. Now Im beginning to setup multiple projects, and have a few questions: 1. In the start.bat file that Ive created, do I need to specify multiple projects,

[nant-dev] Re: [Nant-users] nant 0.85

2004-05-11 Thread Gert Driesen
- Original Message - From: Dahlman Roger [EMAIL PROTECTED] To: 'Gert Driesen' [EMAIL PROTECTED] Sent: Tuesday, May 11, 2004 12:54 AM Subject: RE: [Nant-users] nant 0.85 Gert, The filter chain is functioning properly except for the issue of ordering elements properly.

RE: [nant-dev] Help setting up multiple projects and CCService.exe

2004-05-11 Thread Clayton Harbour
Title: Message Hi Enoch, I have sent this to the ccnet users group, as it seems more of a ccnet question. I have kept the nant developers list in the email message as well, just so the thread can be followed. It can probably be dropped if you have more questions though. I will give a

[nant-dev] custom function example does not work...

2004-05-11 Thread John Cole
Hello, This appears to be a documenation problem, but the exampe for a custom function using the script task will not work. I was able to find an example that does work in the mailing list target name="testscript"script language="C#"code![CDATA[public static void ScriptMain(Project

[nant-dev] NAnt/Mono

2004-05-11 Thread Gert Driesen
Hi, Just to let you know that NAnt (cvs) should now work on Mono/Linux out of the box (without tweaking any config files) : $ export CVSROOT=:pserver:[EMAIL PROTECTED]:/cvsroot/nant $ cvs -z3 co nant $ cd nant $ make Note: you still might need this workaround for a Mono issue :

Re: [nant-dev] NAnt/Mono

2004-05-11 Thread Jaroslaw Kowalski
Unfortunately I get this: = NAnt 0.85 (Build 0.85.1592.0; mono-1.0.unix; nightly; 5/11/2004) Copyright (C) 2001-2004 Gerry Shaw NAnt Team BUILD FAILED The current runtime framework 'mono-1.0' is not correctly configured in the NAnt configuration file. The 'System.dll' assembly does

Re: [nant-dev] custom function example does not work...

2004-05-11 Thread Ian MacLean
Hi John, What build are you running and which version of the docs are you using ? With a current nightly build the example at http://nant.sourceforge.net/nightly/help/tasks/script.html works just fine. What error are you getting when you try it ? btw the example you posed is fine but using a

Re: [nant-dev] NAnt/Mono

2004-05-11 Thread Gert Driesen
Jarek, Did you build Mono from cvs, or did you install a distribution package ? I always build Mono from cvs, and on my system the system assemblies are installed in the GAC and in $prefix/lib, while I also expected these to be installed $prefix/lib/mono/1.0. I guess I'll have to check what

Re: [nant-dev] NAnt/Mono

2004-05-11 Thread Ian MacLean
I'm now getting the same error as Jarek - the log4net one. Its weird that it only happens when I get to the DotnetTasks assembly. My nant sources are definately up to date. I have Mono beta 1 installed from the release tarballs. There are no system assemblies in $prefix/lib on my system - I

Re: [nant-dev] NAnt/Mono

2004-05-11 Thread Jaroslaw Kowalski
Yes, I committed a mono patch that fixes the encoding issue. You can try it from mono/cvs. Jarek - Original Message - From: Ian MacLean [EMAIL PROTECTED] To: Gert Driesen [EMAIL PROTECTED] Cc: Jaroslaw Kowalski [EMAIL PROTECTED]; Nant-Developers (E-Mail) [EMAIL PROTECTED] Sent: Tuesday,

Re: [nant-dev] NAnt/Mono

2004-05-11 Thread Ian MacLean
Cool. I'll check it out. And I found a workaround/explanationj for the log4net failure. If you copy log4net.dll to nant-0.85-debug/bin it will compile - then it fails with a similar thing compiling NAnt.Tests.dll. It looks like mcs tries to load referenced assemblies transitively and fails if

Re: [nant-dev] NAnt/Mono

2004-05-11 Thread Gert Driesen
On Tue, 2004-05-11 at 18:28, Ian MacLean wrote: Cool. I'll check it out. And I found a workaround/explanationj for the log4net failure. If you copy log4net.dll to nant-0.85-debug/bin it will compile - then it fails with a similar thing compiling NAnt.Tests.dll. It looks like mcs tries to