<?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>Devon Hillard&#039;s Digital Sanctuary &#187; mac</title>
	<atom:link href="http://www.digitalsanctuary.com/tech-blog/tag/mac/feed" rel="self" type="application/rss+xml" />
	<link>http://www.digitalsanctuary.com/tech-blog</link>
	<description>Java, ATG, Seam, and related Technologies</description>
	<lastBuildDate>Mon, 30 Jan 2012 23:04:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Eclipse StartOnFirstThread Error (and fix!)</title>
		<link>http://www.digitalsanctuary.com/tech-blog/java/eclipse-startonfirstthread-error-and-fix.html</link>
		<comments>http://www.digitalsanctuary.com/tech-blog/java/eclipse-startonfirstthread-error-and-fix.html#comments</comments>
		<pubDate>Thu, 24 Jan 2008 23:22:12 +0000</pubDate>
		<dc:creator>Devon</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[os x]]></category>

		<guid isPermaLink="false">http://www.digitalsanctuary.com/tech-blog/java/eclipse-startonfirstthread-error-and-fix.html</guid>
		<description><![CDATA[This appears to be an issue with the JVM under Leopard (Mac OS X 10.5), but I started getting the following error within Eclipse when using the ResourceBundleEditor plugin: It also apparently happens with other plugins/apps and is an issue &#8230; <a href="http://www.digitalsanctuary.com/tech-blog/java/eclipse-startonfirstthread-error-and-fix.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>This appears to be an issue with the JVM under Leopard (Mac OS X 10.5), but I started getting the following error within Eclipse when using the ResourceBundleEditor plugin:</p>
<p><img src='http://www.digitalsanctuary.com/tech-blog/wp-content/uploads/2008/01/startonfirstthread-error.jpg' alt='StartOnFirstThread Error Message' /></p>
<p>It also apparently happens with other plugins/apps and is an issue with the AWT kit in the new JVM.  After pouring through all of my Eclipse config files and determining that I definitely was NOT specifying StartOnFirstThread anywhere, I found this fix:</p>
<p>Within the Eclipse application bundle, in the file Contents/MacOS/eclipse.ini, add this line:</p>
<p>-Djava.awt.headless=true</p>
<p>Save the file, and restart Eclipse.  Problem solved.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.digitalsanctuary.com/tech-blog/java/eclipse-startonfirstthread-error-and-fix.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Home Backups</title>
		<link>http://www.digitalsanctuary.com/tech-blog/general/home-backups.html</link>
		<comments>http://www.digitalsanctuary.com/tech-blog/general/home-backups.html#comments</comments>
		<pubDate>Fri, 22 Jun 2007 05:20:28 +0000</pubDate>
		<dc:creator>Devon</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[os x]]></category>

		<guid isPermaLink="false">http://www.digitalsanctuary.com/tech-blog/archives/20</guid>
		<description><![CDATA[I just setup some bash scripts leveraging rsync and triggered via cron to not only keep my external hard-drives backed up to their relative backups, but also to keep my wife&#8217;s laptop (MacBook) backed up to an external drive attached &#8230; <a href="http://www.digitalsanctuary.com/tech-blog/general/home-backups.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I just setup some bash scripts leveraging rsync and triggered via cron to not only keep my external hard-drives backed up to their relative backups, but also to keep my wife&#8217;s laptop (MacBook) backed up to an external drive attached to my desktop (PowerMac).</p>
<p><code>/usr/bin/backup:</code><br /><code>#!/bin/bash<br />
rsync /Users/emma/ -avz -e ssh 'modoc@andromeda.local:/Volumes/MBP\ Backup/tongari/Users/emma/'<br />
rsync /Applications/ -avz -e ssh 'modoc@andromeda.local:/Volumes/MBP\ Backup/tongari/Applications/'</code></p>
<p><code>/etc/crontab</code><br /><code># minute        hour    mday    month   wday    who     command<br />
30      5       *       *       *       emma    /bin/bash /usr/bin/backup</code></p>
<p>And with ssh keys setup correctly, it should just work.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.digitalsanctuary.com/tech-blog/general/home-backups.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 1/15 queries in 0.004 seconds using disk: basic
Object Caching 310/331 objects using disk: basic

Served from: www.digitalsanctuary.com @ 2012-02-06 23:44:10 -->
