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.