I have some jar files into /libs/ and my project classes are located at /target/. To remove dependency on external folder. I want to make a consolidate jar file. Which conta
Something like this might work for you.
I adapted this from the example at http://ant.apache.org/manual/Tasks/jar.html under the "Merging archives" section.