files from multiple directories you mean ?
use this instead :
<references>
<includes name="${DIR_NUNIT}/nunit.framework.dll" />
<includes name="${DIR_BUILD_BASE}/DLL1.dll" />
<includes name="${DIR_BUILD_BASE}/DLL2.dll" />
</references>
Hope this helps,
Gert
----- Original Message -----
From: "Yoram Halberstam" <[EMAIL PROTECTED]>
To: "Gert Driesen" <[EMAIL PROTECTED]>
Sent: Wednesday, August 27, 2003 5:41 PM
Subject: RE: [Nant-users] CS0246
> Cheers. Is there anyway to specify multiple folders?
>
> -----Original Message-----
> From: Gert Driesen [mailto:[EMAIL PROTECTED]
> Sent: 27 August 2003 16:41
> To: Yoram Halberstam; [EMAIL PROTECTED]
> Subject: Re: [Nant-users] CS0246
>
>
> 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: 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
> >
> >
>
>
>
>
-------------------------------------------------------
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