http://www.mail-archive.com/[EMAIL PROTECTED]/msg02474.html

Are you sure the DLL is a managed DLL?

Martin Gainty






From: bleedledeep <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: [Nant-users] Referencing System DLLs
Date: Mon, 7 Jun 2004 11:11:04 -0700 (PDT)
MIME-Version: 1.0
Received: from mc8-f22.hotmail.com ([65.54.253.158]) by mc8-s19.hotmail.com with Microsoft SMTPSVC(5.0.2195.6824); Mon, 7 Jun 2004 11:15:21 -0700
Received: from sc8-sf-list2.sourceforge.net ([66.35.250.206]) by mc8-f22.hotmail.com with Microsoft SMTPSVC(5.0.2195.6824); Mon, 7 Jun 2004 11:12:48 -0700
Received: from localhost ([127.0.0.1] helo=projects.sourceforge.net)by sc8-sf-list2.sourceforge.net with esmtp (Exim 4.30)id 1BXObK-0004vk-OK; Mon, 07 Jun 2004 11:12:02 -0700
Received: from sc8-sf-mx2-b.sourceforge.net ([10.3.1.12] helo=sc8-sf-mx2.sourceforge.net)by sc8-sf-list2.sourceforge.net with esmtp (Exim 4.30)id 1BXOaT-0004d9-FLfor [EMAIL PROTECTED]; Mon, 07 Jun 2004 11:11:09 -0700
Received: from web41211.mail.yahoo.com ([66.218.93.44])by sc8-sf-mx2.sourceforge.net with smtp (Exim 4.30)id 1BXOaT-0002nV-6rfor [EMAIL PROTECTED]; Mon, 07 Jun 2004 11:11:09 -0700
Received: from [129.162.108.25] by web41211.mail.yahoo.com via HTTP; Mon, 07 Jun 2004 11:11:04 PDT
X-Message-Info: 820stLNiepRZFGg2yTfmLMZ91G9wSty0eXkzo9ygKt4=
Message-ID: <[EMAIL PROTECTED]>
X-Spam-Score: 0.8 (/)
X-Spam-Report: Spam Filtering performed by sourceforge.net.See http://spamassassin.org/tag/ for more details.Report problems to http://sf.net/tracker/?func=add&group_id=1&atid=2000010.8 HTML_30_40 BODY: Message is 30% to 40% HTML0.0 HTML_MESSAGE BODY: HTML included in message
Errors-To: [EMAIL PROTECTED]
X-BeenThere: [EMAIL PROTECTED]
X-Mailman-Version: 2.0.9-sf.net
Precedence: bulk
List-Unsubscribe: <https://lists.sourceforge.net/lists/listinfo/nant-users>,<mailto:[EMAIL PROTECTED]>
List-Id: Discussion of NAnt features and usage <nant-users.lists.sourceforge.net>
List-Post: <mailto:[EMAIL PROTECTED]>
List-Help: <mailto:[EMAIL PROTECTED]>
List-Subscribe: <https://lists.sourceforge.net/lists/listinfo/nant-users>,<mailto:[EMAIL PROTECTED]>
List-Archive: <http://sourceforge.net/mailarchive/forum.php?forum=nant-users>
Return-Path: [EMAIL PROTECTED]
X-OriginalArrivalTime: 07 Jun 2004 18:12:52.0870 (UTC) FILETIME=[0CB06A60:01C44CBB]


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

_________________________________________________________________
MSN Toolbar provides one-click access to Hotmail from any Web page � FREE download! http://toolbar.msn.click-url.com/go/onm00200413ave/direct/01/




-------------------------------------------------------
This SF.Net email is sponsored by the new InstallShield X.
From Windows to Linux, servers to mobile, InstallShield X is the
one installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to