I have a simple java package that contains a few MySQL functions that want to call from other code. I would like to create a .jar file for it.
I can run Export and create an Ant build.xml file, and then run it to get my .class file. How do I create a .jar file as well? (and if this involves changes to the build.xml, is there an example to follow?)