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
> --
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
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
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
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