Java开发网 Java开发网
注册 | 登录 | 帮助 | 搜索 | 排行榜 | 发帖统计  

您没有登录

» Java开发网 » 技术文章库  

按打印兼容模式打印这个话题 打印话题    把这个话题寄给朋友 寄给朋友    该主题的所有更新都将Email到你的邮箱 订阅主题
flat modethreaded modego to previous topicgo to next topicgo to back
作者 Java的Build工具——Ant应用指南(ZT)
cckoan

Smoking

CJSDN高级会员


发贴: 253
积分: 130
于 2003-01-14 09:29 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list


antuserGuide.pdf (149.53k)



作者 Re:Java的Build工具——Ant应用指南(ZT) [Re:cckoan]
coder



CJSDN高级会员


发贴: 140
积分: 110
于 2003-01-14 10:07 user profilesend a private message to usersend email to codersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
简洁而清楚,易于操作,我喜欢这样的文章


作者 Re:Java的Build工具——Ant应用指南(ZT) [Re:cckoan]
scottding

十三部落酋长

CJSDN高级会员


发贴: 1054
积分: 101
于 2003-01-14 10:08 user profilesend a private message to usersend email to scottdingsearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
虽然我还没有看,但是现在我正在找关于这方面的文章,太感谢了。


作者 Re:Java的Build工具——Ant应用指南(ZT) [Re:cckoan]
floater

Java Jedi

总版主


发贴: 3233
积分: 421
于 2003-01-14 10:53 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
It's pretty good.

Two more points:
1. Ant is task-oriented(Comparing to the fact that Java is object oriented), so there is a twist in the back of the mind.
2. Ant can run scripts, like Jython, javascript, as long as you get the corresponding libs.



"Any fool can write code that a computer can understand. Good programmers write code that humans can understand."
- Martin Fowler, Refactoring - Improving the Design of Existing Code
作者 Re:Java的Build工具——Ant应用指南(ZT) [Re:cckoan]
floater

Java Jedi

总版主


发贴: 3233
积分: 421
于 2003-01-14 10:56 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
One more point, get version 1.5.1.

One difference between version 1.4 and 1.5 is the error msgs.

If you include xml files in the build.xml, and get something wrong in these xml files, version 1.4 doesn't show which file the errors come from(with the correct line number), but version 1.5 does.



"Any fool can write code that a computer can understand. Good programmers write code that humans can understand."
- Martin Fowler, Refactoring - Improving the Design of Existing Code
作者 Re:Java的Build工具——Ant应用指南(ZT) [Re:floater]
coder



CJSDN高级会员


发贴: 140
积分: 110
于 2003-01-14 11:09 user profilesend a private message to usersend email to codersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
建议,floater给出一个重要特性的清单,由cckoan参考对文档进行补充
然后出 Ant应用指南——第二版 Big Smile



作者 Re:Java的Build工具——Ant应用指南(ZT) [Re:cckoan]
cckoan

Smoking

CJSDN高级会员


发贴: 253
积分: 130
于 2003-01-14 11:35 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
从赛迪网上转的,原文图片表格较多,我转成pdf文件,大家看起来方便一点。
ant我刚开始用,经验不够,恐怕有负coder兄重托,抱歉



作者 Re:Java的Build工具——Ant应用指南(ZT) [Re:coder]
floater

Java Jedi

总版主


发贴: 3233
积分: 421
于 2003-01-15 00:41 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
coder wrote:
建议,floater给出一个重要特性的清单,由cckoan参考对文档进行补充
然后出 Ant应用指南——第二版 Big Smile

Hehe, actually, whether a feature is important is quite relative. If we need it, it's important, right, Smile.

This pdf is good enough for beginners and general reference. It covers most of often-used features.

As for others, we have to get elsewhere. Besides, it's a moving target.
I still have my 1.4 printcopy, but not 1.5 yet.



"Any fool can write code that a computer can understand. Good programmers write code that humans can understand."
- Martin Fowler, Refactoring - Improving the Design of Existing Code
作者 Re:Java的Build工具——Ant应用指南(ZT) [Re:cckoan]
freeair





发贴: 88
积分: 50
于 2003-01-15 15:39 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
I've got the ebook 《O'Reilly Ant - The Definitive Guide.pdf》
I'll upload it to the ftp site you prefer.



作者 Re:Java的Build工具——Ant应用指南(ZT) [Re:cckoan]
xuzy



发贴: 0
积分: 0
于 2003-01-15 22:06 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
really good.


作者 Re:Java的Build工具——Ant应用指南(ZT) [Re:freeair]
floater

Java Jedi

总版主


发贴: 3233
积分: 421
于 2003-01-15 23:00 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
freeair wrote:
I've got the ebook 《O'Reilly Ant - The Definitive Guide.pdf》
I'll upload it to the ftp site you prefer.

It's already there. (although I haven't read it yet, Sad).



"Any fool can write code that a computer can understand. Good programmers write code that humans can understand."
- Martin Fowler, Refactoring - Improving the Design of Existing Code
作者 Re:Java的Build工具——Ant应用指南(ZT) [Re:cckoan]
wning





发贴: 18
积分: 20
于 2003-01-16 03:01 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
A new feature in Ant 1.5.1 is that it has BuildNumber control task which I found out to be very useful.


作者 Re:Java的Build工具——Ant应用指南(ZT) [Re:cckoan]
hitdemo2002

max payne



发贴: 210
积分: 50
于 2003-01-28 13:59 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
好啊


作者 Re:Java的Build工具——Ant应用指南(ZT) [Re:cckoan]
liufancjsdn





发贴: 55
积分: 0
于 2003-02-26 10:44 user profilesend a private message to usersend email to liufancjsdnsearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
我总认为有了JBuilder之类的工具后,Ant就没什么大的用处了
建目录、编译什么的,它都跟你搞好了嘛
请各位指教




作者 Re:Java的Build工具——Ant应用指南(ZT) [Re:cckoan]
harvshen





发贴: 123
积分: 40
于 2003-02-28 16:03 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
不是所有的人都有钱买正版的jbuilder
Ant 作为免费又有力的工具,是不可或缺的。



作者 Re:Java的Build工具——Ant应用指南(ZT) [Re:cckoan]
magician





发贴: 15
积分: 0
于 2003-03-06 17:31 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
速度呢?

编译EJB,ANT快?还是JBUILDER快?

你在开发J2EE项目时,特别是调试阶段,那叫一个痛苦啊

虽然我也用JB,但还是咬牙切齿啊



作者 Re:Java的Build工具——Ant应用指南(ZT) [Re:magician]
floater

Java Jedi

总版主


发贴: 3233
积分: 421
于 2003-03-07 00:11 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
magician wrote:
速度呢?

编译EJB,ANT快?还是JBUILDER快?

你在开发J2EE项目时,特别是调试阶段,那叫一个痛苦啊

虽然我也用JB,但还是咬牙切齿啊

I think jb and ant serve different purposes. jb is for development and ant is for integration/automation. As for compiling time, really not that different.



"Any fool can write code that a computer can understand. Good programmers write code that humans can understand."
- Martin Fowler, Refactoring - Improving the Design of Existing Code
作者 Re:Java的Build工具——Ant应用指南(ZT) [Re:cckoan]
MrTong



发贴: 0
积分: 0
于 2003-03-15 09:50 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
《O'Reilly Ant - The Definitive Guide.pdf》你放在那个ftp上啦,我怎么才可以看?


作者 Re:Java的Build工具——Ant应用指南(ZT) [Re:cckoan]
squall



发贴: 0
积分: 0
于 2003-03-15 21:30 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
3q3q


作者 Re:Java的Build工具——Ant应用指南(ZT) [Re:cckoan]
samye





发贴: 24
积分: 30
于 2003-03-18 00:10 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
Actualy JB use ant to package the applications too. JB is an integration development environment and it include the ant.

Ant is free and you can use ant without JB

Ant compile files very quick and actualy if you have 100 files and just update one file, when you re-package the application you just have to compile one file only. So it's speed is high so it is not true that it is not suit for development.

In our company we use ant when we develop our j2ee application or our tomcat application.



作者 Re:Java的Build工具——Ant应用指南(ZT) [Re:cckoan]
wangyi





发贴: 12
积分: 10
于 2003-03-18 15:15 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
我用过Ant,非常好用,速度也快,非常便于和配置管理工具集成。


作者 Re:Java的Build工具——Ant应用指南(ZT) [Re:cckoan]
江湖飘





发贴: 20
积分: 0
于 2003-04-02 11:51 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
谢谢,好东东


作者 Re:Java的Build工具——Ant应用指南(ZT) [Re:cckoan]
Jove



CJSDN高级会员


发贴: 1228
积分: 194
于 2003-04-12 21:41 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
我认为即使是用JBuilder,推荐也建一个Ant build.xml
把编译,打包,运行,混淆等工作交给它
这样,换了一个IDE,或是OS都没问题



准备找一份新的工作,一份新的开始.
希望在上海做一个地道的Java Developer, 仅此而已

如有合适的机会,请与我Email联系

作者 Re:Java的Build工具——Ant应用指南(ZT) [Re:magician]
chaor



CJSDN高级会员


发贴: 122
积分: 80
于 2003-04-19 10:22 user profilesend a private message to usersend email to chaorsearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
magician wrote:
速度呢?

编译EJB,ANT快?还是JBUILDER快?

你在开发J2EE项目时,特别是调试阶段,那叫一个痛苦啊

虽然我也用JB,但还是咬牙切齿啊

那你该用vaj或wsad,真的,在调试阶段你会爽翻的




flat modethreaded modego to previous topicgo to next topicgo to back
  已读帖子
  新的帖子
  被删除的帖子
Jump to the top of page

   Powered by Jute Powerful Forum® Version Jute 1.5.6 Ent
Copyright © 2002-2021 Cjsdn Team. All Righits Reserved. 闽ICP备05005120号-1
客服电话 18559299278    客服信箱 714923@qq.com    客服QQ 714923