annotate gradlew @ 2:91703efb1d29

update ssdt-forms and dockerize
author smith@nwoca.org
date Mon, 11 Apr 2016 11:53:50 -0400
parents f4f8570d1c56
children 4ce973027b2a
rev   line source
0
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
1 #!/usr/bin/env bash
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
2
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
3 ##############################################################################
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
4 ##
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
5 ## Gradle start up script for UN*X
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
6 ##
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
7 ##############################################################################
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
8
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
9 # Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
10 DEFAULT_JVM_OPTS=""
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
11
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
12 APP_NAME="Gradle"
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
13 APP_BASE_NAME=`basename "$0"`
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
14
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
15 # Use the maximum available, or set MAX_FD != -1 to use that value.
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
16 MAX_FD="maximum"
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
17
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
18 warn ( ) {
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
19 echo "$*"
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
20 }
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
21
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
22 die ( ) {
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
23 echo
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
24 echo "$*"
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
25 echo
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
26 exit 1
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
27 }
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
28
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
29 # OS specific support (must be 'true' or 'false').
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
30 cygwin=false
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
31 msys=false
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
32 darwin=false
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
33 case "`uname`" in
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
34 CYGWIN* )
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
35 cygwin=true
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
36 ;;
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
37 Darwin* )
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
38 darwin=true
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
39 ;;
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
40 MINGW* )
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
41 msys=true
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
42 ;;
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
43 esac
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
44
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
45 # Attempt to set APP_HOME
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
46 # Resolve links: $0 may be a link
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
47 PRG="$0"
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
48 # Need this for relative symlinks.
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
49 while [ -h "$PRG" ] ; do
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
50 ls=`ls -ld "$PRG"`
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
51 link=`expr "$ls" : '.*-> \(.*\)$'`
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
52 if expr "$link" : '/.*' > /dev/null; then
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
53 PRG="$link"
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
54 else
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
55 PRG=`dirname "$PRG"`"/$link"
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
56 fi
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
57 done
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
58 SAVED="`pwd`"
2
91703efb1d29 update ssdt-forms and dockerize
smith@nwoca.org
parents: 0
diff changeset
59 cd "`dirname \"$PRG\"`/" >/dev/null
0
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
60 APP_HOME="`pwd -P`"
2
91703efb1d29 update ssdt-forms and dockerize
smith@nwoca.org
parents: 0
diff changeset
61 cd "$SAVED" >/dev/null
0
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
62
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
63 CLASSPATH=$APP_HOME/gradle/wrapper/gradle-wrapper.jar
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
64
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
65 # Determine the Java command to use to start the JVM.
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
66 if [ -n "$JAVA_HOME" ] ; then
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
67 if [ -x "$JAVA_HOME/jre/sh/java" ] ; then
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
68 # IBM's JDK on AIX uses strange locations for the executables
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
69 JAVACMD="$JAVA_HOME/jre/sh/java"
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
70 else
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
71 JAVACMD="$JAVA_HOME/bin/java"
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
72 fi
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
73 if [ ! -x "$JAVACMD" ] ; then
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
74 die "ERROR: JAVA_HOME is set to an invalid directory: $JAVA_HOME
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
75
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
76 Please set the JAVA_HOME variable in your environment to match the
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
77 location of your Java installation."
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
78 fi
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
79 else
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
80 JAVACMD="java"
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
81 which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
82
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
83 Please set the JAVA_HOME variable in your environment to match the
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
84 location of your Java installation."
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
85 fi
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
86
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
87 # Increase the maximum file descriptors if we can.
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
88 if [ "$cygwin" = "false" -a "$darwin" = "false" ] ; then
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
89 MAX_FD_LIMIT=`ulimit -H -n`
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
90 if [ $? -eq 0 ] ; then
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
91 if [ "$MAX_FD" = "maximum" -o "$MAX_FD" = "max" ] ; then
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
92 MAX_FD="$MAX_FD_LIMIT"
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
93 fi
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
94 ulimit -n $MAX_FD
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
95 if [ $? -ne 0 ] ; then
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
96 warn "Could not set maximum file descriptor limit: $MAX_FD"
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
97 fi
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
98 else
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
99 warn "Could not query maximum file descriptor limit: $MAX_FD_LIMIT"
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
100 fi
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
101 fi
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
102
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
103 # For Darwin, add options to specify how the application appears in the dock
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
104 if $darwin; then
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
105 GRADLE_OPTS="$GRADLE_OPTS \"-Xdock:name=$APP_NAME\" \"-Xdock:icon=$APP_HOME/media/gradle.icns\""
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
106 fi
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
107
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
108 # For Cygwin, switch paths to Windows format before running java
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
109 if $cygwin ; then
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
110 APP_HOME=`cygpath --path --mixed "$APP_HOME"`
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
111 CLASSPATH=`cygpath --path --mixed "$CLASSPATH"`
2
91703efb1d29 update ssdt-forms and dockerize
smith@nwoca.org
parents: 0
diff changeset
112 JAVACMD=`cygpath --unix "$JAVACMD"`
0
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
113
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
114 # We build the pattern for arguments to be converted via cygpath
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
115 ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null`
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
116 SEP=""
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
117 for dir in $ROOTDIRSRAW ; do
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
118 ROOTDIRS="$ROOTDIRS$SEP$dir"
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
119 SEP="|"
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
120 done
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
121 OURCYGPATTERN="(^($ROOTDIRS))"
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
122 # Add a user-defined pattern to the cygpath arguments
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
123 if [ "$GRADLE_CYGPATTERN" != "" ] ; then
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
124 OURCYGPATTERN="$OURCYGPATTERN|($GRADLE_CYGPATTERN)"
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
125 fi
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
126 # Now convert the arguments - kludge to limit ourselves to /bin/sh
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
127 i=0
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
128 for arg in "$@" ; do
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
129 CHECK=`echo "$arg"|egrep -c "$OURCYGPATTERN" -`
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
130 CHECK2=`echo "$arg"|egrep -c "^-"` ### Determine if an option
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
131
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
132 if [ $CHECK -ne 0 ] && [ $CHECK2 -eq 0 ] ; then ### Added a condition
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
133 eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"`
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
134 else
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
135 eval `echo args$i`="\"$arg\""
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
136 fi
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
137 i=$((i+1))
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
138 done
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
139 case $i in
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
140 (0) set -- ;;
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
141 (1) set -- "$args0" ;;
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
142 (2) set -- "$args0" "$args1" ;;
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
143 (3) set -- "$args0" "$args1" "$args2" ;;
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
144 (4) set -- "$args0" "$args1" "$args2" "$args3" ;;
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
145 (5) set -- "$args0" "$args1" "$args2" "$args3" "$args4" ;;
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
146 (6) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" ;;
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
147 (7) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" ;;
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
148 (8) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" "$args7" ;;
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
149 (9) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" "$args7" "$args8" ;;
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
150 esac
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
151 fi
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
152
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
153 # Split up the JVM_OPTS And GRADLE_OPTS values into an array, following the shell quoting and substitution rules
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
154 function splitJvmOpts() {
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
155 JVM_OPTS=("$@")
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
156 }
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
157 eval splitJvmOpts $DEFAULT_JVM_OPTS $JAVA_OPTS $GRADLE_OPTS
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
158 JVM_OPTS[${#JVM_OPTS[*]}]="-Dorg.gradle.appname=$APP_BASE_NAME"
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
159
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
160 exec "$JAVACMD" "${JVM_OPTS[@]}" -classpath "$CLASSPATH" org.gradle.wrapper.GradleWrapperMain "$@"