Re: [NAnt-users] Advanced NANT question ...

2007-10-24 Thread Erich Eichinger
try AppDomain.ExecuteAssembly("nant.exe", Assembly.GetExecutingAssembly().Evidence, new string[] { "targetname" } ); -Erich From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Alan Guedeney Sent: Wednesday, October 24, 2007 4:3

[NAnt-users] Does anyone know what this means?

2007-10-24 Thread Alan Guedeney
Calling nant.exe from command line on a local drive. Unhandled Exception: System.TypeInitializationException: The type initializer for 'NAnt.Console.ConsoleStub' threw an exception. ---> System.IO.FileLoadException: Could not load file or assembly 'log4net, Version=1.2.9.0, Culture=neutral, Pub

Re: [NAnt-users] How to make nant find nunit assemblies included in nant distribution?

2007-10-24 Thread Francisco Figueiredo Jr.
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 MattOwens wrote: > Add the following lines to your nant.exe.config file under > > > >publicKeyToken="96d09a1eb7f44a77" culture="Neutral" /> > > > > > > That should work. > Matt > > Hi

Re: [NAnt-users] Workarounds for broken task

2007-10-24 Thread Chris Weiss
On 10/12/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > There is a what appears to be long known bug with the task in > that it launches notepad awaiting a user to edit/close it before > continuing. Clearly this is not at all desirable in an automated build. > > I found this posting from two y

[NAnt-users] Advanced NANT question ...

2007-10-24 Thread Alan Guedeney
I'm creating a C# console program that needs to pass in NANT's command line arguments and execute a task from a NANT buildfile. Does anyone have a code snippet on how to do this? - This SF.net email is sponsored by: Splu