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

2005-06-05 Thread Gert Driesen
Philip, The child element is only intented to be used for specifying directories in which the compiler task can search for assemblies that are specified as child elements of the element. In your case, you should just use this: Hope this helps, Gert > --

[Nant-users] OT - Where is MSVBDPCA.DLL?

2005-06-05 Thread Alejandro Calbazana
Hello, This may be a little off topic for this list, but maybe someone can help me. I am looking for a copy of MSVBDPCA.DLL in order to create custom tasks for IIS as part of an msi package that I am building using the msi task. I have had no luck finding this resource. Does anyone know whe

[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

RE: [Nant-users] Strategies of dividing NAnt build files

2005-06-05 Thread Marc Holmes
Hi, I put down some initial thoughts a little while ago on my blog. I was (and am) trying to standardise/patternise some approaches for large scale builds and these were thoughts I had (or extrapolated) from listening to Mike Roberts' presentation recently. They were with regard to CI specificall

[Nant-users] Strategies of dividing NAnt build files

2005-06-05 Thread Marcin Hoppe
Hi! Build file of a project I am currently working on grew up in a few past days and I am thinking about its division into a few smaller chunks. Do you have any thoughts on how to do this do get scalable and manageable set of build files? Tasks done by this build file include: building the code, s