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

2005-06-06 Thread Philip Nelson
Yup, I clicked on the resource link in the csc task and was reading the help for assemblyfileset. Thanks. --- Gert Driesen <[EMAIL PROTECTED]> wrote: > Philip, > > The child element is only intented to be used for specifying > directories in which the compiler task can search for assemblies th

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