I have several properties file in my resources folder. Based on user input, I need to build a JAR with Apache ANT and place it and the corresponding property file separately in the output folder.
I am very new to ANT and have no idea on how to define the build.xml. Appreciate if anyone can help.