Re: [Nant-users] Quandry

2004-11-24 Thread Gary Feldman
>From: <[EMAIL PROTECTED]> >Sent: Wednesday, November 24, 2004 10:51 AM One important question: Is the comma-separated list a fixed list (i.e. it never changes)? Or is it regenerated by each build? >there is an nested element on the AssemblyFileSet, but I'm >not sure how this works and can't s

[Nant-users] Quandry

2004-11-24 Thread Bill.Martin
I have a slight problem and wonder if anyone has any ideas. For reasons historical, I have a comma separated list of assemblies that are referenced in a compile script. I need to convert this to an AssemblyFileSet. Is there an easy way of doing this? I think I can work out how to iterate throug