<?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>dominic-tancredi.com &#187; apps</title>
	<atom:link href="http://dominic-tancredi.com/category/programming/apps/feed/" rel="self" type="application/rss+xml" />
	<link>http://dominic-tancredi.com</link>
	<description>art + science hacking</description>
	<lastBuildDate>Mon, 26 Jul 2010 05:00:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Danger Hiptop &#8211; Build Fail, Cannot find ${env.DANGER_HOME}</title>
		<link>http://dominic-tancredi.com/2010/01/28/danger-hiptop-build-fail-cannot-find-env-danger_home/</link>
		<comments>http://dominic-tancredi.com/2010/01/28/danger-hiptop-build-fail-cannot-find-env-danger_home/#comments</comments>
		<pubDate>Thu, 28 Jan 2010 05:28:34 +0000</pubDate>
		<dc:creator>dominic</dc:creator>
				<category><![CDATA[apps]]></category>
		<category><![CDATA[code hacking]]></category>
		<category><![CDATA[danger]]></category>
		<category><![CDATA[hiptop]]></category>

		<guid isPermaLink="false">http://dominic-tancredi.com/?p=177</guid>
		<description><![CDATA[Working on my first app for the Danger Hiptop SDK. It&#8217;s pretty fun, Java with custom classes stacked on top. I was editing the project in Eclipse, but when it came time to compile via the Ant build.xml, got this type of error: 12BUILD FAILED /Applications/hiptop-sdk/examples/chessclock/build.xml:14: Cannot find ${env.DANGER_HOME}/tools/build_common.xml imported from /Applications/hiptop-sdk/examples/ourspace/build.xml Reason? The environment [...]]]></description>
			<content:encoded><![CDATA[<p>Working on my first app for the Danger Hiptop SDK. It&#8217;s pretty fun, Java with custom classes stacked on top. </p>
<p>I was editing the project in Eclipse, but when it came time to compile via the Ant build.xml, got this type of error:</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br /></div></td><td><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">BUILD FAILED<br />
/Applications/hiptop-sdk/examples/chessclock/build.xml:14: Cannot find ${env.DANGER_HOME}/tools/build_common.xml imported from /Applications/hiptop-sdk/examples/ourspace/build.xml</div></td></tr></tbody></table></div>
<p>Reason? The environment variables I set weren&#8217;t being seen in Eclipse for some reason. Not to worry. Simply:</p>
<ol>
<li>Right click on build.xml</li>
<li>Select &#8220;Run As&#8230;&#8221;->&#8221;External Tools Configuration&#8221;</li>
<li>Select the &#8220;Environment&#8221; tab</li>
<li>Press &#8220;New&#8221;, and fill out &#8220;DANGER_HOME&#8221; and &#8220;/locationOfYourDangerSDK&#8221; (mine is &#8220;/Applications/hiptop-sdk&#8221;)</li>
<li>Hit &#8220;Run&#8221;!</li>
</ol>
<p>Before I was compiling it straight from terminal. But sometimes it&#8217;s nice to strike a fire instead of wait for lightning.</p>
<p>FTD</p>
<img src="http://dominic-tancredi.com/?ak_action=api_record_view&id=177&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://dominic-tancredi.com/2010/01/28/danger-hiptop-build-fail-cannot-find-env-danger_home/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
