Print at Jan 30, 2026, 1:09:21 AM

Posted by lnk7 at Aug 12, 2015, 4:32:40 AM
Add folder to compile using ant and build.xml
Hello

I added a folder in the project and would like to know how to add this folder on build.xml to compile the ant to generate the .jar

I tried to add <include name = "folder/**"/> under <include name = "src/**"/> in build.xml
But the ant does not add it and when you run the jar, the part that depends on the folder does not run.