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? Stefan -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
