nicity / CppTools

Apache License 2.0
103 stars 66 forks source link

Binary distribution #2

Open singalen opened 10 years ago

singalen commented 10 years ago

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!

griels commented 10 years ago

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!

itechbear commented 10 years ago

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.

dubrousky commented 9 years ago

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