Produced by Araxis Merge on 12/7/2018 11:36:29 AM Central Standard Time. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.
| # | Location | File | Last Modified |
|---|---|---|---|
| 1 | C:\SCRUB\MHED\MHED\VATS 2.3.0\var-utility-web-2.3.0@19406cb7810\gradle-builds | gradlew | Thu Sep 13 18:55:48 2018 UTC |
| 2 | C:\MHED-scrubbed\MHED\MHED\VATS 2.3.0\var-utility-web-2.3.0@19406cb7810\gradle-builds | gradlew | Fri Dec 7 13:52:00 2018 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 6 | 308 |
| Changed | 6 | 12 |
| Inserted | 0 | 0 |
| Removed | 0 | 0 |
| Whitespace | |
|---|---|
| Character case | Differences in character case are significant |
| Line endings | Differences in line endings (CR and LF characters) are ignored |
| CR/LF characters | Not shown in the comparison detail |
No regular expressions were active.
| 1 | #!/usr/bin /env bash | |
| 2 | ||
| 3 | ########## ########## ########## ########## ########## ########## ########## ######## | |
| 4 | ## | |
| 5 | ## Gradle start up script for UN*X | |
| 6 | ## | |
| 7 | ########## ########## ########## ########## ########## ########## ########## ######## | |
| 8 | ||
| 9 | # Add defa ult JVM op tions here . You can also use J AVA_OPTS a nd GRADLE_ OPTS to pa ss JVM opt ions to th is script. | |
| 10 | DEFAULT_JV M_OPTS="" | |
| 11 | ||
| 12 | APP_NAME=" Gradle" | |
| 13 | APP_BASE_N AME=`basen ame "$0"` | |
| 14 | ||
| 15 | # Use the maximum av ailable, o r set MAX_ FD != -1 t o use that value. | |
| 16 | MAX_FD="ma ximum" | |
| 17 | ||
| 18 | warn ( ) { | |
| 19 | echo " $*" | |
| 20 | } | |
| 21 | ||
| 22 | die ( ) { | |
| 23 | echo | |
| 24 | echo " $*" | |
| 25 | echo | |
| 26 | exit 1 | |
| 27 | } | |
| 28 | ||
| 29 | # OS speci fic suppor t (must be 'true' or 'false'). | |
| 30 | cygwin=fal se | |
| 31 | msys=false | |
| 32 | darwin=fal se | |
| 33 | case "`una me`" in | |
| 34 | CYGWIN* ) | |
| 35 | cygwin =true | |
| 36 | ;; | |
| 37 | Darwin* ) | |
| 38 | darwin =true | |
| 39 | ;; | |
| 40 | MINGW* ) | |
| 41 | msys=t rue | |
| 42 | ;; | |
| 43 | esac | |
| 44 | ||
| 45 | # Attempt to set APP _HOME | |
| 46 | # Resolve links: $0 may be a l ink | |
| 47 | PRG="$0" | |
| 48 | # Need thi s for rela tive symli nks. | |
| 49 | while [ -h "$PRG" ] ; do | |
| 50 | ls=`ls -ld "$PRG "` | |
| 51 | link=` expr "$ls" : '.*-> \ (.*\)$'` | |
| 52 | if exp r "$link" : '/.*' > /dev/null; then | |
| 53 | PR G="$link" | |
| 54 | else | |
| 55 | PR G=`dirname "$PRG"`"/ $link" | |
| 56 | fi | |
| 57 | done | |
| 58 | SAVED="`pw d`" | |
| 59 | cd "`dirna me \"$PRG\ "`/" >/dev /null | |
| 60 | APP_HOME=" `pwd -P`" | |
| 61 | cd "$SAVED " >/dev/nu ll | |
| 62 | ||
| 63 | CLASSPATH= $APP_HOME/ gradle/wra pper/gradl e-wrapper. jar | |
| 64 | ||
| 65 | # Determin e the Java command t o use to s tart the J VM. | |
| 66 | if [ -n "$ JAVA_HOME" ] ; then | |
| 67 | if [ - x "$JAVA_H OME/jre/sh /java" ] ; then | |
| 68 | # IBM's JDK on AIX use s strange locations for the ex ecutables | |
| 69 | JA
|
|
| 70 | else | |
| 71 | JA
|
|
| 72 | fi | |
| 73 | if [ ! -x "$JA
|
|
| 74 | di e "ERROR: JAVA_HOME is set to an invalid directory : $JAVA_HO ME | |
| 75 | ||
| 76 | Please set the JAVA_ HOME varia ble in you r environm ent to mat ch the | |
| 77 | location o f your Jav a installa tion." | |
| 78 | fi | |
| 79 | else | |
| 80 | JA
|
|
| 81 | which java >/dev /null 2>&1 || die "E RROR: JAVA _HOME is n ot set and no 'java' command c ould be fo und in you r PATH. | |
| 82 | ||
| 83 | Please set the JAVA_ HOME varia ble in you r environm ent to mat ch the | |
| 84 | location o f your Jav a installa tion." | |
| 85 | fi | |
| 86 | ||
| 87 | # Increase the maxim um file de scriptors if we can. | |
| 88 | if [ "$cyg win" = "fa lse" -a "$ darwin" = "false" ] ; then | |
| 89 | MAX_FD _LIMIT=`ul imit -H -n ` | |
| 90 | if [ $ ? -eq 0 ] ; then | |
| 91 | if [ "$MAX_F D" = "maxi mum" -o "$ MAX_FD" = "max" ] ; then | |
| 92 | MAX_FD=" $MAX_FD_LI MIT" | |
| 93 | fi | |
| 94 | ul imit -n $M AX_FD | |
| 95 | if [ $? -ne 0 ] ; then | |
| 96 | warn "Co uld not se t maximum file descr iptor limi t: $MAX_FD " | |
| 97 | fi | |
| 98 | else | |
| 99 | wa rn "Could not query maximum fi le descrip tor limit: $MAX_FD_L IMIT" | |
| 100 | fi | |
| 101 | fi | |
| 102 | ||
| 103 | # For Darw in, add op tions to s pecify how the appli cation app ears in th e dock | |
| 104 | if $darwin ; then | |
| 105 | GRADLE _OPTS="$GR ADLE_OPTS \"-Xdock:n ame=$APP_N AME\" \"-X dock:icon= $APP_HOME/ media/grad le.icns\"" | |
| 106 | fi | |
| 107 | ||
| 108 | # For Cygw in, switch paths to Windows fo rmat befor e running java | |
| 109 | if $cygwin ; then | |
| 110 | APP_HO ME=`cygpat h --path - -mixed "$A PP_HOME"` | |
| 111 | CLASSP ATH=`cygpa th --path --mixed "$ CLASSPATH" ` | |
| 112 | JA
|
|
| 113 | ||
| 114 | # We b uild the p attern for arguments to be con verted via cygpath | |
| 115 | ROOTDI RSRAW=`fin d -L / -ma xdepth 1 - mindepth 1 -type d 2 >/dev/null ` | |
| 116 | SEP="" | |
| 117 | for di r in $ROOT DIRSRAW ; do | |
| 118 | RO OTDIRS="$R OOTDIRS$SE P$dir" | |
| 119 | SE P="|" | |
| 120 | done | |
| 121 | OURCYG PATTERN="( ^($ROOTDIR S))" | |
| 122 | # Add a user-def ined patte rn to the cygpath ar guments | |
| 123 | if [ " $GRADLE_CY GPATTERN" != "" ] ; then | |
| 124 | OU RCYGPATTER N="$OURCYG PATTERN|($ GRADLE_CYG PATTERN)" | |
| 125 | fi | |
| 126 | # Now convert th e argument s - kludge to limit ourselves to /bin/sh | |
| 127 | i=0 | |
| 128 | for ar g in "$@" ; do | |
| 129 | CH ECK=`echo "$arg"|egr ep -c "$OU RCYGPATTER N" -` | |
| 130 | CH ECK2=`echo "$arg"|eg rep -c "^- "` ### D etermine i f an optio n | |
| 131 | ||
| 132 | if [ $CHECK -ne 0 ] && [ $CHECK2 -eq 0 ] ; then ### A dded a con dition | |
| 133 | eval `ec ho args$i` =`cygpath --path --i gnore --mi xed "$arg" ` | |
| 134 | el se | |
| 135 | eval `ec ho args$i` ="\"$arg\" " | |
| 136 | fi | |
| 137 | i= $((i+1)) | |
| 138 | done | |
| 139 | case $ i in | |
| 140 | (0 ) set -- ; ; | |
| 141 | (1 ) set -- " $args0" ;; | |
| 142 | (2 ) set -- " $args0" "$ args1" ;; | |
| 143 | (3 ) set -- " $args0" "$ args1" "$a rgs2" ;; | |
| 144 | (4 ) set -- " $args0" "$ args1" "$a rgs2" "$ar gs3" ;; | |
| 145 | (5 ) set -- " $args0" "$ args1" "$a rgs2" "$ar gs3" "$arg s4" ;; | |
| 146 | (6 ) set -- " $args0" "$ args1" "$a rgs2" "$ar gs3" "$arg s4" "$args 5" ;; | |
| 147 | (7 ) set -- " $args0" "$ args1" "$a rgs2" "$ar gs3" "$arg s4" "$args 5" "$args6 " ;; | |
| 148 | (8 ) set -- " $args0" "$ args1" "$a rgs2" "$ar gs3" "$arg s4" "$args 5" "$args6 " "$args7" ;; | |
| 149 | (9 ) set -- " $args0" "$ args1" "$a rgs2" "$ar gs3" "$arg s4" "$args 5" "$args6 " "$args7" "$args8" ;; | |
| 150 | esac | |
| 151 | fi | |
| 152 | ||
| 153 | # Split up the JVM_O PTS And GR ADLE_OPTS values int o an array , followin g the shel l quoting and substi tution rul es | |
| 154 | function s plitJvmOpt s() { | |
| 155 | JVM_OP TS=("$@") | |
| 156 | } | |
| 157 | eval split JvmOpts $D EFAULT_JVM _OPTS $JAV A_OPTS $GR ADLE_OPTS | |
| 158 | JVM_OPTS[$ {#JVM_OPTS [*]}]="-Do rg.gradle. appname=$A PP_BASE_NA ME" | |
| 159 | ||
| 160 | exec "$JA
|
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.