Community
Participate
Working Groups
monitor.showCopyDetails(false);
}
//unpacking the jar will strip the ".pack.gz" and leave us back with the original filename
processor.processJar(packedFile);
try {
} catch (Throwable e) {
//something is wrong unpacking
if(tempFile.exists() && tempFile.length() > 0){
success = true;