String mainClass) throws ManifestException, IOException,
JDOMException, InterruptedException {
Manifest ret = createDefaultManifest();
if (mainClass != null) {
ret.addConfiguredAttribute(new Manifest.Attribute("Main-Class",
mainClass));
}
// Get all classpath elements.
StringBuilder str = new StringBuilder();