I just checked in a fix[1] for this which fixes the issue with
:CCallHierarchy and potentially several other commands.
[1] https://github.com/ervandew/eclim/commit/94c12c20a3be27fd126135b4fb5e39d74d813513
--
eric
Thanks, I suppose I won't bother with the bug report in the issue
tracker then. A fix is certainly better than a workaround :-). Now
I'll just need to learn how to install from source, unless 1.7.3 is
coming out soon...
(http://eclim.org/guides/development.html#development-build makes it
look pretty easy, although I'll need to install ant and maybe some
other things first)
It should be out soon. I just have a few more small fixes and some
testing to do, but I just started a new job so I make no promises as
to when I'll have it done.
> (http://eclim.org/guides/development.html#development-build makes it
> look pretty easy, although I'll need to install ant and maybe some
> other things first)
Yeah it should be painless to build eclim. With the latest master
branch you can even ignore the -Dplugins argument which is no longer
needed.
--
eric
So how do I build only the tools I'm interested in (CDT) with the
latest master branch? I certainly don't have all the required tools
installed for all the Eclim features! Currently the build guide says:
"...ant...will build all the eclim plugins, requiring you to have all
the related dependencies already installed in your eclipse
distribution. However, if you only want a subset of the eclim plugins
to be built, you can specify so using the ‘plugins’ system property"
The docs on eclim.org are out of date as far as the git master is
concerned. Now when building the code, the build script will check
what features your eclipse has and build the appropriate eclim
plugins accordingly.
--
eric