|
|
@ -81,7 +81,7 @@ public class ClassBundle { |
|
|
|
input.close(); |
|
|
|
input.close(); |
|
|
|
} catch (java.io.IOException ex) { |
|
|
|
} catch (java.io.IOException ex) { |
|
|
|
Obfuscator.err.println("Can't read rename table "+filename); |
|
|
|
Obfuscator.err.println("Can't read rename table "+filename); |
|
|
|
ex.printStackTrace(); |
|
|
|
ex.printStackTrace(Obfuscator.err); |
|
|
|
} |
|
|
|
} |
|
|
|
basePackage.readTable(prop); |
|
|
|
basePackage.readTable(prop); |
|
|
|
} |
|
|
|
} |
|
|
@ -95,7 +95,7 @@ public class ClassBundle { |
|
|
|
out.close(); |
|
|
|
out.close(); |
|
|
|
} catch (java.io.IOException ex) { |
|
|
|
} catch (java.io.IOException ex) { |
|
|
|
Obfuscator.err.println("Can't write rename table "+filename); |
|
|
|
Obfuscator.err.println("Can't write rename table "+filename); |
|
|
|
ex.printStackTrace(); |
|
|
|
ex.printStackTrace(Obfuscator.err); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
@ -109,7 +109,7 @@ public class ClassBundle { |
|
|
|
zip.close(); |
|
|
|
zip.close(); |
|
|
|
} catch (IOException ex) { |
|
|
|
} catch (IOException ex) { |
|
|
|
System.err.println("Can't write zip file: "+destination); |
|
|
|
System.err.println("Can't write zip file: "+destination); |
|
|
|
ex.printStackTrace(); |
|
|
|
ex.printStackTrace(Obfuscator.err); |
|
|
|
} |
|
|
|
} |
|
|
|
} else { |
|
|
|
} else { |
|
|
|
File directory = new File(destination); |
|
|
|
File directory = new File(destination); |
|
|
|