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
>
--
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
--- 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
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
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
--- 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
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