Questions tagged [gvm]

GVM is a tool for managing parallel Versions of multiple Software Development Kits on most Unix based systems.

Taken from the GVM website:

GVM is a tool for managing parallel Versions of multiple Software Development Kits on most Unix based systems. It provides a convenient command line interface for installing, switching, removing and listing Candidates.

GVM was inspired by the highly useful RVM and rbenv tools, used at large by the Ruby community.

Candidates that are currently supported are:

  • Groovy
  • Grails
  • Griffon
  • Gradle
  • Groovyserv
  • Lazybones
  • Vert.x
  • Crash
  • Glide
  • Gaiden
  • JBake
  • Spring Boot

This list will grow beyond Groovy candidates.

43 questions
18
votes
2 answers

How to uninstall GVM

I use GVM to manage my Groovy/Grails environment. How do I uninstall GVM and all the candidates currently installed? I suspect one would simply just delete the ~/.gvm directory. Surprisingly the GVM website doesn't seem to mention how to do this,…
pestrella
  • 9,268
  • 3
  • 37
  • 44
16
votes
10 answers

How do you manage developing with multiple versions of Grails using Windows?

We've been using Grails for a little while now and have been through a few Grails versions now. We don't always want to migrate our 'older' apps immediately but often use a newer version for new development. Changing the Windows environment…
ahanson
  • 1,986
  • 3
  • 22
  • 35
8
votes
4 answers

Using Go 1.2 cover tool with GVM

I'm using GVM to manage my go installations and paths and everything seems to work just fine - I can run tests and produce builds. I'm now trying to produce a code coverage file and am having some difficulty. My package is defined in…
Bill
  • 23,603
  • 7
  • 86
  • 119
7
votes
2 answers

Groovy version 2.4.2 for Eclipse

How can I make a groovy project in eclipse use a custom Groovy Library? I'm new to Groovy and I'm confused as to how to use it in Eclipse. I installed the Groovy Plugin to Eclipse, every time I make a project, the Groovy library used is version…
Cosa Ya
  • 75
  • 1
  • 4
6
votes
2 answers

GVM Always Offline

I'm trying to install gradle via the gvm command '$ gvm i gradle', but I get a message with the offline mode. (Any installation fail with the following message) ➜ ~ ➜ ~ ➜ ~ gvm i gradle GVM can't reach the internet so going offline. Re-enable…
eliocapelati
  • 699
  • 6
  • 11
6
votes
1 answer

Installing Groovy with GVM

When I try to run this command to install Groovy using GVM I get this error message: $gvm install groovy Stop! groovy is not a valid candidate. Why doesn't this work? As far as I know I installed GVM correctly using this: $ curl -s get.gvmtool.net…
adao7000
  • 3,462
  • 2
  • 25
  • 35
6
votes
3 answers

GVM/Grails shell script bug?

I'm on Ubuntu (14.04) and just installed the latest version of GVM (1.3.13). I then used it to install Grails (2.3.7), Groovy (2.2.2) and Gradle (1.11). Groovy and Gradle seem to have installed perfectly fine (I can execute their SDK commands, such…
AdjustingForInflation
  • 1,421
  • 2
  • 22
  • 46
4
votes
8 answers

IntelliJ 13 New Project No Grails option

I'd like to create a new Grails project in IntelliJ 13. I have IntelliJ 13. I have Grails. I do not see a Grails option in the New Project Dialog. How do I configure IntelliJ 13 so that the New Project Dialog has a Grails option? When I select…
Greg Mattes
  • 30,462
  • 13
  • 66
  • 103
3
votes
2 answers

GVM: Issue when installing GVM in Ubuntu 14.04

I am new to GVM according to its documentation when i run the following command to install GVM there is no output display on terminal like: james@james-K52F:~$ curl -s get.gvmtool.net | bash james@james-K52F:~$ When i run the command after CURL,…
Harmeet Singh Taara
  • 5,855
  • 16
  • 64
  • 119
3
votes
1 answer

How do I get rid of this message in Vim when I'm working with golang files with Janus vim?

I use Vim to open up a hello.go file (using the nerdTree plugin included with janus vim distro) and get "vim-go: could not find 'gotags'. Run :GoInstallBinaries to fix it.". I'm using gvm. I can get golang to run with gvm. How do I install…
Nona
  • 4,534
  • 6
  • 27
  • 57
3
votes
1 answer

Is there a way to set default Groovy and Grails versions in GVM?

It appears that I have to type gvm use grails x.y.z and gvm use groovy x.y.z every time I reboot my PC. Is there a way to configure GVM to do set the versions on startup?
Alexander Suraphel
  • 8,105
  • 7
  • 43
  • 80
3
votes
1 answer

Coexistence of Groovy- and Go gvm

I have Groovy GVM installed. Trying to install the Golang version gave ERROR: Already installed! The problem is that ~/.gvm already exists. How do/should you make them both coexist today? Are there any plans to resolve this conflict?
Andreas Steffan
  • 5,731
  • 2
  • 21
  • 25
2
votes
1 answer

What directory/location does posh-gvm install libraries/programs/packages in Windows

I would like to know where posh-gvm (SDKMAN for windows) installs its software. I've had a brief look in Program Files, %APPDATA% and %HOMEDRIVE%\Users\%USERNAME% but couldn't find anything. The information is surprisingly hard to find online.
coderatchet
  • 7,214
  • 15
  • 60
  • 109
2
votes
2 answers

Grails 2.4.3 does not work on mac os x

I am using grails installation on mac os x v.10.9.5. I used to have grails 2.4.2 installation and it was working fine. As I tried to install 2.4.3 version (both through gvm and manually, by unpacking archive and setting PATH and GRAILS_HOME…
mp_loki
  • 970
  • 1
  • 9
  • 21
2
votes
1 answer

How do I make GVM recognize my existing Grails and Groovy installations?

I currently have set up Grails 2.3.0 and 2.3.11 inside /opt directory. How I avoid re-installing by making GVM recognize them as existing candidates?
Alexander Suraphel
  • 8,105
  • 7
  • 43
  • 80
1
2 3