Hi there, if the manifest you are generating is just for your build process I would recomment just using a list of files in plain text. Read up on the <loadfile/> and the <foreach/> tasks, they should do what you need. If you need to generate the file as part of your build process you could look up the <echo/> task as well which will echo to a file.

Thomas Tomiczek wrote:

Hi.

The following problem.

I need to craete as part of my build process a zip-file containing a list of files. I can preapre the listin whatever form I want (xml? For xmlpeek?).

How can I go through the list and copy the files we talk about into a special directory, so that I can run, then, the zip command over these files? I know how to ask the xml file for the entries, but can I pump these into a loop?

Thomas





-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Nant-users mailing list
Nant-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to