Possible Duplicate:
Ant - how to get all files' name in a specific folder
I created a jar file for my project using ant. My project has some external libraries. How can i add these external library files to the executable jar.
I added the Class-path attribute in Manifest with the external jars. But it doesn't works.
How can i add the external Libraries.
Thanks in advance.