Print at Dec 22, 2025, 3:00:25 AM

Posted by lnk7 at Aug 12, 2015, 2: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.