bric3 / jd-intellij

Plugin that brought the first true Java decompiler in IntelliJ, now it's an alternative to the IntelliJ's integrated FernFlower. Note that updates are sparse just as my spare time ;)
http://plugins.jetbrains.com/plugin/7100
66 stars 20 forks source link

Packaging Script #5

Closed bric3 closed 7 years ago

bric3 commented 12 years ago

Originally reported by: Brice Dutheil (Bitbucket: bric3, GitHub: bric3)


Either and "ant" or "gradle" script, that will package the plugin in a zip file that could be used by IntelliJ.

Retail plugin file structure is (in Zip archive and on disc) :

Scala
  |- lib
     |- scala-library.jar
     |- scalap.jar
     |- ...

For JD-IntelliJ, possible structure layout could be :

JD-IntelliJ
  |- lib
  |  |- jd-intellij.jar
  |- nativelib
     |- macosx
     |  |- x86_64
     |  |  |- libjd.jnilib
     |  |- ...

bric3 commented 12 years ago

Original comment by Brice Dutheil (Bitbucket: bric3, GitHub: bric3):


orking with and on OSX, but it might need improvement in order to be built on other platforms.