Is it possible to run an ant script from within a jar file?
At the moment, I've got a build.xml which calls some java code which is in a jar file. It then does some further ant processing.
When I export the jar file from Eclipse, I can choose to add the build.xml file to the jar, so I'm wondering whether I could run the ant script directly from the jar somehow so that I only have to give people the jar file, not the ant script as well.