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 9 10 11 12 .. 19 Next › Last »

anthraxx commented on 2014-08-25 10:30 (UTC)

finally v2.4.0 arrived with Luna support, an update would be awesome :)

CrystalSkull commented on 2014-07-20 12:55 (UTC)

I noticed that they have a Luna branch over on their github (https://github.com/ervandew/eclim/tree/luna/org.eclim.core) that you might want to check out.

shackra commented on 2014-07-20 00:08 (UTC)

CrystalSkull, that sucks!!

CrystalSkull commented on 2014-07-19 14:56 (UTC)

It says on their website that 2.3.4 supports Eclipse 4.3.x and the latest version of Eclipse is 4.4.0 which is probably why it won't work.

shackra commented on 2014-07-17 02:25 (UTC)

I'm getting this issue: Buildfile: /tmp/eclim/src/eclim_2.3.4/build.xml build: gant: [echo] ${eclipse}: /usr/share/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.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 [echo] Plugins: [echo] org.eclim.jdt build: build.eclipse: init: [echo] eclim.version: 2.3.4 [echo] eclim.release: 2.3.4 [echo] eclim.release.indigo: none ------ init [echo] [echo] building plugin: org.eclim [mkdir] Created dir: /tmp/eclim/src/eclim_2.3.4/build/temp/eclipse/plugins/org.eclim_2.3.4 [javac] Compiling 40 source files to /tmp/eclim/src/eclim_2.3.4/build/temp/classes/org.eclim [javac] /tmp/eclim/src/eclim_2.3.4/org.eclim/java/org/eclim/eclipse/EclimPlugin.java:27: cannot find symbol [javac] symbol : class EclipseAdaptorMsg [javac] location: package org.eclipse.core.runtime.internal.adaptor [javac] import org.eclipse.core.runtime.internal.adaptor.EclipseAdaptorMsg; [javac] ^ [javac] /tmp/eclim/src/eclim_2.3.4/org.eclim/java/org/eclim/eclipse/EclimPlugin.java:28: cannot find symbol [javac] symbol : class MessageHelper [javac] location: package org.eclipse.core.runtime.internal.adaptor [javac] import org.eclipse.core.runtime.internal.adaptor.MessageHelper; [javac] ^ [javac] /tmp/eclim/src/eclim_2.3.4/org.eclim/java/org/eclim/eclipse/EclimPlugin.java:152: cannot find symbol [javac] symbol : variable EclipseAdaptorMsg [javac] location: class org.eclim.eclipse.EclimPlugin [javac] EclipseAdaptorMsg.ECLIPSE_CONSOLE_CANNOT_FIND_BUNDLE_ERROR, bundleName)); [javac] ^ [javac] /tmp/eclim/src/eclim_2.3.4/org.eclim/java/org/eclim/eclipse/EclimPlugin.java:176: cannot find symbol [javac] symbol : variable EclipseAdaptorMsg [javac] location: class org.eclim.eclipse.EclimPlugin [javac] writer.println(EclipseAdaptorMsg.ECLIPSE_CONSOLE_NO_CONSTRAINTS); [javac] ^ [javac] /tmp/eclim/src/eclim_2.3.4/org.eclim/java/org/eclim/eclipse/EclimPlugin.java:180: cannot find symbol [javac] symbol : variable EclipseAdaptorMsg [javac] location: class org.eclim.eclipse.EclimPlugin [javac] writer.println(EclipseAdaptorMsg.ECLIPSE_CONSOLE_DIRECT_CONSTRAINTS); [javac] ^ [javac] /tmp/eclim/src/eclim_2.3.4/org.eclim/java/org/eclim/eclipse/EclimPlugin.java:184: cannot find symbol [javac] symbol : variable MessageHelper [javac] location: class org.eclim.eclipse.EclimPlugin [javac] writer.println(MessageHelper.getResolutionFailureMessage(unsatisfied[i])); [javac] ^ [javac] /tmp/eclim/src/eclim_2.3.4/org.eclim/java/org/eclim/eclipse/EclimPlugin.java:198: cannot find symbol [javac] symbol : variable EclipseAdaptorMsg [javac] location: class org.eclim.eclipse.EclimPlugin [javac] writer.println(EclipseAdaptorMsg.ECLIPSE_CONSOLE_LEAF_CONSTRAINTS); [javac] ^ [javac] /tmp/eclim/src/eclim_2.3.4/org.eclim/java/org/eclim/eclipse/EclimPlugin.java:205: cannot find symbol [javac] symbol : variable MessageHelper [javac] location: class org.eclim.eclipse.EclimPlugin [javac] MessageHelper.getResolutionFailureMessage(unsatisfiedLeaves[i])); [javac] ^ [javac] Note: Some input files use or override a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] 8 errors BUILD FAILED /tmp/eclim/src/eclim_2.3.4/build.xml:26: The following error occurred while executing this line: /tmp/eclim/src/eclim_2.3.4/build.xml:151: : Compile failed; see the compiler error output for details. Total time: 10 seconds

helloworld1 commented on 2014-04-30 16:36 (UTC)

Thank you Hador for the update. I was getting this error after updating: !ENTRY org.eclipse.osgi 4 0 2014-04-30 09:23:03.247 !MESSAGE Application error !STACK 1 java.lang.RuntimeException: Application "org.eclim.application" could not be found in the registry I deleted ~/.eclipse and things works fine now. I don't know what is the issue though.