https://issues.apache.org/bugzilla/show_bug.cgi?id=46718
Ed Belisle <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Ed Belisle <[email protected]> 2009-02-16 19:50:06 PST --- <project default="test"> <target name="test"> <!-- assumes current directory on differnt volume then /tmp --> <touch file="movefile_from"/> <chown file="movefile_from" owner="ed"/> <move file="movefile_from" tofile="movefile_to"/> <touch file="movefile_from"/> <chown file="movefile_from" owner="ed"/> <move file="movefile_from" tofile="/tmp/movefile_to"/> </target> </project> -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
