<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Ant &#8211; 記下來</title>
	<atom:link href="https://noter.tw/tag/ant/feed/" rel="self" type="application/rss+xml" />
	<link>https://noter.tw</link>
	<description>一路上踩到的坑、遇到的問題，一點一滴記下來，希望能幫助到需要的人~</description>
	<lastBuildDate>Tue, 02 Jul 2019 05:38:14 +0000</lastBuildDate>
	<language>zh-TW</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.6.3</generator>

<image>
	<url>https://noter.tw/wp-content/uploads/cropped-old-1130742_1920-1-32x32.jpg</url>
	<title>Ant &#8211; 記下來</title>
	<link>https://noter.tw</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Apache Ant 1.7安裝</title>
		<link>https://noter.tw/2501/apache-ant-1-7%e5%ae%89%e8%a3%9d/</link>
					<comments>https://noter.tw/2501/apache-ant-1-7%e5%ae%89%e8%a3%9d/#respond</comments>
		
		<dc:creator><![CDATA[黃小蛙]]></dc:creator>
		<pubDate>Fri, 28 Mar 2008 13:22:17 +0000</pubDate>
				<category><![CDATA[一般程式]]></category>
		<category><![CDATA[Ant]]></category>
		<category><![CDATA[ANT_HOME]]></category>
		<guid isPermaLink="false">http://wazai.net/?p=2501</guid>

					<description><![CDATA[<p>Ant 安裝方式其實很簡單，只要下載後解壓縮以及設定環境變數就可以使用了。 下載後解壓縮到C槽，更名資料夾為ant，接著設定以下環境變數 ANT_HOME=c:\ant JAVA_HOME=c:\jd&#46;&#46;&#46;</p>
<p>這篇文章 <a rel="nofollow" href="https://noter.tw/2501/apache-ant-1-7%e5%ae%89%e8%a3%9d/" data-wpel-link="internal">Apache Ant 1.7安裝</a> 最早出現於 <a rel="nofollow" href="https://noter.tw" data-wpel-link="internal">記下來</a>。</p>
]]></description>
										<content:encoded><![CDATA[<p>Ant 安裝方式其實很簡單，只要下載後解壓縮以及設定環境變數就可以使用了。<br />
<span id="more-2501"></span><br />
下載後解壓縮到C槽，更名資料夾為ant，接著設定以下環境變數</p>
<pre class="brush: text; gutter: true">ANT_HOME=c:\ant
JAVA_HOME=c:\jdk-1.5.0.05
PATH=%PATH%;%ANT_HOME%\bin</pre>
<p><span style="color: #ff00ff;"><strong>開始 -&gt; 控制台 -&gt; 系統 -&gt; 進階 -&gt; 環境變數</strong></span></p>
<ol>
<li>-&gt; 新增<br />
-&gt; 變數名稱: <strong>ANT_HOME</strong><br />
-&gt;&nbsp;變數值:<span style="color: #ff0000;"><strong>&nbsp;c:\ant</strong></span><br />
-&gt;&nbsp;確定</li>
<li>-&gt; 找到變數Path<br />
-&gt;&nbsp;編輯<br />
-&gt; 在變數值最後面加上<strong>&nbsp;<span style="color: #ff0000;">;%ANT_HOME%\bin</span></strong>&nbsp;&nbsp; (注意分號)<br />
-&gt; 確定。</li>
</ol>
<p>重新啟動 cmd 後，<strong>開始 -&gt; 執行 -&gt; cmd -&gt; 在命令提示字元下輸入 ant</strong>&nbsp;，若出現</p>
<pre class="brush: shell; gutter: true">Buildfile: build.xml does not exist!
Build failed</pre>
<p>表示 Ant 已經安裝完成囉！<br />
<strong>參考資料：</strong></p>
<ol>
<li>
<address>Installing Apache Ant</address>
<address><a href="http://ant.apache.org/manual/install.html#getting" target="_blank" rel="noopener noreferrer nofollow external" data-wpel-link="external" class="wpel-icon-right">http://ant.apache.org/manual/install.html#getting<span class="wpel-icon wpel-image wpel-icon-6"></span></a></address>
</li>
</ol>
<p>這篇文章 <a rel="nofollow" href="https://noter.tw/2501/apache-ant-1-7%e5%ae%89%e8%a3%9d/" data-wpel-link="internal">Apache Ant 1.7安裝</a> 最早出現於 <a rel="nofollow" href="https://noter.tw" data-wpel-link="internal">記下來</a>。</p>
]]></content:encoded>
					
					<wfw:commentRss>https://noter.tw/2501/apache-ant-1-7%e5%ae%89%e8%a3%9d/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
