- 1、本文档共31页,可阅读全部内容。
- 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
什么是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
- 五行蔬菜汤和糙米茶的做法(Five lines of vegetable soup and brown rice tea).doc
- 事业编面试题(Career oriented examination questions).doc
- 五个基层服务项目(Five basic service items).doc
- 什么是医用耗材(What are medical consumables).doc
- 什么是学术(What is academic).doc
- 什么是计件工资制(What is a piece rate system).doc
- 什么样的薪水才算高薪(What kind of salary is a high salary).doc
- 什么食物不能混吃(What food can't be mixed up).doc
- 仙剑三-合击&尸块(Legend of three - Punch & body parts).doc
- 仙剑4支线攻略(Immortal sword 4 branch line introduction).doc
最近下载
- 采矿方法浅孔留矿法.doc
- 工程建设招标代理业务知识学习测试题库含答案.pdf VIP
- 监理工程师《建设工程目标控制-水利工程》考前模拟真题及答案B卷.pdf VIP
- 管材管件1试题(含答案).pdf VIP
- 幼儿园大班社会《打雷下雨我不怕》雷雨天气,如何避雷.ppt VIP
- 个人简历空白表格(20210916185007).doc VIP
- 2024年中考英语复习:短文填空练习题汇编(含答案).pdf VIP
- 先进团支部、优秀共青团员和优秀团干部评选办法.doc VIP
- GB50911-2013 城市轨道交通工程监测技术规范.docx
- JGJ26-2010 严寒和寒冷地区居住建筑节能设计标准.docx VIP
文档评论(0)