- 1、本文档共31页,可阅读全部内容。
- 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 5、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 6、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 7、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 8、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
什么是Ant(What is Ant)
什么是Ant(What is Ant)
Ant is a Java based build tool. In theory, it is somewhat similar to the make in C (Unix), but there is no make flaw.
Why do we need a new build tool since we already have make, gnumake, nmake, jam, and other build tools?
Because Ants authors developed software on a variety of (hardware) platforms, they were unable to tolerate the limitations and inconveniences of these tools.
Tools like make are essentially shell - based: they calculate dependencies and then execute commands that are not very different from the commands you command at the command line.
This means that you can easily extend the tool by using OS specific or writing new (command) programs; however, this also means that you restrict yourself to a specific OS,
Or on a particular OS type, such as Unix.
Makefile is also hateful. Anyone who has used them has had a nasty tab problem.
The original author of Ant often asks himself, does my command not execute because there is a space in front of my tab?!!. Tools like jam deal with this kind of problem very well,
However, users must remember and use a new format.
Ant is different. Unlike the extension model based on the shell command, Ant extends with the class of Java. The user does not have to write the shell command, and the configuration file is based on XML,
You can execute various task by calling the target tree. Each task is run by implementing an object that implements a particular Task interface. If you dont have any idea about Ant,
May not understand this section, it does not matter, and later on target, task will do a detailed introduction. If you dont have much time, you can even skip this section, and then come back to browse here
Introduce, then you will understand. Similarly, if youre not familiar with tools such as make, it doesnt matter, and the following description doesnt use the concepts in make at all
It must be admitted that in doing so, some unique expressive power is lost when constructing the shell command. Such as
您可能关注的文档
- 三级服务标准(Three level service standard).doc
- 七月十五烧纸钱风俗(In July fifteen the custom of burning paper money).doc
- 三基试题名词解释(Three questions Glossary).doc
- 三轮推进,稳扎稳打,知能并重,争创辉煌(Three forward, steady, knowledge of both, create brilliant).doc
- 三角函数_8-47(Trigonometric function _8-47).doc
- 上市遇挫急缺钱 太古220亿变卖资产(Swire listed setback so short of money selling assets 22 billion).doc
- 七年级地理下册复习要点(Grade seven geography book review points).doc
- 上财03考研西经试题与答案(Under 03 PubMed West through questions and answers).doc
- 上海(Shanghai).doc
- 专业压限器的使用技巧(Professional pressure limiter using skills).doc
- 元宇宙法庭在2025年线上法律咨询行业的市场竞争力分析.docx
- 元宇宙法庭引领下的2025年线上法律咨询行业发展研究报告.docx
- 元宇宙法庭线上法律咨询服务的市场细分与用户行为研究.docx
- 元宇宙社交平台2025年用户生成内容生态政策法规研究报告.docx
- 元宇宙社交平台用户隐私保护技术与区块链技术应用报告.docx
- 元宇宙赋能文创产品营销:2025年创新营销策略研究报告.docx
- 元宇宙背景下的2025年师生互动模式创新与教育改革.docx
- 共享单车行业2025年动态调度算法与城市安全监管研究.docx
- 农村集体经营性建设用地入市与农村土地流转机制的协同发展.docx
- 农村集体经营性建设用地入市后土地利用规划与监管策略.docx
最近下载
- 2025上海闵行教育系统公开招聘实验员113人笔试备考题库及答案解析.docx VIP
- (高清版)DB13∕T 2141-2014 生物柴油调和燃料(B20).docx VIP
- GB17498.1-2008 固定式健身器材 第1部分:通用安全要求和试验方法.pdf VIP
- 2025年汽车液压制动胶管项目投资可行性研究分析报告.docx
- 中医药文化端午香囊文化进校园讲稿.docx VIP
- 2025上海闵行区教育系统公开招聘实验员113人笔试参考题库附答案解析.docx VIP
- 教学设计基本要素-新.pptx VIP
- 委托加工原料合同协议.docx VIP
- 殡仪服务笔试题目及答案.doc VIP
- 殡仪专业答辩题目及答案.docx VIP
文档评论(0)