I need to reference System.Data.OracleClient.dll.
 
From searching the docs, usenet, and the web, it looks like the following should work.
 
            <references failonempty="true">
                <include name="System.Data.OracleClient.dll" />
            </references>
 
but, it does not, nant says:
 
                        BUILD FAILED
                        z:\CCTVMaster\Common\Database\Database.build(13,14):
                        The fileset specified is empty after scanning 'z:\CCTVMa
ster\Common\Database' for: NAnt.Core.StringCollectionWithGoodToString:
                        System.Data.OracleClient.dll

                        Total time: 0.4 seconds.
Any help greatly appreciated.


Do you Yahoo!?
Friends. Fun. Try the all-new Yahoo! Messenger

Reply via email to