RE: [Nant-users] CS0246

2003-08-27 Thread Yoram Halberstam
Thanks Daya & Gert, it is all working now. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Gert Driesen Sent: 27 August 2003 16:52 To: Yoram Halberstam Cc: [EMAIL PROTECTED] Subject: Re: [Nant-users] CS0246 files from multiple directories you mean ?

RE: [Nant-users] CS0246

2003-08-27 Thread Yoram Halberstam
ittask.html says " mailto:[EMAIL PROTECTED] Sent: 27 August 2003 16:55 To: [EMAIL PROTECTED]; 'Yoram Halberstam'; [EMAIL PROTECTED] Subject: Re: [Nant-users] CS0246 This should not be a problem, if it is, please file a detailed bug report (with a repro) using nant.sourceforge.net.

RE: [Nant-users] CS0246

2003-08-27 Thread Yoram Halberstam
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

[Nant-users] CS0246

2003-08-27 Thread Yoram Halberstam
Hi, I have an ant task that compiles 2 dll, the second needs the first. Here is the requires section I put in the "" task 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