Package Details: intellij-idea-ultimate-edition 2024.3.2.1-2

Git Clone URL: https://aur.archlinux.org/intellij-idea-ultimate-edition.git (read-only, click to copy)
Package Base: intellij-idea-ultimate-edition
Description: An intelligent IDE for Java, Groovy and other programming languages with advanced refactoring features intensely focused on developer productivity.
Upstream URL: https://www.jetbrains.com/idea/
Licenses: custom:commercial
Conflicts: intellij-idea-ultimate-edition-jre
Provides: intellij-idea-ultimate-edition-jre
Submitter: uwolfer
Maintainer: uwolfer (dcelasun)
Last Packager: dcelasun
Votes: 425
Popularity: 4.83
First Submitted: 2009-10-28 09:09 (UTC)
Last Updated: 2025-01-24 08:12 (UTC)

Dependencies (6)

Required by (5)

Sources (5)

Latest Comments

« First ‹ Previous 1 .. 15 16 17 18 19 20 21 22 23 24 25 .. 42 Next › Last »

dcelasun commented on 2018-01-30 10:16 (UTC) (edited on 2018-01-30 10:17 (UTC) by dcelasun)

I’ve added a workaround for it.

klingt.net commented on 2018-01-30 09:54 (UTC) (edited on 2018-01-30 10:04 (UTC) by klingt.net)

The bundled mvn version is missing an executable flag:

$ ls -al idea-IU-$_buildver/plugins/maven/lib/maven3/bin/mvn 
-rw-r--r-- 1 anli anli 7383 Jan 15 17:31 idea-IU-173.4301.25/plugins/maven/lib/maven3/bin/mvn

The flag is already missing in tar.gz but it would be nice to workaround this bug by flagging the file as exectuable in the PKGBUILD:

$ chmod +x idea-IU-$_buildver/plugins/maven/lib/maven3/bin/mvn

A short note, you can't easily run maven configurations in Idea if the distributed mvn is not marked as executable.

UPDATE --I will also create an usptream bug ticket.-- https://youtrack.jetbrains.com/issue/IDEA-185828

stevelee commented on 2017-11-21 00:08 (UTC)

If someone encountered a checksum problem when install, maybe you actually downloaded the wrong build version from a CDN. There are two reasons: 1.When you download from http://jetbrains.com/something_to_download, the server will redirect you to a CDN server according to your location(IP). 2.The CDN server do not update the file timely. Here is my solution: Edit the PKGBUILD file with your favourite editor, and replace the domain in the first source with one which will not redirect you and is updated timely. Here I choose https://download-cf.jetbrains.com/. The rest will rock. Hope it works for you.

ircecho commented on 2017-10-03 14:19 (UTC)

@sheylin @dcelasun If you are running Antergos, they have a package which seems to be fulfilling the intellij-idea-ultimate-edition requirement, this package is: antergos/jetbrains-toolbox. If you run "yaourt -S intellij-idea-ultimate-edition" it will try to install "jetbrains-toolbox" from antergos repository. If you run "yaourt -S aur/intellij-idea-ultimate-edition" it will install this AUR package instead.

dcelasun commented on 2017-09-25 18:45 (UTC) (edited on 2017-09-25 18:45 (UTC) by dcelasun)

@sheylin: That doesn't sound possible and I can't reproduce it. Toolbox is a completely different archive [0] and this package doesn't even download that. Are you sure you are building/installing the correct package? [0] https://aur.archlinux.org/packages/jetbrains-toolbox

sheylin commented on 2017-09-25 18:24 (UTC)

When I install the intellij-idea-ultimate-edition package it only installs jetbrains-toolbox. No IJ to be found. When I install the intellij-idea-ultimate-edition-jre it installs something in /opt but the seems to be only the JRE and not the IDE istelf. Is this happening to anyone else?

acemoo commented on 2017-09-20 06:20 (UTC) (edited on 2017-09-21 06:05 (UTC) by acemoo)

Just updated to the /opt version. Now my taskbar icon is gone. Any ideas? also, is this happening to more people? Fixed it. Had to update my .desktop file.

dcelasun commented on 2017-09-19 11:06 (UTC)

@eqw3rty: Sorry about that, fixed.

eqw3rty commented on 2017-09-19 11:03 (UTC)

Anybody has this issue? :: Installing intellij-idea-ultimate-edition package(s)... :: intellij-idea-ultimate-edition package(s) failed to install. Check .SRCINFO for mismatching data with PKGBUILD.

dcelasun commented on 2017-09-18 07:07 (UTC)

Patch applied, thanks everyone.