顯示具有 Ant 標籤的文章。 顯示所有文章
顯示具有 Ant 標籤的文章。 顯示所有文章

星期四, 3月 29, 2012

[Eclipse] 利用Eclipse建立Ant用的build.xml

本文說明如果用eclipse快速建立Ant的Build.xml檔

使用步驟:
1.在專案上按右鍵->Export

2.General->Ant Buildfiles


3. 選擇要匯出build.xml的專案


4.由於這個檔案是工具產生的,請依自已的需求做修改。

星期日, 11月 07, 2010

星期五, 10月 29, 2010

[Ant]Ubuntu using Ant Note

1.Installation
$apt-get install ant

2.checked ant version
$ant -version

you should see
Apache Ant version 1.7.1 compiled on July 2 2010


3.ant build
$ant

if you didnt create build .xml , you should see
Buildfile: build.xml does not exist!
Build failed

其他你感興趣的文章

Related Posts with Thumbnails