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 »

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.

tsj commented on 2017-07-10 20:57 (UTC) (edited on 2017-07-10 21:25 (UTC) by tsj)

Just FYI to anyone else with this problem, the build doesn't work for the current eclipse, version 4.7.0. Upstream issue is here: https://github.com/ervandew/eclim/issues/518 And my build log is below. EDIT: If you use the eclim-git pkgbuild from aur and change the branch to 'oxygen', do s|/usr/share/eclim|/usr/lib/eclim| in the pkgbuild, and install plantuml and python2-sphinxcontrib-plantuml, it works! Buildfile: /tmp/yaourt-tmp-tsj/aur-eclim/src/eclim_2.6.0/build.xml build: gant: [echo] ${eclipse}: /usr/lib/eclipse [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] org.eclim.wst build: build.eclipse: init: [echo] eclim.version: 2.6.0 [echo] eclim.release: 2.6.0 [echo] eclim.release.indigo: none org.eclim.jdt.classpath: ------ org.eclim.jdt.classpath ------ init [echo] [echo] building plugin: org.eclim [mkdir] Created dir: /tmp/yaourt-tmp-tsj/aur-eclim/src/eclim_2.6.0/build/temp/eclipse/plugins/org.eclim_2.6.0 [mkdir] Created dir: /tmp/yaourt-tmp-tsj/aur-eclim/src/eclim_2.6.0/build/temp/classes/org.eclim [javac] Compiling 40 source files to /tmp/yaourt-tmp-tsj/aur-eclim/src/eclim_2.6.0/build/temp/classes/org.eclim [javac] Note: /tmp/yaourt-tmp-tsj/aur-eclim/src/eclim_2.6.0/org.eclim/java/org/eclim/eclipse/ui/EclimEditorSite.java uses unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. [jar] Building jar: /tmp/yaourt-tmp-tsj/aur-eclim/src/eclim_2.6.0/build/temp/eclipse/plugins/org.eclim_2.6.0/eclim.jar [copy] Copying 45 files to /tmp/yaourt-tmp-tsj/aur-eclim/src/eclim_2.6.0/build/temp/eclipse/plugins/org.eclim_2.6.0 org.eclim.build.eclipse: [copy] Copying 1 file to /tmp/yaourt-tmp-tsj/aur-eclim/src/eclim_2.6.0/build/temp/eclipse/plugins/org.eclim_2.6.0/bin [jar] Updating jar: /tmp/yaourt-tmp-tsj/aur-eclim/src/eclim_2.6.0/build/temp/eclipse/plugins/org.eclim_2.6.0/lib/nailgun-0.7.1.jar ------ org.eclim.build.eclipse [echo] [echo] building plugin: org.eclim.core [mkdir] Created dir: /tmp/yaourt-tmp-tsj/aur-eclim/src/eclim_2.6.0/build/temp/eclipse/plugins/org.eclim.core_2.6.0 [mkdir] Created dir: /tmp/yaourt-tmp-tsj/aur-eclim/src/eclim_2.6.0/build/temp/classes/org.eclim.core [javac] Compiling 70 source files to /tmp/yaourt-tmp-tsj/aur-eclim/src/eclim_2.6.0/build/temp/classes/org.eclim.core [javac] Note: /tmp/yaourt-tmp-tsj/aur-eclim/src/eclim_2.6.0/org.eclim.core/java/org/eclim/plugin/core/command/refactoring/AbstractRefactorCommand.java uses or overrides a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [jar] Building jar: /tmp/yaourt-tmp-tsj/aur-eclim/src/eclim_2.6.0/build/temp/eclipse/plugins/org.eclim.core_2.6.0/eclim.core.jar [copy] Copying 7 files to /tmp/yaourt-tmp-tsj/aur-eclim/src/eclim_2.6.0/build/temp/eclipse/plugins/org.eclim.core_2.6.0 [echo] [echo] building plugin: org.eclim.vimplugin [mkdir] Created dir: /tmp/yaourt-tmp-tsj/aur-eclim/src/eclim_2.6.0/build/temp/eclipse/plugins/org.eclim.vimplugin_2.6.0 [mkdir] Created dir: /tmp/yaourt-tmp-tsj/aur-eclim/src/eclim_2.6.0/build/temp/classes/org.eclim.vimplugin [javac] Compiling 33 source files to /tmp/yaourt-tmp-tsj/aur-eclim/src/eclim_2.6.0/build/temp/classes/org.eclim.vimplugin [jar] Building MANIFEST-only jar: /tmp/yaourt-tmp-tsj/aur-eclim/src/eclim_2.6.0/build/temp/eclipse/plugins/org.eclim.vimplugin_2.6.0/eclim.vimplugin.jar [copy] Copying 6 files to /tmp/yaourt-tmp-tsj/aur-eclim/src/eclim_2.6.0/build/temp/eclipse/plugins/org.eclim.vimplugin_2.6.0 org.eclim.vimplugin.build.eclipse: [jar] Updating jar: /tmp/yaourt-tmp-tsj/aur-eclim/src/eclim_2.6.0/build/temp/eclipse/plugins/org.eclim.vimplugin_2.6.0/eclim.vimplugin.jar ------ org.eclim.vimplugin.build.eclipse [echo] [echo] building plugin: org.eclim.jdt [mkdir] Created dir: /tmp/yaourt-tmp-tsj/aur-eclim/src/eclim_2.6.0/build/temp/eclipse/plugins/org.eclim.jdt_2.6.0 [mkdir] Created dir: /tmp/yaourt-tmp-tsj/aur-eclim/src/eclim_2.6.0/build/temp/classes/org.eclim.jdt [javac] Compiling 101 source files to /tmp/yaourt-tmp-tsj/aur-eclim/src/eclim_2.6.0/build/temp/classes/org.eclim.jdt [javac] /tmp/yaourt-tmp-tsj/aur-eclim/src/eclim_2.6.0/org.eclim.jdt/java/org/eclim/plugin/jdt/command/correct/CodeCorrectCommand.java:398: error: cannot find symbol [javac] JavaModelUtil.applyEdit(src, groupingEdit, true, null); [javac] ^ [javac] symbol: method applyEdit(ICompilationUnit,TextEdit,boolean,<null>) [javac] location: class JavaModelUtil [javac] /tmp/yaourt-tmp-tsj/aur-eclim/src/eclim_2.6.0/org.eclim.jdt/java/org/eclim/plugin/jdt/command/include/ImportCommand.java:110: error: cannot find symbol [javac] JavaModelUtil.applyEdit(src, edits, true, null); [javac] ^ [javac] symbol: method applyEdit(ICompilationUnit,TextEdit,boolean,<null>) [javac] location: class JavaModelUtil [javac] /tmp/yaourt-tmp-tsj/aur-eclim/src/eclim_2.6.0/org.eclim.jdt/java/org/eclim/plugin/jdt/command/include/ImportCommand.java:130: error: cannot find symbol [javac] JavaModelUtil.applyEdit(src, groupingEdit, true, null); [javac] ^ [javac] symbol: method applyEdit(ICompilationUnit,TextEdit,boolean,<null>) [javac] location: class JavaModelUtil [javac] /tmp/yaourt-tmp-tsj/aur-eclim/src/eclim_2.6.0/org.eclim.jdt/java/org/eclim/plugin/jdt/command/include/ImportOrganizeCommand.java:104: error: cannot find symbol [javac] JavaModelUtil.applyEdit(src, edit, true, null); [javac] ^ [javac] symbol: method applyEdit(ICompilationUnit,TextEdit,boolean,<null>) [javac] location: class JavaModelUtil [javac] /tmp/yaourt-tmp-tsj/aur-eclim/src/eclim_2.6.0/org.eclim.jdt/java/org/eclim/plugin/jdt/command/include/ImportOrganizeCommand.java:116: error: cannot find symbol [javac] JavaModelUtil.applyEdit(src, groupingEdit, true, null); [javac] ^ [javac] symbol: method applyEdit(ICompilationUnit,TextEdit,boolean,<null>) [javac] location: class JavaModelUtil [javac] /tmp/yaourt-tmp-tsj/aur-eclim/src/eclim_2.6.0/org.eclim.jdt/java/org/eclim/plugin/jdt/command/junit/JUnitImplCommand.java:273: error: cannot find symbol [javac] JavaModelUtil.applyEdit(src, edit, true, null); [javac] ^ [javac] symbol: method applyEdit(ICompilationUnit,MultiTextEdit,boolean,<null>) [javac] location: class JavaModelUtil [javac] Note: Some input files use or override a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] 6 errors BUILD FAILED