<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Installing Apache Ant in Windows</title>
	<atom:link href="http://www.techpitcher.com/installing-apache-ant-in-windows.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.techpitcher.com/installing-apache-ant-in-windows.html</link>
	<description></description>
	<lastBuildDate>Tue, 22 Jun 2010 14:46:24 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: gcat</title>
		<link>http://www.techpitcher.com/installing-apache-ant-in-windows.html/comment-page-1#comment-254</link>
		<dc:creator>gcat</dc:creator>
		<pubDate>Tue, 22 Jun 2010 14:46:24 +0000</pubDate>
		<guid isPermaLink="false">http://techpitcher.com/?p=61#comment-254</guid>
		<description>tnx for the reply
it works now.</description>
		<content:encoded><![CDATA[<p>tnx for the reply<br />
it works now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amit</title>
		<link>http://www.techpitcher.com/installing-apache-ant-in-windows.html/comment-page-1#comment-253</link>
		<dc:creator>Amit</dc:creator>
		<pubDate>Mon, 21 Jun 2010 17:26:18 +0000</pubDate>
		<guid isPermaLink="false">http://techpitcher.com/?p=61#comment-253</guid>
		<description>This is the root location of the directory where you unzipped ant. e.g. if you unzipped ant into c drive then your ANT_HOME variable is &quot;c:\ant&quot;</description>
		<content:encoded><![CDATA[<p>This is the root location of the directory where you unzipped ant. e.g. if you unzipped ant into c drive then your ANT_HOME variable is &#8220;c:\ant&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gcat</title>
		<link>http://www.techpitcher.com/installing-apache-ant-in-windows.html/comment-page-1#comment-252</link>
		<dc:creator>gcat</dc:creator>
		<pubDate>Mon, 21 Jun 2010 15:14:23 +0000</pubDate>
		<guid isPermaLink="false">http://techpitcher.com/?p=61#comment-252</guid>
		<description>hi
Thanks for your gr8 article
i have one doubt
i have put variable name= ANT_HOME
what will be varialbe value?

thanx in advance?</description>
		<content:encoded><![CDATA[<p>hi<br />
Thanks for your gr8 article<br />
i have one doubt<br />
i have put variable name= ANT_HOME<br />
what will be varialbe value?</p>
<p>thanx in advance?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: roji</title>
		<link>http://www.techpitcher.com/installing-apache-ant-in-windows.html/comment-page-1#comment-243</link>
		<dc:creator>roji</dc:creator>
		<pubDate>Sat, 01 May 2010 15:51:56 +0000</pubDate>
		<guid isPermaLink="false">http://techpitcher.com/?p=61#comment-243</guid>
		<description>Thank&#039;s for your article. :-bd</description>
		<content:encoded><![CDATA[<p>Thank&#8217;s for your article. :-bd</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Diptesh Patel</title>
		<link>http://www.techpitcher.com/installing-apache-ant-in-windows.html/comment-page-1#comment-240</link>
		<dc:creator>Diptesh Patel</dc:creator>
		<pubDate>Wed, 07 Apr 2010 11:51:06 +0000</pubDate>
		<guid isPermaLink="false">http://techpitcher.com/?p=61#comment-240</guid>
		<description>This is an extra ordinary help....

thanks a lot guys..</description>
		<content:encoded><![CDATA[<p>This is an extra ordinary help&#8230;.</p>
<p>thanks a lot guys..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gaurav</title>
		<link>http://www.techpitcher.com/installing-apache-ant-in-windows.html/comment-page-1#comment-239</link>
		<dc:creator>Gaurav</dc:creator>
		<pubDate>Wed, 24 Mar 2010 12:36:02 +0000</pubDate>
		<guid isPermaLink="false">http://techpitcher.com/?p=61#comment-239</guid>
		<description>Thanks  a lot for your help</description>
		<content:encoded><![CDATA[<p>Thanks  a lot for your help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lavi</title>
		<link>http://www.techpitcher.com/installing-apache-ant-in-windows.html/comment-page-1#comment-238</link>
		<dc:creator>Lavi</dc:creator>
		<pubDate>Mon, 15 Mar 2010 13:38:18 +0000</pubDate>
		<guid isPermaLink="false">http://techpitcher.com/?p=61#comment-238</guid>
		<description>thanx mason..windows installer has been very handy to get d work done soon!</description>
		<content:encoded><![CDATA[<p>thanx mason..windows installer has been very handy to get d work done soon!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Laxman</title>
		<link>http://www.techpitcher.com/installing-apache-ant-in-windows.html/comment-page-1#comment-236</link>
		<dc:creator>Laxman</dc:creator>
		<pubDate>Sun, 28 Feb 2010 07:53:49 +0000</pubDate>
		<guid isPermaLink="false">http://techpitcher.com/?p=61#comment-236</guid>
		<description>For windows..

Assume Ant is installed in c:\ant\. The following sets up the environment:

set ANT_HOME=c:\ant
set JAVA_HOME=c:\jdk-1.5.0.05
set PATH=%PATH%;%ANT_HOME%\bin

For unix/linux(bash)

Assume Ant is installed in /usr/local/ant. The following sets up the environment:

export ANT_HOME=/usr/local/ant
export JAVA_HOME=/usr/local/jdk-1.5.0.05
export PATH=${PATH}:${ANT_HOME}/bin

For linux/unix(csh)

setenv ANT_HOME /usr/local/ant
setenv JAVA_HOME /usr/local/jdk/jdk-1.5.0.05
set path=( $path $ANT_HOME/bin )

Try thzz ...it definitely works..</description>
		<content:encoded><![CDATA[<p>For windows..</p>
<p>Assume Ant is installed in c:\ant\. The following sets up the environment:</p>
<p>set ANT_HOME=c:\ant<br />
set JAVA_HOME=c:\jdk-1.5.0.05<br />
set PATH=%PATH%;%ANT_HOME%\bin</p>
<p>For unix/linux(bash)</p>
<p>Assume Ant is installed in /usr/local/ant. The following sets up the environment:</p>
<p>export ANT_HOME=/usr/local/ant<br />
export JAVA_HOME=/usr/local/jdk-1.5.0.05<br />
export PATH=${PATH}:${ANT_HOME}/bin</p>
<p>For linux/unix(csh)</p>
<p>setenv ANT_HOME /usr/local/ant<br />
setenv JAVA_HOME /usr/local/jdk/jdk-1.5.0.05<br />
set path=( $path $ANT_HOME/bin )</p>
<p>Try thzz &#8230;it definitely works..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kaustav</title>
		<link>http://www.techpitcher.com/installing-apache-ant-in-windows.html/comment-page-1#comment-231</link>
		<dc:creator>kaustav</dc:creator>
		<pubDate>Tue, 29 Dec 2009 08:20:46 +0000</pubDate>
		<guid isPermaLink="false">http://techpitcher.com/?p=61#comment-231</guid>
		<description>i dont hav admin right&#039;s in my system.........so can i add another path variable in my user variable C:\ANT_HOME\bin this ?

pls help............ :)</description>
		<content:encoded><![CDATA[<p>i dont hav admin right&#8217;s in my system&#8230;&#8230;&#8230;so can i add another path variable in my user variable C:\ANT_HOME\bin this ?</p>
<p>pls help&#8230;&#8230;&#8230;&#8230; <img src='http://www.techpitcher.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mason Simon</title>
		<link>http://www.techpitcher.com/installing-apache-ant-in-windows.html/comment-page-1#comment-227</link>
		<dc:creator>Mason Simon</dc:creator>
		<pubDate>Sun, 29 Nov 2009 01:25:50 +0000</pubDate>
		<guid isPermaLink="false">http://techpitcher.com/?p=61#comment-227</guid>
		<description>I made an installer called WinAnt to automate these steps. You can download it from http://code.google.com/p/winant/</description>
		<content:encoded><![CDATA[<p>I made an installer called WinAnt to automate these steps. You can download it from <a href="http://code.google.com/p/winant/" rel="nofollow">http://code.google.com/p/winant/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
