intellij-idea-dpkg icon indicating copy to clipboard operation
intellij-idea-dpkg copied to clipboard

Makefile to create .deb files for Intellij IDEA

Results 6 intellij-idea-dpkg issues
Sort by recently updated
recently updated
newest added

Thanks for the continued updates to fit the wiki format. This simply bumps the EAP URL to 2016.3. Works for me with: ./build-package # This gave me intellij-idea-iu-2016.3.3.deb ./build-package -f...

build-package was trying to download IU instead of IC despite being explicitly told to download IC

I had some problems while downloading Idea IC 16 EAP. I've made some simple changes on my own. I won't fork and make a pull request, because probably there is...

Instead of hard-coding the latest release, this uses xmllint from libxml2-utils to parse JetBrains' updates XML file to find the latest release.

unfortunately, jetbrains servers is pretty slow, and downloading next eap takes a while (about 15-30 min) until download is completed, there is only one line "Downloading versin xxx".

The command should exit with 1/0 to indicate if there is a new version available or not