Joel,

The <cvs-checkout> issue has been resolved after rc3. Try using a recent
nightly build (http://nant.sourceforge.net/nightly/latest).

Gert
----- Original Message ----- 
From: "Joel Gwynn" <[EMAIL PROTECTED]>
To: <nant-users@lists.sourceforge.net>
Sent: Tuesday, November 08, 2005 11:08 PM
Subject: [Nant-users] CVS checkout and Framework


Yeah, I'm just gonna be a pain in the butt for awhile, I guess

Using NAnt 0.85 (Build 0.85.1932.0; rc3; 4/16/2005)

1. Using the cvs-checkout task like so:
<cvs-checkout
cvsroot="${cvsroot}"
passfile="${cvspassfile}"
destination="${tempdir}\${AppFolder}"
    module="cms" />

seems to result in this gnarly error about log4net:

[cvs-checkout] Unhandled Exception:
System.Reflection.TargetInvocationException:
 Exception has been thrown by the target of an invocation. --->
System.IO.FileLoadException: The located assembly's manifest
definition with name 'log4net' does not match the assembly reference.
[cvs-checkout] File name: "log4net"
[cvs-checkout]    at ICSharpCode.SharpCvsLib.Console.ConsoleMain..ctor()

Also, I've noticed that it's using the wrong machine config file:
[cvs-checkout] LOG: Using machine configuration file from
C:\WINNT\Microsoft.NET\Framework\v1.0.3705\config\machine.config.

It should be using
C:\WINNT\Microsoft.NET\Framework\v1.1.4322

I have this in my build file:
<property name="nant.settings.currentframework" value="net-1.1" />

But to no avail.

Any ideas?

TIA
Joel


-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
Nant-users mailing list
Nant-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users


-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
Nant-users mailing list
Nant-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to