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