RE: [Nant-users] Named Fileset

2004-11-09 Thread Felice Vittoria
Hamza, I think I know what you are trying to do. Here's what I'm doing to use the same fileset but in multiple places. There's probably another way. Here's an example: What I came across was that I couldn't do something like: T

Re: [Nant-users] Named Fileset

2004-11-09 Thread Thibaut Barrère
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