Dave’s Brain
Home
Search
Browse
Recent
Keywords
Other sites
Feedback
Sign in
Random
Crawlers
Programming Tips
- Ant: How to copy a file to a folder?
Date:
2014jun17
Product:
Apache Ant
Keywords:
build
Q.
Ant: How to copy a file to a folder?
A.
THis code does it: <copy file="myfile.txt" todir="/tmp"/>