Searched refs:GRAILS_HOME (Results 1 - 2 of 2) sorted by relevance

/solaris-userland-s11u3/components/grails/files/
H A Dgrails3 if [ -z "$GRAILS_HOME" ]; then
4 echo "Please set GRAILS_HOME environment variable to location, where Grails is installed." 1>&2
9 if [ ! -f "$GRAILS_HOME/bin/startGrails" ]; then
10 echo "GRAILS_HOME is not set properly: $GRAILS_HOME" 1>&2
15 . "$GRAILS_HOME/bin/startGrails"
H A Dgrails-debug3 if [ -z "$GRAILS_HOME" ]; then
4 echo "Please set GRAILS_HOME environment variable to location, where Grails is installed." 1>&2
9 if [ ! -f "$GRAILS_HOME/bin/startGrails" ]; then
10 echo "GRAILS_HOME is not set properly: $GRAILS_HOME" 1>&2
15 . "$GRAILS_HOME/bin/startGrails"

Completed in 14 milliseconds