Support Requests item #1452089, was opened at 2006-03-17 10:08
Message generated for change (Tracker Item Submitted) made by Item Submitter
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
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.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=474852&aid=1452089&group_id=54790


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
NAntContrib-Developer mailing list
NAntContrib-Developer@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nantcontrib-developer

Reply via email to