[Nant-users] Solution task for mono?

2005-06-07 Thread Philip Nelson
I saw some discussion about this in the archives, but it didn't work for me. Is the solution task supported under mono/linux? Philip - http://blogs.xcskiwinn.org/panmanphil "There's a difference between righteous anger and just being crabby" - Barbara

RE: [Nant-users] problem with system dlls in mono 1.1

2005-06-06 Thread Philip Nelson
rch for assemblies that are > specified as child elements of the element. > > In your case, you should just use this: > > > > > > > > Hope this helps, > > Gert > > > -Original Message- > > From: [

[Nant-users] problem with system dlls in mono 1.1

2005-06-05 Thread Philip Nelson
I must be missing something simple but can't quite get it. I use debian with the latest mono. I can build simple programs including the simple hello world in the nant (.85 rc3) examples. However, references to other dlls in the gac in windows like System.Data.dll are not working. With mcs I can jus

[Nant-users] RE: [nant-dev] FYI

2003-11-18 Thread Philip Nelson
--- Damir Simunic <[EMAIL PROTECTED]> wrote: > Since there is so much interest in this msbuild thing, here's the list of > namespaces Microsoft.Build.BuildEngine The book they handed out with the PDC alpha bits, "Introducing Longhorn for Developers", Brent Rector, Microsoft Press, has a fairly un

RE: [nant-dev] [Nant-users] How to use nunit2 task (resend)

2003-03-28 Thread Philip Nelson
Can you run the NUnit gui correctly? Is it installed under "Program Files" or somewhere else? Have you tried setting the assembly reference in your test project to the assembly in the NAnt/bin directory? It almost has to be mismatched dlls. --- Anthony Francisco <[EMAIL PROTECTED]> wrote: > Ac