<?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>没有比人更高的山 &#187; ant</title>
	<atom:link href="http://www.zhlwish.com/tag/ant/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.zhlwish.com</link>
	<description>Where there is a will there is a way.</description>
	<lastBuildDate>Fri, 13 Jan 2012 08:13:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>一个ant的build.xml文件实例</title>
		<link>http://www.zhlwish.com/2009/11/15/ant-build-xml-example/</link>
		<comments>http://www.zhlwish.com/2009/11/15/ant-build-xml-example/#comments</comments>
		<pubDate>Sun, 15 Nov 2009 01:15:09 +0000</pubDate>
		<dc:creator>周亮</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[ant]]></category>

		<guid isPermaLink="false">http://www.zhlwish.com/?p=43</guid>
		<description><![CDATA[很简单，很实用，写完之后，发现，嘿嘿！我居然可以不翻doc写build文件了。 &#38;lt;?xml version=&#34;1.0&#34; encoding=&#34;utf-8&#34; ?&#38;gt; &#38;lt;project name=&#34;dian_bid&#34; basedir=&#34;.&#34; default=&#34;deploy&#34;&#38;gt; &#160;  &#38;lt;property name=&#34;source&#34; location=&#34;src&#34; /&#38;gt;  &#38;lt;property name=&#34;resource&#34; location=&#34;res&#34; /&#38;gt;  &#38;lt;property name=&#34;test-srouce&#34; location=&#34;test&#34; /&#38;gt;  &#38;lt;property name=&#34;release-resource&#34; location=&#34;release&#34; /&#38;gt;  &#38;lt;property name=&#34;dest&#34; location=&#34;dest&#34; /&#38;gt; &#160;  &#38;lt;property name=&#34;webroot&#34; location=&#34;web&#34;/&#38;gt;  &#38;lt;property name=&#34;tomcat-root&#34; location=&#34;D:/Java/apache-tomcat-a&#34;/&#38;gt; &#160;  &#38;lt;target name=&#34;clean&#34;&#38;gt; &#8230; <a href="http://www.zhlwish.com/2009/11/15/ant-build-xml-example/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.zhlwish.com/2009/11/15/ant-build-xml-example/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

