I am willing to using ant build my java project.
I have some .java
file in folder resources
:
resources
--sample1.java
--sample2.java
--other resources...
src
--mycode.java
sample1.java
and sample2.java
are just resources like png,jpg
.
Here is my problem: how can I package them into the output jar package without compile the two files?