Re: Loading files into concat in a certain order

2007-09-21 Thread NeilWolfman
Is there a way to do this in version 1.6.5? eggie5 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 > > -- View this messa

Re: Loading files into concat in a certain order

2007-07-24 Thread Matt Benson
--- Alex Egg <[EMAIL PROTECTED]> wrote: > I'm looking at the (dismal) ant docs on resources > and sort, but I can't > figure out how to use it on my file set: > >includes="*.css"/> > > > I just want to sort those files by name so they go > into concat alphabeticly. > My files are n

Re: Loading files into concat in a certain order

2007-07-23 Thread Alex Egg
I'm looking at the (dismal) ant docs on resources and sort, but I can't figure out how to use it on my file set: I just want to sort those files by name so they go into concat alphabeticly. My files are named 1styles.css, 2styles.css, 3styles.css, etc... How can I do this? Alex On 7

Re: Loading files into concat in a certain order

2007-07-23 Thread Matt Benson
--- 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 coll