You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bu...@apache.org on 2009/02/17 04:50:06 UTC

DO NOT REPLY [Bug 46718] Move task resets file owner when targeting different volume

https://issues.apache.org/bugzilla/show_bug.cgi?id=46718


Ed Belisle <ed...@belisle.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ed@belisle.com




--- Comment #1 from Ed Belisle <ed...@belisle.com>  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.