Hi guys,

[Using Nant 0.84 release]

I am trying to reference some assemblies on network drives (or by UNC) I seem to be having trouble specifying the full path in the refernce tab like so :-

<csc .....
           <references>
               <includes name="D:\path\morepath\bin\asm.dll"/>
               <includes name="\\server1\share\something\bin\asm2dll"/>
           </references>
</csc>

This does not seem to pick up the references. Do I need to use the lib tag. How would I go about this. I tried but to no avail.

Thanks

Naz



-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to