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 ?
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.
- 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
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
Wednesday, August 27, 2003 10:21 AM
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 "" task
Now the NUNIT dll works as it is is needed
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:
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
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