Note: The only difference I see between my dll and nunit is that nunit is registered with the GAC.
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Yoram Halberstam Sent: 27 August 2003 16:21 To: [EMAIL PROTECTED] Subject: [Nant-users] CS0246 Hi, I have an ant task that compiles 2 dll, the second needs the first. Here is the requires section I put in the "<csc ..>" task <references basedir="${DIR_NUNIT}"> <includes name="nunit.framework.dll"/> </references> <references basedir="${DIR_BUILD_BASE}"> <includes name="DLL1.dll"/> <includes name="DLL2.dll"/> </references> Now the NUNIT dll works as it is is needed by the first one and both the remaining dlls are in DIR_BUILD_BASE. DLL1 is the one that is missing according to csc. Any ideas? Thanks Yoram ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Nant-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-users ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Nant-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-users
