protected String geronimoRepository = null;
public List<String> generate(String geronimoVersion, String geronimoHome, String instanceNumber) {
geronimoRepository = geronimoHome + "/repository";
Debug.logInfo("The WASCE or Geronimo Repository is " + geronimoRepository, module);
Classpath classPath = new Classpath(System.getProperty("java.class.path"));
List<File> elements = classPath.getElements();
List<String> jar_version = new ArrayList<String>();
String jarPath = null;
String jarName = null;
String newJarName = null;
String jarNameSimple = null;