Searched refs:javaExecutable (Results 1 – 5 of 5) sorted by relevance
121 javaExecutable="`which javac`"122 if [ -n "$javaExecutable" ] && ! [ "`expr \"$javaExecutable\" : '\([^ ]*\)'`" = "no" ]; then127 javaHome="`dirname \"$javaExecutable\"`"128 javaExecutable="`cd \"$javaHome\" && pwd -P`/javac"130 javaExecutable="`readlink -f \"$javaExecutable\"`"132 javaHome="`dirname \"$javaExecutable\"`"
143 javaExecutable="`which javac`"144 if [ -n "$javaExecutable" ] && ! [ "`expr \"$javaExecutable\" : '\([^ ]*\)'`" = "no" ]; then149 javaHome="`dirname \"$javaExecutable\"`"150 javaExecutable="`cd \"$javaHome\" && pwd -P`/javac"152 javaExecutable="`readlink -f \"$javaExecutable\"`"154 javaHome="`dirname \"$javaExecutable\"`"
40 File javaExecutable = in testExecutable() local44 assertTrue("Could not find: " + javaExecutable, javaExecutable.exists()); in testExecutable()45 assertTrue(javaExecutable + " is not a file", javaExecutable.isFile()); in testExecutable()
180 javaExecutables.eachWithIndex { javaExecutable, index ->196 executable = javaExecutable207 doFirst { logger.lifecycle("Running integration tests using ${javaExecutable}.") }