代码搜索:ANT

找到约 4,946 项符合「ANT」的源代码

代码结果 4,946
www.eeworm.com/read/105373/6198431

ant

#! /bin/sh if [ -f $HOME/.antrc ] ; then . $HOME/.antrc fi if [ "$ANT_HOME" = "" ] ; then # try to find ANT if [ -d /opt/ant ] ; then ANT_HOME=/opt/ant fi if [ -d ${HOME}/opt/ant ] ;
www.eeworm.com/read/236816/4637688

ant

#! /bin/sh ANT_HOME=/usr/pkg if [ -f $HOME/.antrc ] ; then . $HOME/.antrc fi if [ "$ANT_HOME" = "" ] ; then # try to find ANT ANT_HOME=/usr/pkg fi if [ "$JAVA_HOME" != "" ] ; then if [ "$
www.eeworm.com/read/189790/5191586

ant

#! /bin/sh if [ -f $HOME/.antrc ] ; then . $HOME/.antrc fi if [ "$ANT_HOME" = "" ] ; then # try to find ANT if [ -d /opt/ant ] ; then ANT_HOME=/opt/ant fi if [ -d ${HOME}/opt/ant ]
www.eeworm.com/read/165257/5484755

ant

#! /bin/sh if [ -f $HOME/.antrc ] ; then . $HOME/.antrc fi if [ "$ANT_HOME" = "" ] ; then # try to find ANT if [ -d /opt/ant ] ; then ANT_HOME=/opt/ant fi if [ -d ${HOME}/opt/ant ] ;
www.eeworm.com/read/339873/3292936

ant

#! /bin/sh # Copyright 2001-2004 The Apache Software Foundation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the Lic
www.eeworm.com/read/330468/3423711

ant

#! /bin/sh # Copyright 2001-2004 The Apache Software Foundation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the Lic
www.eeworm.com/read/319739/3552853

ant

#! /bin/sh # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regardin
www.eeworm.com/read/305285/3775622

ant

#! /bin/sh if [ "$TOOLS_CLASSPATH" = "" ] ; then echo "Use build.[sh|bat] insteat of directly calling ant." exit fi if [ -f $HOME/.antrc ] ; then . $HOME/.antrc fi if [ "$ANT_HOME" = "" ] ; t
www.eeworm.com/read/431083/1913159

ant

#! /bin/sh if [ -f $HOME/.antrc ] ; then . $HOME/.antrc fi # Cygwin support. $cygwin _must_ be set to either true or false. case "`uname`" in CYGWIN*) cygwin=true ;; *) cygwin=false ;; esac
www.eeworm.com/read/402311/2325567

ant

#! /bin/sh if [ -f $HOME/.antrc ] ; then . $HOME/.antrc fi # Cygwin support. $cygwin _must_ be set to either true or false. case "`uname`" in CYGWIN*) cygwin=true ;; *) cygwin=false