Storyyeller / Krakatau

Java decompiler, assembler, and disassembler
GNU General Public License v3.0
1.97k stars 220 forks source link

decompile.py #23

Closed akutz closed 8 years ago

akutz commented 11 years ago
Storyyeller commented 11 years ago

It now creates the output directory if necessary. I'm not sure yet if the other changes are a good idea.

akutz commented 11 years ago

I agree that the walking the tree may be a bit much, but at the very minimum being able to specify one or more directories full of JAR files and letting the decompiler automatically add the JARs in that directory to the path is, I think, a good idea. Basically, it treats the "path" argument like the Java classpath. Also, I would add some documentation about the path being semi-colon separated. I had to look at the code to know that. I just assumed it was a colon like the Java classpath.