Home | History | Annotate | Download | only in bin

Lines Matching refs:CLASSPATH

149 # Build local classpath using just the launcher in non-rpm mode or

156 if $rpm_mode && [ -x /usr/bin/build-classpath ] ; then
157 LOCALCLASSPATH="$(/usr/bin/build-classpath ant ant-launcher jaxp_parser_impl xml-commons-apis)"
180 # If the user requested to try to add some other jars to the classpath
182 _OPTCLASSPATH="$(/usr/bin/build-classpath $OPT_JAR_LIST 2> /dev/null)"
188 # Explicitly add javac path to classpath, assume JAVA_HOME set
198 # user CLASSPATH first and ant-found jars after.
199 # In that case, the user CLASSPATH will override ant-found jars
202 # with ant-found jars first and user CLASSPATH after
203 if [ -n "$CLASSPATH" ] ; then
204 # merge local and specified classpath
206 LOCALCLASSPATH="$CLASSPATH"
208 LOCALCLASSPATH="$CLASSPATH:$LOCALCLASSPATH"
210 LOCALCLASSPATH="$LOCALCLASSPATH:$CLASSPATH"
214 CLASSPATH=""
259 if [ -n "$CLASSPATH" ] ; then
260 CP_TEMP=`cygpath --path --unix "$CLASSPATH"`
261 CLASSPATH=`cygpath --path --$format "$CP_TEMP"`
302 case "$CLASSPATH" in
304 CLASSPATH="$CLASSPATH\\"
322 ant_exec_command="exec \"$JAVACMD\" $ANT_OPTS -classpath \"$LOCALCLASSPATH\" -Dant.home=\"$ANT_HOME\" -Dant.library.dir=\"$ANT_LIB\" $ant_sys_opts org.apache.tools.ant.launch.Launcher $ANT_ARGS -cp \"$CLASSPATH\" $ant_exec_args"