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 Gert Driesen
- Original Message - From: "Daya Sharma" <[EMAIL PROTECTED]> To: "'Yoram Halberstam'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, August 27, 2003 5:48 PM Subject: RE: [Nant-users] CS0246 > Hi Yoram > > I woul

Re: [Nant-users] CS0246

2003-08-27 Thread Gert Driesen
files from multiple directories you mean ? use this instead : Hope this helps, Gert - Original Message - From: "Yoram Halberstam" <[EMAIL PROTECTED]> To: "Gert Driesen" <[EMAIL PROTECTED]> Sent: Wednesday, August 27, 2003 5:41 PM

RE: [Nant-users] CS0246

2003-08-27 Thread Daya Sharma
Hi Yoram I would recommend you try "asis" attribute of element. So your includes will look like asis=true disables checking for the existence of the dll, asis=false enables checking for the existence of dll. Also make sure you are using DOS 8.x naming convention for your dll file na

Re: [Nant-users] CS0246

2003-08-27 Thread Gert Driesen
NAnt supports only one references element, so it will only use the first one. Gert - Original Message - From: "Yoram Halberstam" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, August 27, 2003 5:33 PM Subject: RE: [Nant-users] CS0246 > Note:

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