----- Original Message ----- From: "Stefan Bodewig" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, April 10, 2002 10:31 AM Subject: Re: [SUBMIT] FileOrder element for ordering of filesets
> On Wed, 10 Apr 2002, Rob Oxspring <[EMAIL PROTECTED]> wrote: > > > One caveat - the testcase for date ordering won't compile or run > > under 1.1 since it used file.setLastModified(long) to prep the > > sample files. I suppose I could recode using reflection - but > > should the test pass or fail with 1.1? > > Take a look at org.apache.tools.ant.util.FileUtils#setLastModified and > make your testcase check for the JDK version to assert the proper > result. > > > To be honest, concat is the only situation I can think of that > > *needs* this, but it may be an aesthetic bonus to other tasks. > > Are you aware of Ant's current <concat> task? Aha - slipped by me I'm afraid - was away for a week and haven't gone right through my mail backlog yet. Right, will look into patching the Concat task when I get a chance then. Rob > > Stefan > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
