lps.
Felice
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Hamza
Zeen-Aldin
Sent: Tuesday, November 09, 2004 8:16 AM
To: Nant users list
Subject: [Nant-users] Named Fileset
Hi everyone,
I want to use name filesets and there are no examples on how to do so.
W
Hi Hamza,
> I want to use name filesets and there are no examples on how to do so.
> What I am trying to do is create one Fileset and reference it again
> later in multiple places.
you can use the id attribute when declaring a fileset :
then reference it where you need using the refi
Hi everyone,
I want to use name filesets and there are no examples on how to do so.
What I am trying to do is create one Fileset and reference it again
later in multiple places. Also, when I try to use multiple filesets in
the copy task I get an error that says multiple filesets are not
supported.