Hi,

I have to process different files ordered by their creation date. (In more
detail, I have to import them and have to assure the the contents of newer
archives are not overwritten by the contents of older files).
If there a possiblity to define an order for filesets or are there any other
ways to achieve this with standard ANT tasks/types ? 
Or do I have to write a new/extended fileset by my own ?

Currently the ANT target looks something like

        <for param="arc_name">
                <path> <fileset dir="${dir.import}" casesensitive="false"
includes="${arc_pattern}" /> </path>
        <sequential>
                <import archive="@{arcname}" />
        </sequential>
        </for>

Thanks for you help :-)

Klaus

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to