<?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>TechPitcher &#187; Ant</title>
	<atom:link href="http://www.techpitcher.com/category/ant/feed" rel="self" type="application/rss+xml" />
	<link>http://www.techpitcher.com</link>
	<description></description>
	<lastBuildDate>Mon, 20 Dec 2010 10:28:24 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>&#8216;ant&#8217; is not recognized as an internal or external command, operable program or batch file.</title>
		<link>http://www.techpitcher.com/ant-is-not-recognized-as-an-internal-or-external-command-operable-program-or-batch-file.html</link>
		<comments>http://www.techpitcher.com/ant-is-not-recognized-as-an-internal-or-external-command-operable-program-or-batch-file.html#comments</comments>
		<pubDate>Wed, 08 Oct 2008 20:36:39 +0000</pubDate>
		<dc:creator>Amit</dc:creator>
				<category><![CDATA[Ant]]></category>
		<category><![CDATA[Exception]]></category>

		<guid isPermaLink="false">http://techpitcher.com/?p=62</guid>
		<description><![CDATA[This error comes when program is not able to find ant.bat i.e. Ant is not installed properly. Please visit How to install Ant.
]]></description>
			<content:encoded><![CDATA[<p>This error comes when program is not able to find ant.bat i.e. Ant is not installed properly. Please visit <a href="http://techpitcher.com/installing-apache-ant-in-windows.html">How to install Ant</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techpitcher.com/ant-is-not-recognized-as-an-internal-or-external-command-operable-program-or-batch-file.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Installing Apache Ant in Windows</title>
		<link>http://www.techpitcher.com/installing-apache-ant-in-windows.html</link>
		<comments>http://www.techpitcher.com/installing-apache-ant-in-windows.html#comments</comments>
		<pubDate>Sun, 05 Oct 2008 07:26:38 +0000</pubDate>
		<dc:creator>Amit</dc:creator>
				<category><![CDATA[Ant]]></category>

		<guid isPermaLink="false">http://techpitcher.com/?p=61</guid>
		<description><![CDATA[Apache Ant is a Java-based build tool. To install ant, please follow the instructions.
1. Download Ant.
2. Unzip downloaded file.
3. Rename the unzipped directory to &#8220;ant&#8221;. You can choose another directory name, remember that name is not too long. A long name will create a problem in Win95, Win98 and WinMe.
On these systems, the script used [...]]]></description>
			<content:encoded><![CDATA[<p>Apache Ant is a Java-based build tool. To install ant, please follow the instructions.</p>
<p>1. <a href="http://ant.apache.org/bindownload.cgi" target="_blank">Download</a> Ant.</p>
<p>2. Unzip downloaded file.</p>
<p>3. Rename the unzipped directory to &#8220;ant&#8221;. You can choose another directory name, remember that name is not too long. A long name will create a problem in Win95, Win98 and WinMe.</p>
<p><em>On these systems, the script used to launch Ant will have problems if ANT_HOME is a long filename (i.e. a filename which is not of the format known as &#8220;8.3&#8243;). This is due to limitations in the OS&#8217;s handling of the <code>"for"</code> batch-file statement. It is recommended, therefore, that Ant be installed in a <strong>short</strong>, 8.3 path, such as C:\Ant. </em></p>
<p>4. Set ANT_HOME environment variable.<br />
<em><br />
My Computer -&gt; Advanced System Properties -&gt; Environment Variable.<br />
Now on the system variable click on New to add a new Environment Variable.<br />
</em></p>
<p>5. Update Path environment variable. e.g.(oldpath;%ANT_HOME%/bin;)</p>
<p>You don&#8217;t require to setup CLASSPATH because of the following reasons</p>
<ol>
<li>Do not ever set <code>CLASSPATH</code>. Ant does not need it, it only causes confusion and breaks things.</li>
<li>If you ignore the previous rule, do not ever, ever, put quotes in the <code>CLASSPATH</code>, even if there is a space in a directory. This will break Ant, and it is not needed.</li>
<li>If you ignore the first rule, do not ever, ever, have a trailing backslash in a <code>CLASSPATH</code>, as it breaks Ant&#8217;s ability to quote the string. Again, this is not needed for the correct operation of the <code>CLASSPATH</code> environment variable, even if a DOS directory is to be added to the path.</li>
<li>You can stop Ant using the <code>CLASSPATH</code> environment variable by setting the <code>-noclasspath</code> option on the command line. This is an easy way to test for classpath-related problems.</li>
</ol>
<p>To test if Ant is installed successfully, go to command prompt and type ant-h. It will show you help regarding ant usages.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techpitcher.com/installing-apache-ant-in-windows.html/feed</wfw:commentRss>
		<slash:comments>29</slash:comments>
		</item>
	</channel>
</rss>

