--- Alex Egg <[EMAIL PROTECTED]> wrote: > I need to load some CSS files into the concat task, > but they need to be a > certain order. How should I do this? Maybe number > the file names? Is there > any build in fileset functionality for this? > Alex >
In Ant 1.7+, you can use any resource collection with <concat>. If you need to specify an arbitrary order, use a <path> or a <resources> collection. If you can sort them in some way, look at the <sort> resource collection. HTH, Matt ____________________________________________________________________________________ Pinpoint customers who are looking for what you sell. http://searchmarketing.yahoo.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]