-
大小: 7.53MB文件类型: .rar金币: 2下载: 0 次发布日期: 2023-10-17
- 语言: 其他
- 标签: Ant Ant-contrib Android
资源简介
官网下载完整的Ant,包括Ant-contrib。

代码片段和文件信息
#!/usr/bin/python
# 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 regarding copyright ownership.
# The ASF licenses this file to You under the Apache License Version 2.0
# (the “License“); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing software
# distributed under the License is distributed on an “AS IS“ BASIS
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
“““
runant.py
This script is a translation of the runant.pl written by Steve Loughran.
It runs ant with/out arguments it should be quite portable (thanks to
the python os library)
This script has been tested with Python2.0/Win2K
created: 2001-04-11
author: Pierre Dittgen pierre.dittgen@criltelecom.com
Assumptions:
- the “java“ executable/script is on the command path
“““
import os os.path string sys
# Change it to 1 to get extra debug information
debug = 0
#######################################################################
# If ANT_HOME is not set default to script‘s parent directory
if os.environ.has_key(‘ANT_HOME‘):
ANT_HOME = os.environ[‘ANT_HOME‘]
else:
ANT_HOME = os.path.dirname(os.path.dirname(os.path.abspath(sys.argv[0])))
# set ANT_LIB location
ANT_LIB = os.path.join(ANT_HOME ‘lib‘)
# set JAVACMD (check variables JAVACMD and JAVA_HOME)
JAVACMD = None
if not os.environ.has_key(‘JAVACMD‘):
if os.environ.has_key(‘JAVA_HOME‘):
if not os.path.exists(os.environ[‘JAVA_HOME‘]):
print “Warning: JAVA_HOME is not defined correctly.“
else:
JAVACMD = os.path.join(os.environ[‘JAVA_HOME‘] ‘bin‘ ‘java‘)
else:
print “Warning: JAVA_HOME not set.“
else:
JAVACMD = os.environ[‘JAVACMD‘]
if not JAVACMD:
JAVACMD = ‘java‘
launcher_jar = os.path.join(ANT_LIB ‘ant-launcher.jar‘)
if not os.path.exists(launcher_jar):
print ‘Warning: Unable to locate ant-launcher.jar. Expected to find it in %s‘ % \
ANT_LIB
# Build up standard classpath (LOCALCLASSPATH)
LOCALCLASSPATH = launcher_jar
if os.environ.has_key(‘LOCALCLASSPATH‘):
LOCALCLASSPATH += os.pathsep + os.environ[‘LOCALCLASSPATH‘]
ANT_OPTS = ““
if os.environ.has_key(‘ANT_OPTS‘):
ANT_OPTS = os.environ[‘ANT_OPTS‘]
OPTS = ““
if os.environ.has_key(‘JIKESPATH‘):
OPTS = ‘-Djikes.class.path=\“%s\“‘ % os.environ[‘JIKESPATH‘]
ANT_ARGS = ““
if os.environ.has_key(‘ANT_ARGS‘):
ANT_ARGS = os.environ[‘ANT_ARGS‘]
CLASSPATH = ““
if os.environ.has_key(‘CLASSPATH‘):
CLASSPATH = “-lib “ + os.environ[‘CLASSPATH‘]
# Builds the commandline
cmdline = (‘%s %s -classpath %s -D
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 10175 2013-12-23 09:52 Ant\bin\ant
文件 7472 2013-12-23 09:52 Ant\bin\ant.bat
文件 2857 2013-12-23 09:52 Ant\bin\ant.cmd
文件 3410 2013-12-23 09:52 Ant\bin\antenv.cmd
文件 861 2013-12-23 09:52 Ant\bin\antRun
文件 1536 2013-12-23 09:52 Ant\bin\antRun.bat
文件 2199 2013-12-23 09:52 Ant\bin\antRun.pl
文件 3223 2013-12-23 09:52 Ant\bin\complete-ant-cmd.pl
文件 4315 2013-12-23 09:52 Ant\bin\envset.cmd
文件 1116 2013-12-23 09:52 Ant\bin\lcp.bat
文件 4422 2013-12-23 09:52 Ant\bin\runant.pl
文件 3299 2013-12-23 09:52 Ant\bin\runant.py
文件 1817 2013-12-23 09:52 Ant\bin\runrc.cmd
文件 21134 2013-12-23 09:52 Ant\etc\ant-bootstrap.jar
文件 4797 2013-12-23 09:52 Ant\etc\changelog.xsl
文件 11023 2013-12-23 09:52 Ant\etc\checkst
文件 1368 2013-12-23 09:52 Ant\etc\checkst
文件 4779 2013-12-23 09:52 Ant\etc\checkst
文件 18570 2013-12-23 09:52 Ant\etc\coverage-fr
文件 18994 2013-12-23 09:52 Ant\etc\jdepend-fr
文件 11757 2013-12-23 09:52 Ant\etc\jdepend.xsl
文件 29010 2013-12-23 09:52 Ant\etc\junit-fr
文件 36826 2013-12-23 09:52 Ant\etc\junit-fr
文件 19230 2013-12-23 09:52 Ant\etc\junit-nofr
文件 6092 2013-12-23 09:52 Ant\etc\log.xsl
文件 17960 2013-12-23 09:52 Ant\etc\maudit-fr
文件 37833 2013-12-23 09:52 Ant\etc\mmetrics-fr
文件 6215 2013-12-23 09:52 Ant\etc\tagdiff.xsl
文件 11253 2013-12-23 09:52 Ant\fetch.xm
文件 4445 2013-12-23 09:52 Ant\get-m2.xm
............此处省略1659个文件信息
相关资源
- AsyncTask文件控制暂停和继续,在状态
- elantech触控板驱动程序 v13.6.11 官方最
-
Differential ex
pression patterns of Toll-li - Synthesis Characterization and in vitro Antitu
- Anti-biofilm Activity of Resveratrol and Ursol
- In vitro screening of lactobacilli with antago
- DriverAssitant_v4.91
- 汉印A300 CPCL协议 android 热敏打印app(
- Cisco Configuration Assistant白皮书
- Cisco Network Assistant白皮书
- ThinkVantage技术白皮书
- Symantec AntiVirus 9.0防病毒客户端部署注
- Symantec Brightmail AntiSpam产品手册
- HP ProLiant ML115服务器产品说明书
- HP ProLiant 存储服务器满足任何规模企
- 从非局部观测值的角度看Anti-de-Sitte
- 直通车拼多多比价工具.docx
- Symantec AntiVirus for Microsoft SharePoint产品
- Can EC-MPS reduce gastrointestinal side effect
- Antenna Theory Analysis and Design.3rd Edition
- on existence and uniqueness of invariant measu
- Anti-de Sitter空间和AdS / CFT的两个P
- 自定义VIewGroup实现仿淘宝商品详情页
- Orientation-resolved 3d5/2 energy shift of Rh
- Photoluminescence and photoabsorbance blue shi
- Coordination-resolved 4f binding energy shift
- Genymotion-ARM-Translation_v1.1
- HP ProLiant 存储服务器:演绎NAS 存储简
- HP ProLiant 存储服务器 -- NAS 存储解决方
- HP ProLiant BL480c刀片式服务器产品说明
评论
共有 条评论