IdeaJad - insists on storing the result files in 'src' directory ?
For some reason, when I specify the output directory for IdeaJad plugin - it only allows me to choose between various 'src' directories in my project which exactly what I don't want to do (see the screenshot) .. Any idea how can I specify any folder I'd like for storing the decompilation files ?
Attachment(s):
1.png
Please sign in to leave a comment.
I think it's because the output of jad is java-source-files and in order for them to be fully usable in idea it is necessary to put them into a configured source-directory.
Perhaps it is sufficient for you to create a dummy source directory for decompiled classes and exclude this directory from compilation?
I never wanted to make the decompiled .java classes to be a part of the project. If I have their .class files - what for ? :)
Anyway, I may try the workaround you're offering (that's the only thing left, actually) but it still looks messy. I just hope the plugin author has something to say about it ..
I have a decompile directory that is part of all my projects via a global
library. I make sure this is my last source directory, so it will try to
find the real source before looking in decompile. I have my default project
properties configured to ignore this directory during compiles. I also have
my default properties jad directory set there.
This way I don't have to worry about it. It is always there.
"Evgeny Goldin" <no_mail@jetbrains.com> wrote in message
news:13220482.1061712618005.JavaMail.itn@is.intellij.net...
project. If I have their .class files - what for ? :)
>
left, actually) but it still looks messy. I just hope the plugin author has
something to say about it ..