-
-
Save marc0der/901884 to your computer and use it in GitHub Desktop.
sudo add-apt-repository ppa:groovy-dev/grails | |
sudo apt-get update | |
sudo apt-get install grails-ppa | |
#to add grails 2.0.x | |
sudo apt-get install grails 2.0.x | |
#to add grails 1.3.9 | |
sudo apt-get install grails-1.3.9 | |
#to add grails 1.2.5 | |
sudo apt-get install grails-1.2.5 | |
#switch between versions | |
sudo update-alternatives --config grails |
Thank you!
The old bash completion script won't work anymore because it relies on GRAILS_HOME, which no longer need be set in your environment. Would it be possible to remove the bash-completion script from your package and make mine the master?
I would love to help you make your stuff a package, and we could even make it a dependency of the metapackage if you like!
That's the grails-gedit bundle right?
Yep, https://github.com/aeischeid/gedit-grails-bundle
Removing bash completion from that would be fine, though I do wonder about non Debian users a little.
We could exclude it from the ppa package and leave it in the original bundle.
To me it just seems like it's not really related to gedit.
i guess now you have grails 2.0.0 M2, instead of M1 now
Yeah sorry, the was serving 2.0.0 M2 but the docs still read 2.0.0 M1.
Completely useless if you need an older version. Seriously, why is this so ridicolous hard to install this on linux ? sudo apt-get install grails-1.3.9 will install 1.3.9, but after first start of grails it updates to 2.x automatically.
very nice! the lack of easily switching grails versions was probably the main thing keeping me from using your package.
Also wondering how to check for existence of your bash completion script so it doesn't don't conflict with the one in the gedit-grails-bundle. Possibly you could help me learn how to make that bundle into a PPA that depends on yours, or something like that.