Posts Tagged ‘Macports’
MacPorts Portfile for Grails 1.0.4
Grails has been updated to 1.0.4. It will be available in the next revision of Macports.
To Install Grails on the Mac, do as follows.
1. Install MacPorts
2. Call
sudo port install grails
3. Open a terminal window and edit your profile file
type sudo nano .profile
change it so it looks like this,
export PATH="$PATH:/opt/local/bin:/opt/local/sbin:/Users/tlin/grails/bin" export JAVA_HOME="/System/Library/Frameworks/JavaVM.framework/Home" export GRAILS_HOME="/opt/local/share/java/grails"
4. Save.
MacPorts portFile for Groovy 1.5.6
As long as we’re building port files for MacPorts, here is the updated Groovy 1.5.6 portFile ( the one in macport has an old version 1.0 for some reason ).
You can download the file from the ticket. Hopefully it can be approved soon.
This will install the latest release of Groovy ( as of April 2008 ) when you call sudo port install groovy
Read the rest of this entry »
