CppTools icon indicating copy to clipboard operation
CppTools copied to clipboard

Binary distribution

Open singalen opened this issue 11 years ago • 3 comments

May I kindly ask you to make a binary package for the recent IDEA? It appears to be not so ordinary to build it from scratch. Thanks!

singalen avatar May 23 '14 08:05 singalen

Yes, I seem to get 'Ant build failed because IDEA SDK is not present' or something similar when I try to build - even though I've added the IDEA SDK and its libraries everywhere I can think of - even changed the properties in the build.xml file. I had to hack one of the Java files to bring it up to date with the latest SDK - guess I should log a pull request. Would rather build it myself or download from IntelliJ but a binary is a second best! Any tips welcome. Thanks!

griels avatar May 23 '14 08:05 griels

Hi, guys! You could retry compiling the project with following suggestions:

  1. rename the IDEA sdk from something like "IDEA IU-135.123" to "IDEA".
  2. delete line 13 ~ line 15 of build.xml
  3. open the file "META-INF/plugin.xml", change until-build="134.0" to until-build="136.0".

With the above steps, you might build the project and install the plugin. But unfortunately, it seems to not function normally. So you'd better stick with older IDEA.

itechbear avatar May 23 '14 09:05 itechbear

You can set up the travis-ci to do the builds as you push.

dubrousky avatar Dec 09 '14 11:12 dubrousky