Home | History | Annotate | Download | only in bin

Lines Matching refs:HOME

55   if [ -f "$HOME/.ant/ant.conf" ] ; then

56 . $HOME/.ant/ant.conf
58 if [ -f "$HOME/.antrc" ] ; then
59 . "$HOME/.antrc"
87 JAVA_HOME=/System/Library/Frameworks/JavaVM.framework/Home
93 ## resolve links - $0 may be a link to ant's home
263 CYGHOME=`cygpath --$format "$HOME"`
272 echo ' $HOME/.ant/ant.conf, and $HOME/.antrc'
313 ant_sys_opts="-Djikes.class.path=\"$JIKESPATH\" -Dcygwin.user.home=\"$CYGHOME\""
315 ant_sys_opts="-Dcygwin.user.home=\"$CYGHOME\""
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"