Home | History | Annotate | Download | only in extractors

Lines Matching refs:javac

17 # Wrapper for extracting compilation information from javac invocations.  It
18 # requires the same environment variables as the javac extractor (see
25 # This script is meant as a replacement for $JAVA_HOME/bin/javac. It assumes
26 # the true javac binary is in the same directory as itself and named
27 # "javac.real". The location of the real javac binary can be configured with
28 # the REAL_JAVAC environment variable. The default path for the javac extractor
38 # KYTHE_EXTRACT_ONLY: if set, suppress the call to javac after extraction
44 readonly REAL_JAVAC="$(dirname "$(readlink -e "$0")")/javac.real"
64 "$@" >>"$TMPDIR"/javac-extractor.out 2>> "$TMPDIR"/javac-extractor.err