--- David Knox <[EMAIL PROTECTED]> wrote: > I require functionality from the tar task that will work like > "tar --newer=DATE". I've looked over Filesets, etc. and don't see an > obvious existing way to do this. Before I begin writing any code, > I want to make sure that my conclusion is correct. Does anyone know of > an alternative way using Ant? (Ant 1.4.1).
Are you restricted to running 1.4.1? If you aren't, you can use the new selector <date> tag -- otherwise, you'll need to write code (or a <script> [I posted one not long ago that did that, so that might save you some time]). Diane ===== ([EMAIL PROTECTED]) __________________________________________________ Do You Yahoo!? Yahoo! Shopping - Mother's Day is May 12th! http://shopping.yahoo.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
