DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=38537>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=38537





------- Additional Comments From [EMAIL PROTECTED]  2006-02-17 12:30 -------
Hi!

I tried to reproduce it with the following code snipped:

FileObject existFile = VFS.getManager().resolveFile("/home/im/tmp/exists.txt");
FileObject newFile = VFS.getManager().resolveFile("/home/im/tmp/new.txt");
System.err.println("Exists:" + existFile.exists());
System.err.println("New:" + newFile.exists());
newFile.copyFrom(existFile, Selectors.SELECT_SELF);
newFile.getContent().setLastModifiedTime(0L);
System.err.println("Exists:" + existFile.exists());
System.err.println("New:" + newFile.exists());

and it worked as expected.
Could you please try again. And maybe post the ant-task (only the v-copy stuff)

Thanks!

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to