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

galaux commented on 2015-02-06 11:15 (UTC)

It is trying to build the sdt (Scala) but fails to find the plugin files. Have a look at how I build Eclim for Scala in the 'eclim-git' package (especially the ant options). https://aur.archlinux.org/packages/eclim-git/

confusedfla commented on 2015-02-06 11:08 (UTC)

Is anyone able to build the current version? I get this build error: [echo] [echo] building plugin: org.eclim.cdt [mkdir] Created dir: /tmp/pacaurtmp-xsebi/eclim/src/eclim_2.4.1/build/temp/eclipse/plugins/org.eclim.cdt_2.4.1 [jar] Building jar: /tmp/pacaurtmp-xsebi/eclim/src/eclim_2.4.1/build/temp/eclipse/plugins/org.eclim.cdt_2.4.1/eclim.cdt.jar [copy] Copying 4 files to /tmp/pacaurtmp-xsebi/eclim/src/eclim_2.4.1/build/temp/eclipse/plugins/org.eclim.cdt_2.4.1 [echo] [echo] building plugin: org.eclim.sdt [mkdir] Created dir: /tmp/pacaurtmp-xsebi/eclim/src/eclim_2.4.1/build/temp/eclipse/plugins/org.eclim.sdt_2.4.1 org.eclim.sdt.plugin.compile: [taskdef] Could not load definitions from resource scala/tools/ant/antlib.xml. It could not be found. BUILD FAILED /tmp/pacaurtmp-xsebi/eclim/src/eclim_2.4.1/build.xml:32: The following error occurred while executing this line: /tmp/pacaurtmp-xsebi/eclim/src/eclim_2.4.1/build.xml:165: groovy.lang.MissingMethodException: No signature of method: build_sdt_gant.scalac() is applicable for argument types: (java.util.LinkedHashMap, build_sdt_gant$_run_closure2_closure6) 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)

wryfi commented on 2015-01-17 05:31 (UTC)

@ervandew, thanks for the pointer. Seems to build ok against eclipse-pydev-9.2.0.

ervandew commented on 2015-01-17 01:27 (UTC)

@wryfi This is a know issue[1] introduced by pydev 3.9.1. [1] https://github.com/ervandew/eclim/issues/383

wryfi commented on 2015-01-17 01:16 (UTC)

My build is failing at org.eclim.pydev: [echo] building plugin: org.eclim.pydev [mkdir] Created dir: /var/cache/pacman/pkg/eclim21728/eclim/src/eclim_2.4.0/build/temp/eclipse/plugins/org.eclim.pydev_2.4.0 [mkdir] Created dir: /var/cache/pacman/pkg/eclim21728/eclim/src/eclim_2.4.0/build/temp/classes/org.eclim.pydev [javac] Compiling 11 source files to /var/cache/pacman/pkg/eclim21728/eclim/src/eclim_2.4.0/build/temp/classes/org.eclim.pydev [javac] /var/cache/pacman/pkg/eclim21728/eclim/src/eclim_2.4.0/org.eclim.pydev/java/org/eclim/plugin/pydev/command/src/SrcUpdateCommand.java:121: error: cannot find symbol [javac] AnalysisPreferences.getAnalysisPreferences(); [javac] ^ [javac] symbol: method getAnalysisPreferences() [javac] location: class AnalysisPreferences [javac] /var/cache/pacman/pkg/eclim21728/eclim/src/eclim_2.4.0/org.eclim.pydev/java/org/eclim/plugin/pydev/command/src/SrcUpdateCommand.java:122: error: cannot find symbol [javac] analysisPreferences.clearCaches(); [javac] ^ [javac] symbol: method clearCaches() [javac] location: variable analysisPreferences of type IAnalysisPreferences [javac] /var/cache/pacman/pkg/eclim21728/eclim/src/eclim_2.4.0/org.eclim.pydev/java/org/eclim/plugin/pydev/command/src/SrcUpdateCommand.java:123: error: method get in class DefaultIndentPrefs cannot be applied to given types; [javac] IIndentPrefs indentPrefs = DefaultIndentPrefs.get(); [javac] ^ [javac] required: IAdaptable [javac] found: no arguments [javac] reason: actual and formal argument lists differ in length [javac] 3 errors Any ideas?

galaux commented on 2014-12-24 14:04 (UTC)

Hi. FYI I proposed a brand new PKGBUILD for 'eclim-git' [0][1] based on yours. You might want to have a look: it adds a Systemd User Service file that enables users to start/stop/enable eclimd with just: systemctl --user start eclimd systemctl --user enable eclimd [0] https://aur.archlinux.org/packages/eclim-git/ [1] https://github.com/galaux/arch_eclim-git

asch commented on 2014-10-31 22:03 (UTC)

Cannot build the package, any suggestions? [...] [echo] eclim.version: 2.4.0 [echo] eclim.release: 2.4.0 [echo] eclim.release.indigo: none ------ init [exec] Running Sphinx v1.2.3 [exec] [exec] Extension error: [exec] Could not import extension sphinxcontrib.plantuml (exception: No module named plantuml) [...]

helloworld1 commented on 2014-09-19 21:36 (UTC)

Removing scala IDE will resolve the issue.

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)