RE: ERROR: No appender named [A] could be found

2004-11-17 Thread Torben Sorensen
Hello, I would suggest getting the latest code from the CVS repository and also grabbing the latest version of Nant, also from CVS. Both these projects seem to be behind in updating their respective packages ... -Original Message- From: Patrick [mailto:[EMAIL PROTECTED] Sent: We

RE: SourceSafe.Interop, or one of its dependencies, was not found

2004-10-19 Thread Torben Sorensen
My two cents - your Nant is out of date - for Log4net you must use the most recent development version of nant. C:\Projects\ZDSURVEY\framework>nant vss NAnt 0.84 (Build 0.84.1455.0; net-1.0.win32; release; 12/26/2003) <- 10 months old Torben -Original Message- From: Gert Driesen [m

RE: Building using NAnt

2004-08-21 Thread Torben Sorensen
at do you think is causing the final failure? DO I first have to suppress before I can get any further? If so is there a way to add the necessary suppression without opening VS? Thanks -Original Message----- From: Torben Sorensen [mailto:[EMAIL PROTECTED] Sent: Friday, August 20, 2004 6:50

RE: Building using NAnt

2004-08-20 Thread Torben Sorensen
The XML fields are just for documentation purposes, and can be safely ignored (as far as I know). I'm not sure this is "The Right Way" (tm), but this helped me get past that problem: >> The fix is to add the specific warnings to the Suppress Specific >> Warnings field in the project properties.

RE: Cannot get Log4Net to compile using Nant or VC 2003

2004-08-06 Thread Torben Sorensen
> Torben, > > You need a more recent version of NAnt : > http://nant.sourceforge.net/nightly/builds. > > Gert Thank you for pointing me in the right direction - I've now gotten the latest nightly NAnt build, and it compiled and tested perfectly. Now when I use 'build.cmd' I get a massive am

Cannot get Log4Net to compile using Nant or VC 2003

2004-08-06 Thread Torben Sorensen
Hi All, I have gotten the latest version of log4net via CVS. After a lot of digging, I've put the log4net directory in the path, and I've tried the 'build.cmd' command again. I'm still getting the same error: C:\CVS\log4net\logging-log4net>build.cmd LOG4NET_DIR is C:\CVS\log4net\logging-lo

RE: Build problem with 1.2 Beta 8

2004-08-06 Thread Torben Sorensen
In the config file there is a setting that specifies the default framework to use - this is from my "NAnt.exe.config" file, as an example: Set the 'default' value for your app to "net-1.1" .. T _ From: Pawan Singh [mailto:[EMAIL PROTECTED] Sent: Thursday, A

Cannot get Log4Net to compile using Nant or VC 2003

2004-08-05 Thread Torben Sorensen
Hey All, I can't get Log4Net to compile - using either the latest version of Nant, or from loading up the project in the 'src' directory. I understand that the documentation project for describing how to compile Log4Net is 50% done, so I can't really look online for help. I've been browsing t