Hi
I just created with
ant a jar file and everything works, but in the jar file the src folder is ommited, but I need it because I'm referrencing a file from the application.
I.e. I have the following structure in my project ProjectName/src/org/nexLevel/nextLevel/Main.java. I also have ProjectName/config/settings.properties.
When I know build a jar file with ant I get only the folders org/nexLevel/nextLevel/Main.java but not the src folder. How can I get the src folder in my .jar?
Here is my ant script: