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 8 .. 19 Next › Last »

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

yourealwaysbe commented on 2018-05-29 13:31 (UTC)

With eclipse-scala-ide installed the build would fail with

"Could not load definitions from resource scala/tools/ant/antlib.xml. It could not be found."

I managed to successfully install by running

export CLASSPATH=$CLASSPATH:/usr/share/scala/lib/scala-compiler.jar

before making the package.

aymanbagabas commented on 2018-03-08 16:17 (UTC)

@petronny thank you. BTW Eclim 2.7.2 is out https://github.com/ervandew/eclim/releases/

petronny commented on 2018-03-07 13:58 (UTC)

@mony Solved

aymanbagabas commented on 2018-03-07 06:00 (UTC) (edited on 2018-03-07 06:05 (UTC) by aymanbagabas)

When I try to build eclim I get this error:

==> Starting package()... Buildfile: /tmp/yaourt-tmp/aur-eclim/src/eclim_2.7.1/build.xml

docs:

gant:

[echo] ${eclipse}: /usr/lib/eclipse

[echo] # Skipping org.eclim.wst, missing org.eclipse.wst.web_ui.feature

[echo] # Skipping org.eclim.sdt, missing org.scala-ide.sdt.feature

[echo] # Skipping org.eclim.pydev, missing org.python.pydev.feature

[echo] # Skipping org.eclim.pdt, missing org.eclipse.php

[echo] # Skipping org.eclim.groovy, missing org.codehaus.groovy.jdt.patch

[echo] # Skipping org.eclim.dltkruby, missing org.eclipse.dltk.ruby

[echo] # Skipping org.eclim.dltk, missing org.eclipse.dltk.core

[echo] # Skipping org.eclim.cdt, missing org.eclipse.cdt

[echo] # Skipping org.eclim.adt, missing com.android.ide.eclipse.adt.feature

[echo] Plugins:

[echo] org.eclim.jdt

[echo] eclim.version: 2.7.1

[echo] eclim.release: 2.7.1

org.eclim.jdt.classpath:

------ org.eclim.jdt.classpath

------ init

[mkdir] Created dir: /tmp/yaourt-tmp/aur-eclim/src/eclim_2.7.1/build/doc/site

[exec] Running Sphinx v1.7.1

[exec]

[exec] Extension error:

[exec] Could not import extension plantuml (exception: cannot import name Directive)

BUILD FAILED

/tmp/yaourt-tmp/aur-eclim/src/eclim_2.7.1/build.xml:114: The following error occurred while executing this line:

/tmp/yaourt-tmp/aur-eclim/src/eclim_2.7.1/build.xml:163: : exec returned: 2

Any idea?

PawkyPenguin commented on 2017-11-17 00:38 (UTC) (edited on 2017-11-17 00:41 (UTC) by PawkyPenguin)

This is probably not an issue with this package, but I'm posting a solution to it anyway, because the last comment regarding this is from 2014: If anyone gets an error consisting of `"org.eclim.application" could not be found in the registry`, the solution is to remove the `.eclipse/org.eclipse.CURRENT_PLATFORM/p2` directory in your home (I would probably move it to `p2.bak` in case something goes wrong), then try starting eclimd again. Eclimd should succeed in starting and the p2 directory will be recreated automatically, see https://groups.google.com/forum/#!topic/eclim-dev/YLrO9WeXeCQ Here is part of the error log that occurs due to the "p2-problem" for clarity: !ENTRY org.eclipse.osgi 4 0 2017-11-17 01:15:46.681 !MESSAGE Application error !STACK 1 java.lang.RuntimeException: Application "org.eclim.application" could not be found in the registry. The applications available are: org.eclipse.ant.core.antRunner, org.eclipse.ant.ui.antRunner, org.eclipse.datatools.connectivity.console.profile.StorageFileEditor, org.eclipse.e4.ui.workbench.swt.E4Application, org.eclipse.e4.ui.workbench.swt.GenTopic, org.eclipse.emf.codegen.CodeGen, org.eclipse.emf.codegen.JMerger, org.eclipse.emf.codegen.ecore.Generator, org.eclipse.wst.server.preview.preview. at org.eclipse.equinox.internal.app.EclipseAppContainer.startDefaultApp(EclipseAppContainer.java:248) at org.eclipse.equinox.internal.app.MainApplicationLauncher.run(MainApplicationLauncher.java:29) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:653) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:590) at org.eclipse.equinox.launcher.Main.run(Main.java:1499) at org.eclipse.equinox.launcher.Main.main(Main.java:1472)

onlineamateur commented on 2017-10-27 15:48 (UTC)

The build script is throwing an error due to the nailgun configure script not being executable. A simple `chmod +x org.eclim/nailgun/configure` fixes it.

modernrio commented on 2017-07-16 17:36 (UTC)

To use this packe with eclipse 4.7.0 the updated version eclim 2.7.0 is needed. Since the package version has not been updated yet, for anyone having problems, just change the pkgver to 2.7.0 and update the md5sum accordingly (8d23eb014423bf481349e854e21d18d0)

dbedrenko commented on 2017-07-16 07:04 (UTC)

Had to change all references to "/usr/share/eclipse" -> "/usr/lib/eclipse", as that is where the "eclipse-cpp" package installs Eclipse.