<?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>Michael P. Verdicchio &#187; Development</title>
	<atom:link href="http://www.michaelverdicchio.com/category/development/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.michaelverdicchio.com</link>
	<description></description>
	<lastBuildDate>Thu, 11 Aug 2011 06:18:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Eclipse and Ant</title>
		<link>http://www.michaelverdicchio.com/2009/10/29/eclipse-and-ant/</link>
		<comments>http://www.michaelverdicchio.com/2009/10/29/eclipse-and-ant/#comments</comments>
		<pubDate>Thu, 29 Oct 2009 18:29:23 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://www.michaelverdicchio.com/?p=198</guid>
		<description><![CDATA[I spent a while trying to figure this out and almost emailed developers, but then I found this simple solution.  Some projects you want to work on use Ant build files, but you (I) use Eclipse.  Their documentation says to download Ant and do it command-line style, but that&#8217;s a pain especially because you (I) [...]]]></description>
			<content:encoded><![CDATA[<p>I spent a while trying to figure this out and almost emailed developers, but then I found this simple solution.  Some projects you want to work on use Ant build files, but you (I) use Eclipse.  Their documentation says to download Ant and do it command-line style, but that&#8217;s a pain especially because you (I) know Eclipse has ANT built in.  So you right-click the build.xml file and try to run Ant, but it says that it can&#8217;t find a compiler or that JAVA_HOME points to your JRE (instead of JDK).  According to this website:</p>
<p><a href="http://www.practicalembeddedjava.com/tools/eclipse_tips.html">http://www.practicalembeddedjava.com/tools/eclipse_tips.html</a></p>
<p>Eclipse/Ant doesn&#8217;t use your system variables to find anything, so all you have to do is add tools.jar to Window&gt;Preferences&gt;Ant&gt;Runtime&gt;Classpath&gt;Ant Home Entries with &#8220;Add External Jars&#8221;.  Since the screen shot at the site above is a little dated, I made one with my newish version of Eclipse (below).  Now the Ant build went fine (clean the project if you have to), and now you can run projects depending on Ant from Eclipse.</p>
<p><a rel="attachment wp-att-199" href="http://www.michaelverdicchio.com/2009/10/29/eclipse-and-ant/tools/"><img class="alignnone size-medium wp-image-199" title="tools" src="http://www.michaelverdicchio.com/wp-content/uploads/2009/10/tools-300x215.jpg" alt="tools" width="300" height="215" /></a></p>
<p>(click the image a couple times to see the big version)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.michaelverdicchio.com/2009/10/29/eclipse-and-ant/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

