cerulean
eclipse中的ant
在eclipse中已经集成了ant,如果创建名为build.xml的文件,就会被识别为ant的文件。ShowView->Outline会有一些提示。
在eclipse中,右键build.xml,
选择:Run As Ant Build,会执行默认的任务
选择:Run As Ant Build...,在弹出框中,可以选择执行哪些任务.
当直接使用ant命令时,可以用-D来输入参数,
例如ant -buildfile package.xml -Dversion=1_0,指定了version的值。
posted on 2007-08-14 15:18
cerulean
阅读(423)
评论(0)
编辑
收藏
所属分类:
eclipse
、
Ant
新用户注册
刷新评论列表
只有注册用户
登录
后才能发表评论。
网站导航:
博客园
IT新闻
Chat2DB
C++博客
博问
管理
相关文章:
NetBeans啊!
eclipse中比较时忽略空白
subclipse 创建分支、标记时必须输入注释
eclipse中的ant
换行符
eclipse插件coverlipse
在eclipse中使用Ant执行JUnit
导航
BlogJava
首页
新随笔
联系
聚合
管理
<
2007年8月
>
日
一
二
三
四
五
六
29
30
31
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
1
2
3
4
5
6
7
8
统计
随笔 - 58
文章 - 0
评论 - 10
引用 - 0
常用链接
我的随笔
我的评论
我的参与
最新评论
留言簿
(3)
给我留言
查看公开留言
查看私人留言
随笔分类
Ant(3)
(rss)
DB(6)
(rss)
eclipse(7)
(rss)
Java(29)
(rss)
other notes(9)
(rss)
Testing Related(6)
(rss)
unix/solaris(2)
(rss)
web(8)
(rss)
XP
(rss)
随笔档案
2012年11月 (1)
2012年2月 (1)
2012年1月 (1)
2011年12月 (1)
2011年7月 (1)
2011年6月 (1)
2010年8月 (1)
2010年7月 (1)
2010年6月 (1)
2010年3月 (1)
2009年12月 (1)
2009年11月 (1)
2009年10月 (1)
2009年9月 (3)
2009年8月 (2)
2009年7月 (1)
2009年6月 (1)
2007年12月 (5)
2007年9月 (1)
2007年8月 (7)
2007年7月 (5)
2007年4月 (2)
2007年3月 (11)
2007年2月 (7)
搜索
最新评论
1. re: C-JDBC
评论内容较长,点击标题查看
--cerulean
2. re: C-JDBC
评论内容较长,点击标题查看
--woshibobo
3. re: JTextArea->JTextPane 解决文字对齐方式的问题
非常好!!!!非常感谢!!!!!!
--隆
4. 1[未登录]
1
--1
5. re: form中的"styleId"属性
asas
--asd
阅读排行榜
1. JTextArea->JTextPane 解决文字对齐方式的问题(7858)
2. 各种timeout的设置(5166)
3. getParameter时的中文乱码问题(3709)
4. JLabel的文字自动换行(3420)
5. PostgreSQL中使用copy命令(3341)
评论排行榜
1. myeclipse中web.xml文件不识别taglib的问题(2)
2. C-JDBC(2)
3. JTextArea->JTextPane 解决文字对齐方式的问题(1)
4. JLabel的文字自动换行(1)
5. 使用ant(1)