Tomás Lin’s Programming Brain Dump

Flex, Grails, Facebook, iPhone and all that Jazz

Posts Tagged ‘Apple

MacPorts portFile for Groovy 1.5.6

without comments

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 »

Written by Tomas Lin

June 9, 2008 at 4:11 am

Posted in Uncategorized

Tagged with , , , , , ,

MacPorts portFile for Grails

with 3 comments

I just submitted a MacPorts Portfile for grails. If it gets approved, it would mean that you can install grails 1.0.3 by typing on your Mac:

sudo port install grails

( assuming you already installed Macports ).

Note: Before you can run grails, you need to add the GRAILS_HOME variable,

i.e. edit .profile and add

export GRAILS_HOME=/opt/local/share/java/grails

Read the rest of this entry »

Written by Tomas Lin

June 8, 2008 at 8:40 am