mbenson 2005/01/26 15:54:02
Modified:.Tag: ANT_16_BRANCH WHATSNEW
docs/manual/CoreTasks Tag: ANT_16_BRANCH touch.html
src/main/org/apache/tools/ant/taskdefs Tag: ANT_16_BRANCH
Touch.java
src/testcases/org/apache
mbenson 2005/01/26 15:50:21
Modified:src/etc/testcases/taskdefs touch.xml
Log:
Missed a few...
Revision ChangesPath
1.8 +41 -15ant/src/etc/testcases/taskdefs/touch.xml
Index: touch.xml
===
mbenson 2005/01/26 15:36:10
Modified:src/etc/testcases/taskdefs touch.xml
Log:
Changing the verification process not to rely on isfileselected because I'm
too lazy to move it to the 1.6 branch right now when it's not even mine. :)
Revision ChangesPath
1.7 +24 -9
--- [EMAIL PROTECTED] wrote:
> Log:
> use Touch#addConfigured(Mapper) rather than
> add(Mapper) as the mapper is
> used in the method
>
Thanks for that.
-Matt
__
Do you Yahoo!?
Meet the all-new My Yahoo! - Try it today!
http://my.yah
peterreilly2004/12/15 09:23:25
Modified:src/main/org/apache/tools/ant/taskdefs Touch.java
src/testcases/org/apache/tools/ant/taskdefs TouchTest.java
src/etc/testcases/taskdefs touch.xml
Log:
use Touch#addConfigured(Mapper) rather than add(Mapper) as the
mbenson 2004/12/15 08:09:27
Modified:src/etc/testcases/taskdefs touch.xml
Log:
Add time zone to the test case.
Revision ChangesPath
1.5 +3 -3 ant/src/etc/testcases/taskdefs/touch.xml
Index: touch.xml
==
On Sun, 08 Feb 2004, Antoine Lévy-Lambert <[EMAIL PROTECTED]>
wrote:
> We should simplify FileUtils.setLastModified (don't think we need to
> introspect anything any more, do we ?).
Yes.
> We should also throw a BuildException if the call to
> File.setLastModified returns false.
This may be too
I had seen that TouchTest was failing on my Win 2K laptop.
Now it is fixed.
What I have learnt from this :
1) File.setLastModified(long) is not a void function, but returns *boolean*.
2) we should have a look at the return value
on my PC, for the time [01.01.1970;29.12.1979] it returns false
(alth
antoine 2004/02/08 12:48:01
Modified:src/testcases/org/apache/tools/ant/taskdefs TouchTest.java
src/etc/testcases/taskdefs touch.xml
Log:
Make touchtest pass on Win2
Make touchtest pass on Win2K / FAT
Dates earlier than 1990 seem not to work for me
as last modifi