- 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
- 五行蔬菜汤和糙米茶的做法(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
最近下载
- 一种室温下液态金属镓的快速成型方法.pdf VIP
- 2025年 山西省华阳集团井下技能操作人员招聘考试试卷[附答案].docx
- 一种金属镓生产过程中钒渣的综合利用方法.pdf VIP
- 临床社会工作:优势视角模式形考任务一.docx VIP
- 整车CAN通讯协议-20151130.pdf VIP
- 英语句子基本结构课件(共50张PPT).ppt VIP
- 计算机组装与维护实训室建设方案.doc VIP
- fp6277必威体育精装版中文规格书.pdf
- VDA 6.7-2020_V3_English Process Audit – Production Equipment(过程审核 生产ymtl).pdf VIP
- 四级嵌入式总结.doc VIP
文档评论(0)