Closed bric3 closed 7 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 | |- ...
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.
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) :
For JD-IntelliJ, possible structure layout could be :