AW: Loading files into concat in a certain order

2007-09-23 Thread Jan.Materne
ff: Re: Loading files into concat in a certain order > > >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? May

Re: Loading files into concat in a certain order

2007-09-21 Thread NeilWolfman
> -- View this message in context: http://www.nabble.com/Loading-files-into-concat-in-a-certain-order-tf4133186.html#a12821872 Sent from the Ant - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROT

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

AW: Loading files into concat in a certain order

2007-07-23 Thread Jan.Materne
Jan >-Ursprüngliche Nachricht- >Von: Alex Egg [mailto:[EMAIL PROTECTED] >Gesendet: Dienstag, 24. Juli 2007 04:57 >An: Ant Users List >Betreff: Re: Loading files into concat in a certain order > >I'm looking a

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

Loading files into concat in a certain order

2007-07-23 Thread Alex Egg
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