How to copy .java sources to Ant javac destFolder
Posted
by Ittai
on Stack Overflow
See other posts from Stack Overflow
or by Ittai
Published on 2010-06-01T09:15:32Z
Indexed on
2010/06/01
9:23 UTC
Read the original article
Hit count: 246
Hi, I know how to use Ant to copy files and folders but what I'm interested in is if, and how, I can have the javac task copy the same sources it's compiling to the output directory. Basically, it's very similar to the option to include your sources in the jar task.
Thanks in advance, Ittai
© Stack Overflow or respective owner