https://issues.apache.org/bugzilla/show_bug.cgi?id=46718
--- Comment #2 from Ed Belisle <[email protected]> 2009-02-16 19:51:31 PST --- [r...@server3 ~]# clear; ant -f movefail.xml -v; ls -l movefile_to /tmp/movefile_to Apache Ant version 1.7.1 compiled on June 27 2008 Buildfile: movefail.xml Detected Java version: 1.6 in: /usr/java/jdk1.6.0_10/jre Detected OS: Linux parsing buildfile /root/movefail.xml with URI = file:/root/movefail.xml Project base dir set to: /root Build sequence for target(s) `test' is [test] Complete build sequence is [test, ] test: [antlib:org.apache.tools.ant] Could not load definitions from resource org/apache/tools/ant/antlib.xml. It could not be found. [touch] Creating /root/movefile_from [chown] Current OS is Linux [chown] Executing 'chown' with arguments: [chown] 'ed' [chown] '/root/movefile_from' [chown] [chown] The ' characters around the executable and arguments are [chown] not part of the command. [chown] Applied chown to 1 file and 0 directories. [move] Moving 1 file to /root [move] Attempting to rename: /root/movefile_from to /root/movefile_to [touch] Creating /root/movefile_from [chown] Current OS is Linux [chown] Executing 'chown' with arguments: [chown] 'ed' [chown] '/root/movefile_from' [chown] [chown] The ' characters around the executable and arguments are [chown] not part of the command. [chown] Applied chown to 1 file and 0 directories. [move] Moving 1 file to /tmp [move] Attempting to rename: /root/movefile_from to /tmp/movefile_to [move] Copying /root/movefile_from to /tmp/movefile_to BUILD SUCCESSFUL Total time: 0 seconds -rw-r--r-- 1 ed root 0 Feb 16 21:11 movefile_to -rw-r--r-- 1 root root 0 Feb 16 21:11 /tmp/movefile_to -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
