Hi, I've got a zip file, which has been created by Ant's Zip task:
<zip destfile="foo-dist.zip"> <fileset dir="${dist.dir}" includes="myapp/**/*"/> </zip> Now, when I transfer this file from my Windows 7 build host to the test servers (Windows 7, or Windows 10) using basic Copy&Paste, and do a right click on the file, I get a message "Opening these files might be harmful." AFAICT, this is the same message, that I would get for opening a file, which has been downloaded via browser. Question: Can I suppress this somehow? Thanks, Jochen --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org For additional commands, e-mail: dev-h...@ant.apache.org