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 »

Hador commented on 2014-09-16 10:31 (UTC)

Refer to: https://groups.google.com/forum/#!topic/eclim-user/PINj0J5buCk If you still have issues using Scala-IDE 4 please report.

helloworld1 commented on 2014-09-16 03:21 (UTC)

Cannot compile due to this error, I have both sbt and scala installed. pkgbuild/eclim/src/eclim_2.4.0/build.xml:156: groovy.lang.MissingMethodException: No signature of method: build_sdt_gant.scalac() is applicable for argument types: (java.util.LinkedHashMap, build_sdt_gant$_run_closure2_closure8) values: [[srcdir:org.eclim.sdt/scala, destdir:${build.classes}/org.eclim.sdt, ...], ...] at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.unwrap(ScriptBytecodeAdapter.java:55) at org.codehaus.groovy.runtime.callsite.PogoMetaClassSite.callCurrent(PogoMetaClassSite.java:78) at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallCurrent(CallSiteArray.java:49) at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:133) at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:145) at build_sdt_gant$_run_closure2.doCall(build_sdt_gant:20) 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:483) at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:90) at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:233) at org.codehaus.groovy.runtime.metaclass.ClosureMetaClass.invokeMethod(ClosureMetaClass.java:272) at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:909) at groovy.lang.DelegatingMetaClass.invokeMethod(DelegatingMetaClass.java:149) at org.codehaus.gant.GantMetaClass.invokeMethod(GantMetaClass.java:133) at org.codehaus.groovy.runtime.callsite.PogoMetaClassSite.call(PogoMetaClassSite.java:39) at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:45) at org.codehaus.groovy.runtime.callsite.PogoMetaClassSite.call(PogoMetaClassSite.java:54) at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:116) at org.codehaus.gant.GantBinding$_initializeGantBinding_closure5_closure16_closure18.doCall(GantBinding.groovy:184) at org.codehaus.gant.GantBinding$_initializeGantBinding_closure5_closure16_closure18.doCall(GantBinding.groovy)

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