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 through the string and split it up on the commas using the <foreach> task. I could build up an XML string for the AssemblyFileSet, but then can I get NAnt to recognize this? Alternatively, there is an <includesFile> nested element on the AssemblyFileSet, but I'm not sure how this works and can't see an example. The documentation seems to imply this is a set of patterns. Can I write out my list of files and read it in? I presume I'd need to incorporate custom script in my build for this as I can't see any functions for writing to files, only reading from them. Alternatively, there may be a really simple solution I have missed (hopefully!) Any help or pointers gratefully received, Cheers, Bill UK businesses use 2 million tonnes of paper each year. THINK before you PRINT this email. ______________________________________________________________ CONFIDENTIALITY NOTICE This communication and the information it contains is intended for the person or organisation to whom it is addressed. Its contents are confidential and may be protected in law. Unauthorised use, copying or disclosure of any of it may be unlawful. If you are not the intended recipient, please contact us immediately. The contents of any attachments in this e-mail may contain software viruses, which could damage your own computer system. While Marlborough Stirling has taken every reasonable precaution to minimise this risk, we cannot accept liability for any damage, which you sustain as a result of software viruses. You should carry out your own virus checking procedure before opening any attachment. Marlborough Stirling plc, Registered in England and Wales Registered No. 3008820, Jessop House, Jessop Avenue, Cheltenham, Gloucestershire, GL50 3SH Tel: 01242 547000 Fax: 01242 547100 http://www.marlborough-stirling.com ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ _______________________________________________ Nant-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-users
