<?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>Rusty Razor Blade &#187; eclipse</title>
	<atom:link href="http://www.rustyrazorblade.com/category/eclipse/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rustyrazorblade.com</link>
	<description>Tech Thoughts, Mostly on LAMP - by Jon Haddad</description>
	<lastBuildDate>Wed, 21 Jul 2010 20:42:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>PyDev Tutorial</title>
		<link>http://www.rustyrazorblade.com/2009/11/pydev-tutorial/</link>
		<comments>http://www.rustyrazorblade.com/2009/11/pydev-tutorial/#comments</comments>
		<pubDate>Fri, 20 Nov 2009 20:54:23 +0000</pubDate>
		<dc:creator>jon</dc:creator>
				<category><![CDATA[eclipse]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://www.rustyrazorblade.com/?p=899</guid>
		<description><![CDATA[I found a good tutorial on IBM on doing Python development with Eclipse.  It might be a little out of date, but I think only the screens got moved around a little bit.  It includes details on how to use ant, which I&#8217;ve recently started using with cruise control and PHP, so I&#8217;m [...]]]></description>
			<content:encoded><![CDATA[<p>I found a good <a href="http://www.ibm.com/developerworks/library/os-ecant/">tutorial</a> on IBM on doing Python development with Eclipse.  It might be a little out of date, but I think only the screens got moved around a little bit.  It includes details on how to use ant, which I&#8217;ve recently started using with cruise control and PHP, so I&#8217;m becoming a fan.</p>
<p>I did run into an issue where I&#8217;d get the error &#8216;Variable references empty selection: ${project_loc}”, but a quick google brought me to a solution <a href="http://juddsolutions.blogspot.com/2008/07/eclipse-projectloc-errors-during-grails.html">here</a>.</p>
<p>I only had PDT installed, which doesn&#8217;t come with the Ant tools.  You just need to install the Eclipse Java Development Tools.  Found that tip on <a href="http://stackoverflow.com/questions/417074/eclipse-pdt-ant">Stack Overflow</a>.</p>
<p>Otherwise, a great tutorial on how to get working with Eclipse and Python.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rustyrazorblade.com/2009/11/pydev-tutorial/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Quite Note: Jump to Matching Brace in Eclipse</title>
		<link>http://www.rustyrazorblade.com/2009/09/quite-note-jump-to-matching-brace-in-eclipse/</link>
		<comments>http://www.rustyrazorblade.com/2009/09/quite-note-jump-to-matching-brace-in-eclipse/#comments</comments>
		<pubDate>Thu, 10 Sep 2009 17:41:40 +0000</pubDate>
		<dc:creator>jon</dc:creator>
				<category><![CDATA[eclipse]]></category>

		<guid isPermaLink="false">http://www.rustyrazorblade.com/?p=823</guid>
		<description><![CDATA[This is more of a note to myself, but I had a hard time figuring out how to jump to a matching brace in eclipse.  
on a mac: apple+shift+p
on a pc, under linux: ctrl+shift+p
I like how BBEdit handles this.  If I double click on a brace, it selects everything between it and it&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>This is more of a note to myself, but I had a hard time figuring out how to jump to a matching brace in eclipse.  </p>
<p>on a mac: apple+shift+p<br />
on a pc, under linux: ctrl+shift+p</p>
<p>I like how BBEdit handles this.  If I double click on a brace, it selects everything between it and it&#8217;s match.  Does anyone know if it&#8217;s possible to assign a hotkey to open a file in an external editor?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rustyrazorblade.com/2009/09/quite-note-jump-to-matching-brace-in-eclipse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mono Install Bug (Found when using Eclipse)</title>
		<link>http://www.rustyrazorblade.com/2009/05/mono-install-bug-found-when-using-eclipse/</link>
		<comments>http://www.rustyrazorblade.com/2009/05/mono-install-bug-found-when-using-eclipse/#comments</comments>
		<pubDate>Fri, 08 May 2009 19:52:56 +0000</pubDate>
		<dc:creator>jon</dc:creator>
				<category><![CDATA[apple]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[mono]]></category>

		<guid isPermaLink="false">http://www.rustyrazorblade.com/?p=744</guid>
		<description><![CDATA[I got this error after installing the Mono framework on MacOS X 10.5.6 and trying to set up a new project with eclipse.
NAnt 0.86 (Build 0.86.2898.0; beta1; 12/08/2007)
Copyright (C) 2001-2007 Gerry Shaw
http://nant.sourceforge.net
For more information regarding the cause of the build failure, run the build again in debug mode.
Try &#8216;nant -help&#8217; for more information
BUILD FAILED
Failed to [...]]]></description>
			<content:encoded><![CDATA[<p>I got this error after installing the Mono framework on MacOS X 10.5.6 and trying to set up a new project with eclipse.</p>
<blockquote><p>NAnt 0.86 (Build 0.86.2898.0; beta1; 12/08/2007)<br />
Copyright (C) 2001-2007 Gerry Shaw<br />
http://nant.sourceforge.net</p>
<p>For more information regarding the cause of the build failure, run the build again in debug mode.</p>
<p>Try &#8216;nant -help&#8217; for more information</p>
<p>BUILD FAILED</p>
<p>Failed to initialize the &#8216;Mono 3.5 Profile&#8217; (mono-3.5) target framework.</p>
<p>    Function call failed.<br />
Expression: ${not pkg-config::exists(&#8217;mono&#8217;)}<br />
                  ^^^^^^^^^^^^^^^^^^^^^^^^^^</p>
<p>        &#8216;pkg-config&#8217; failed to start.</p>
<p>            ApplicationName=&#8217;pkg-config&#8217;, CommandLine=&#8217;&#8211;exists mono&#8217;, CurrentDirectory=&#8217;/Library/Frameworks/Mono.framework/Versions/2.4/share/NAnt/bin/&#8217;
</p></blockquote>
<p>A few google searches suggested that this might be because pkg-config wasn&#8217;t installed &#8211; but it&#8217;s included in the Mono distribution.  I finally realized the symlink wasn&#8217;t being created in by the Mono installer.  Running the below command fixed everything.</p>
<blockquote><p>sudo ln -s /Library/Frameworks/Mono.framework/Commands/pkg-config /usr/bin/pkg-config</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.rustyrazorblade.com/2009/05/mono-install-bug-found-when-using-eclipse/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>C# on the Mac with Eclipse</title>
		<link>http://www.rustyrazorblade.com/2009/04/c-on-the-mac-with-eclipse/</link>
		<comments>http://www.rustyrazorblade.com/2009/04/c-on-the-mac-with-eclipse/#comments</comments>
		<pubDate>Tue, 21 Apr 2009 02:37:55 +0000</pubDate>
		<dc:creator>jon</dc:creator>
				<category><![CDATA[c++]]></category>
		<category><![CDATA[eclipse]]></category>

		<guid isPermaLink="false">http://www.rustyrazorblade.com/?p=601</guid>
		<description><![CDATA[It looks like developing using c# and eclipse on the Mac is pretty easy, at least on first glance.  Here&#8217;s a good guide to get started.
It only took about 2 minutes to go from &#8220;I think I&#8217;ll give this a shot&#8221; to &#8220;sweet it compiled.&#8221;
]]></description>
			<content:encoded><![CDATA[<p>It looks like developing using c# and eclipse on the Mac is pretty easy, at least on first glance.  <a href="http://vanirsystems.com/danielsblog/2008/01/02/mac-os-x-mono-eclipse-and-virtuoso/">Here&#8217;s a good guide to get started</a>.</p>
<p>It only took about 2 minutes to go from &#8220;I think I&#8217;ll give this a shot&#8221; to &#8220;sweet it compiled.&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rustyrazorblade.com/2009/04/c-on-the-mac-with-eclipse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
