Support Requests item #1452089, was opened at 2006-03-17 10:08 Message generated for change (Comment added) made by e-man You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=474852&aid=1452089&group_id=54790
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Priority: 5 Private: No Submitted By: Szymus (shy_man) Assigned to: Nobody/Anonymous (nobody) Summary: Concat - file order Initial Comment: I'd like to concatenate files in particular order. But if I write like that: <concat destfile="_test\a.txt " append="true" > <fileset> <include name="_test\z.txt" /> <include name="_test\y.txt" /> <include name="_test\x.txt" /> </fileset> </concat> files are concatenated in order "x,y,z" (alfabetical order). Why it works like that? Is it the problem of concat or rather fileset? In Ant concat works concatenationg files in order specified. ---------------------------------------------------------------------- Comment By: Erik Wegner (e-man) Date: 2010-04-21 14:17 Message: >From an older documentation version[1]: FileSets are used to select files to be concatenated. Note that the order in which the files selected from a fileset are concatenated is not guaranteed. If this is an issue, use multiple filesets or consider using filelists. [1] http://ant.apache-korea.org/manual/CoreTasks/concat.html ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=474852&aid=1452089&group_id=54790 ------------------------------------------------------------------------------ _______________________________________________ NAntContrib-Developer mailing list NAntContrib-Developer@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/nantcontrib-developer