Greetings.. Forgive me if this is a know issue. Ant behaves poorly when trying to copy a file onto its symlink in linux if using overwrite="yes" The result is that it zeros out the src file and leaves the dest as a sym link. e.g echo "The Mighty Ant" > foo ln -s foo bar <copy file="foo" tofile="bar" overwrite="yes"> foo has now been reduced to 0 bytes. I am using ibm jdk1.3 if that matters. andy.

Reply via email to