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: 123
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

« First ‹ Previous 1 2 3 4 5 6 7 .. 19 Next › Last »

asdas commented on 2018-10-28 12:01 (UTC) (edited on 2018-10-30 09:35 (UTC) by asdas)

@asiels Thanks. I think the problem is that it is hardcoded in the PKGBUILD. The line 33 is - "source /etc/profile.d/apache-ant.sh".

I would need to manually create apache-ant.sh in order for this to work but why would I do that. Ant is installed on my machine so I just deleted the line and installed eclim.

cambion commented on 2018-10-28 05:28 (UTC)

@asdas adding ant to the env would probably work. export ANT_HOME=/usr/share/ant export PATH=$PATH:$ANT_HOME/bin

or create the /etc/profile.d/apache-ant.sh with them yourself. https://bbs.archlinux.org/viewtopic.php?pid=1811742#p1811742

asdas commented on 2018-10-23 21:06 (UTC)

Hello, building the package now fails with

eclim/PKGBUILD: line 33: /etc/profile.d/apache-ant.sh: No such file or directory

I guess apache-ant.sh isn't part of the ant package anymore.

petronny commented on 2018-08-20 05:28 (UTC)

@acquabob please try to build it with java-environment=8.

acquabob commented on 2018-08-17 01:44 (UTC) (edited on 2018-08-17 01:48 (UTC) by acquabob)

Hi, I've been trying to post this repeatedly but I wasn't aware of the formatting.

Basically, when building/installing the package, I run into an error involving unmappable characters for encoding ASCII in the ViewUtils.java file. Here's the info dump (i'm only posting one part of it because I can't figure out how to indent/format the rest of the code and it's a nightmare to read. If anybody can tell me how to do formatting in these posts that'd be greatly appreciated) for one error:

/home/blodgett/eclim/src/eclim_2.8.0/org.eclim.jdt/java/org/eclim/plugin/jdt/command/debug/ui/ViewUtils.java:35: error: unmappable character for encoding ASCII

[javac] public static final String LEAF_NODE_SYMBOL = "??? "; [javac] ^ [javac] 9 errors

BUILD FAILED /home/blodgett/eclim/src/eclim_2.8.0/build.xml:27: The following error occurred while executing this line: /home/blodgett/eclim/src/eclim_2.8.0/build.xml:163: : Compile failed; see the compiler error output for details.

Does anybody know of anyway to resolve this? I think I know what the error means but not how to fix it. Any assistance is appreciated.

<deleted-account> commented on 2018-07-23 22:13 (UTC)

Thanks, I see, I have java 9 installed.

petronny commented on 2018-07-23 02:12 (UTC)

@Light2Yellow You have to build it with java-environment=8.

<deleted-account> commented on 2018-07-21 14:58 (UTC)

With version 2.8.0-1 I get this:

BUILD FAILED /tmp/makepkg/eclim/src/eclim_2.8.0/build.xml:27: The following error occurred while executing this line: /tmp/makepkg/eclim/src/eclim_2.8.0/build.xml:163: java.lang.NoClassDefFoundError: Unable to load class groovy.xml.jaxb.JaxbGroovyMethods due to missing dependency javax/xml/bind/JAXBContext