I have directories that creating by following pattern build_yyyyMMdd_HHmmssSSS
i.e
build_20130304_112343142
build_20130402_102141121
I need to determinate latest created directory in ant build
Does ant has some kind of max function?
Or perhaps you can propose me some another idea?
Thansk