Package Details: eclim 2.21.0-1

Git Clone URL: https://aur.archlinux.org/eclim.git (read-only, click to copy)
Package Base: eclim
Description: Brings Eclipse functionality to Vim
Upstream URL: http://eclim.org/
Keywords: eclipse java vim
Licenses: GPL3
Submitter: None
Maintainer: fungible
Last Packager: fungible
Votes: 124
Popularity: 0.000000
First Submitted: 2006-10-27 18:37 (UTC)
Last Updated: 2021-12-16 19:03 (UTC)

Dependencies (7)

Required by (0)

Sources (1)

Latest Comments

1 2 3 4 5 6 .. 19 Next › Last »

fungible commented on 2021-12-18 06:33 (UTC)

@rmonico1 The package was oprhaned and out of date. I've since adopted it and have rewritten the PKGBUILD. It now just requires python-sphinx for Python 3. Try re-downloading it.

rmonico1 commented on 2021-12-13 18:57 (UTC)

When try to install I get:

 -> Could not find all required packages:
    python2-freezegun (Wanted by: eclim -> python2-sphinx -> python2-babel)
    python2-snowballstemmer (Wanted by: eclim -> python2-sphinx)
    python2-sphinx-alabaster-theme (Wanted by: eclim -> python2-sphinx)

Am I doing something wrong?

These python2 packages exists just for python 3 on repository.

Thanks in advance!

petronny commented on 2021-02-22 05:20 (UTC)

Eclipse is out of the official repo now. I don't want to build it from AUR. So I'm dropping all my eclipse related packages.

FunctionalHacker commented on 2019-04-06 11:10 (UTC)

Just an fyi, this doesn't build on the latest openjdk. I only got it to build with jdk8-opendjk

petronny commented on 2019-01-28 07:28 (UTC)

@solarus Thanks! Your patch has been applied.

solarus commented on 2019-01-26 17:22 (UTC) (edited on 2019-01-26 17:30 (UTC) by solarus)

I got it working with the diff to the PKGBUILD below. Also note that the export JAVA_HOME=/usr/lib/jvm/java-8-openjdk line can be replaced with export ANT_OPTS="--add-modules java.xml.bind" if you want to build with jdk-10

@@ -36,4 +36,9 @@ prepare() {
   # ant/build.gant syntax error
   sed '68,71d' -i ant/build.gant
+
+  find -name "*.java" -exec sed -i -e 's/StubUtility2/StubUtility2Core/' \
+    -e 's/corext.codemanipulation.StubUtility;/core.manipulation.StubUtility;/' {} +
+
+  export JAVA_HOME=/usr/lib/jvm/java-8-openjdk
 }

@@ -48,5 +53,4 @@ build() {
   cd ../..

-  JAVA_HOME=/usr/lib/jvm/java-8-openjdk \
   ant -lib /usr/share/groovy/lib \
       -Declipse.home=/usr/lib/eclipse \

Sonnilon81 commented on 2019-01-23 03:18 (UTC)

This port is currently broken due to an upstream build issue with eclim when using the latest 4.10 Arch port of Eclipse:

https://github.com/ervandew/eclim/issues/601

Build fails since it cannot find StubUtility.java.

ron89 commented on 2018-11-15 06:05 (UTC) (edited on 2018-11-15 06:05 (UTC) by ron89)

The build problem is caused by the hardcoding JAVA_HOME to openjdk-8 in PKGBUILD line 50, commenting this line out solves the issue.

Note to maintainer: if openjdk-8 must be used for some reason, PATH should also include /usr/lib/jvm/java-8-openjdk/jre/bin/

gary commented on 2018-11-04 14:14 (UTC)

@roper I had similar issues while trying to upgrade eclim with trizen. but setting the java-8-openjdk ( sudo archlinux-java set java-8-openjdk ) as default java environments solved the issue for me.

roper commented on 2018-11-03 09:20 (UTC)

Can you please help?

BUILD FAILED /home/rob/.cache/aurman/eclim/src/eclim_2.8.0/build.xml:27: The following error occurred while executing this line: /home/rob/.cache/aurman/eclim/src/eclim_2.8.0/build.xml:163: : Unable to find a javac compiler; com.sun.tools.javac.Main is not on the classpath. Perhaps JAVA_HOME does not point to the JDK. It is currently set to "/usr/lib/jvm/java-8-openjdk/jre"

While

% archlinux-java status Available Java environments: java-10-jre/jre java-8-jdk java-8-openjdk/jre java-9-jdk (default)

I grepped /etc and home and did not find any JAVA_HOME setting...