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 .. 4 5 6 7 8 9 10 11 12 13 14 .. 19 Next › Last »

oconnor663 commented on 2013-08-12 18:59 (UTC)

I'm seeing memand's error too. But 'pacman -R eclipse' isn't fixing it for me.

<deleted-account> commented on 2013-07-23 02:31 (UTC)

I now got it to compile by uninstalling eclipse and letting it fech it by it self....

<deleted-account> commented on 2013-07-23 01:37 (UTC)

I'm getting this error when building with yaourt: BUILD FAILED /tmp/yaourt-tmp-memand/aur-eclim/src/eclim_2.2.6/build.xml:31: The following error occurred while executing this line: /tmp/yaourt-tmp-memand/aur-eclim/src/eclim_2.2.6/build.xml:137: : /tmp/yaourt-tmp-memand/aur-eclim/pkg/eclim/usr/share/eclipse does not exist. ?_?

lestb commented on 2013-06-16 08:01 (UTC)

The command for deleting Windows stuff can also be: rm -f $(find $pkgdir -regex ".*bat\|.*cmd\|.*exe")

Hador commented on 2013-06-05 08:40 (UTC)

The warning can be safely ignored; in fact the only reference to $srcdir is the ac_pwd variable in nailgun's config.status. I doubt it's going to break the build anytime soon; I'll fix it in the next update.

ervandew commented on 2013-06-04 21:19 (UTC)

> ok, this one did build. i did get a warning though: > WARNING: Package contains reference to $srcdir Yeah, I think recent versions of pacman have restructured how PKGBUILD scripts are suppose to work, so that's a warning that this PKGBUILD may break with later versions of pacman. I'm sure the fix is simple enough, I just haven't dug into the PKGBUILD docs at all. Hopefully the maintainer can tackle that. > but it did work. thanks! my pleasure.

developej commented on 2013-06-04 21:13 (UTC)

ok, this one did build. i did get a warning though: WARNING: Package contains reference to $srcdir but it did work. thanks!

ervandew commented on 2013-06-04 21:08 (UTC)

developej: Give this a shot: https://gist.github.com/ervandew/5709605 Note that I haven't tried running it, but in theory, it should do the trick.

developej commented on 2013-06-04 20:59 (UTC)

when i added that in pkgbuild i got this: BUILD FAILED Target "ant" does not exist in the project "eclim". can someone please post a good pkgbuild, maybe im doing something wrong

ervandew commented on 2013-06-04 20:38 (UTC)

developej, xgdgsc: The PKGBUILD file may need its ant calls inside of the 'package()' function to be updated to include: -Declipse.local=$pkgdir/usr/share/eclipse That way the eclim build script will use /usr/share/eclipse to find installed dependencies, but will deploy to $pkgdir/usr/share/eclipse. I have very little PKGBUILD experience, but this is what the eclim-git PKGBUILD file is doing and it makes sense from the perspective of eclim's build script.