I'm trying to build a jar that is self-executing. I need to generate my jar file's class-path element dynamically based on a fileset that I've determined by getting all the jar files in a directory. The problem I've had is that I need to translate the jar file names from their original directory to a directory relative to the main jar file. E.g. /my/build/path/foo.jar --> lib/foo.jar.
Ideas? Thanks, Scott
