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: 222

Filed under:
|
|
|
|

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

Related posts about java

Related posts about ant