Possible Duplicate:
Clean way to combine multiple jars? Preferably using Ant
Include java libraries into own library
I have created a jar containing some custom code and a bunch of 3rd party jars. I don't want to explode the 3rd party jars that are in the jar created by me. I want to use this jar to build my webapp. Am using ant to do this. Please suggest a native/open source solution.