<?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>ingokallenbach.de &#187; Allgemeines</title>
	<atom:link href="http://www.ingokallenbach.de/category/allgemeines/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ingokallenbach.de</link>
	<description>About Mac OS X Leopard, Java, software development and other stuff...</description>
	<lastBuildDate>Sun, 03 Jan 2010 15:21:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>Maven-Update unter Mac OS X</title>
		<link>http://www.ingokallenbach.de/2009/11/01/maven-update-unter-mac-os-x/</link>
		<comments>http://www.ingokallenbach.de/2009/11/01/maven-update-unter-mac-os-x/#comments</comments>
		<pubDate>Sun, 01 Nov 2009 12:49:46 +0000</pubDate>
		<dc:creator>ingo</dc:creator>
				<category><![CDATA[Allgemeines]]></category>

		<guid isPermaLink="false">http://www.ingokallenbach.de/?p=110</guid>
		<description><![CDATA[Auf meinem Snow Leopard System habe ich ein Maven bereits vorinstalliert. Es kann allerdings gut sein, dass Maven mit XCode installiert wurde. Das kann ich gerade nicht genauer sagen. Jedenfalls habe ich Maven in Version 2.0.9 auf meinem System vorgefunden. &#8230; <a href="http://www.ingokallenbach.de/2009/11/01/maven-update-unter-mac-os-x/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Auf meinem Snow Leopard System habe ich ein <a href="http://maven.apache.org">Maven</a> bereits vorinstalliert. Es kann allerdings gut sein, dass Maven mit XCode installiert wurde. Das kann ich gerade nicht genauer sagen.</p>
<p>Jedenfalls habe ich Maven in Version 2.0.9 auf meinem System vorgefunden. Aktuell ist aber Maven in Version 2.2.1. Um nun Maven auf den aktuellen Stand zu bringen, ist erstmal die aktuelle Version <a href="http://maven.apache.org/download.html">runterzuladen</a>. Das runtergeladene Archiv wird entpackt.</p>
<p>Jetzt ist ein wenig Tipperei auf der Konsole angesagt. Also das <em>Terminal</em> gestartet.</p>
<p>Der Befehl <code>which mvn</code> zeigt uns, dass Maven über <code>/usr/bin/mvn</code> aufgerufen wird. Schaut man noch genauer hin und verfolgt die ganzen symbolischen Links, stößt man im Endeffekt auf <code>/usr/share/java/apache-maven-2.0.9</code>. Damit ist ein Update sehr einfach!</p>
<ol>
<li>In das Verzeichnis <code>/usr/share/java</code> wechseln (<code>cd /usr/share/java</code>).</li>
<li>Die entpackte neue Maven Version dorthin kopieren (<code>sudo cp -r /path/to/apache-maven-2.2.1 .</code>).</li>
<li>Ein Verzeichnis höher wechseln (<code>cd ..</code>).</li>
<li>Den alten Link entfernen (<code>sudo rm maven</code>).</li>
<li>Auf das neue Maven verlinken (<code>sudo ln -s java/apache-maven-2.2.1 maven</code>).</li>
</ol>
<p>Nach diesen Schritten sollte sich Maven mit der Version 2.2.1 melden.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-shr">
<ul class="socials">
		<li class="shr-comfeed">
			<a href="http://www.ingokallenbach.de/2009/11/01/maven-update-unter-mac-os-x/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://www.ingokallenbach.de/2009/11/01/maven-update-unter-mac-os-x/&amp;title=Maven-Update+unter+Mac+OS+X" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.ingokallenbach.de/2009/11/01/maven-update-unter-mac-os-x/&amp;title=Maven-Update+unter+Mac+OS+X" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.ingokallenbach.de/2009/11/01/maven-update-unter-mac-os-x/&amp;t=Maven-Update+unter+Mac+OS+X" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://www.ingokallenbach.de/2009/11/01/maven-update-unter-mac-os-x/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://www.ingokallenbach.de/2009/11/01/maven-update-unter-mac-os-x/&amp;bm_description=Maven-Update+unter+Mac+OS+X&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://www.ingokallenbach.de/2009/11/01/maven-update-unter-mac-os-x/&amp;title=Maven-Update+unter+Mac+OS+X" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.ingokallenbach.de/2009/11/01/maven-update-unter-mac-os-x/&amp;title=Maven-Update+unter+Mac+OS+X" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://www.ingokallenbach.de/2009/11/01/maven-update-unter-mac-os-x/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Maven-Update+unter+Mac+OS+X+-+http://b2l.me/cusy6&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://www.ingokallenbach.de/2009/11/01/maven-update-unter-mac-os-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Update</title>
		<link>http://www.ingokallenbach.de/2009/07/11/wordpress-update/</link>
		<comments>http://www.ingokallenbach.de/2009/07/11/wordpress-update/#comments</comments>
		<pubDate>Sat, 11 Jul 2009 09:13:13 +0000</pubDate>
		<dc:creator>ingo</dc:creator>
				<category><![CDATA[Allgemeines]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.ingokallenbach.de/2009/07/11/wordpress-update/</guid>
		<description><![CDATA[Eben WordPress auf aktuellen Stand gebracht. Jetzt muss ich endlich mal anfangen, mehr zu bloggen . Subscribe to the comments for this post? Share this on del.icio.us Digg this! Share this on Facebook Post on Google Buzz Add this to &#8230; <a href="http://www.ingokallenbach.de/2009/07/11/wordpress-update/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Eben WordPress auf aktuellen Stand gebracht.</p>
<p>Jetzt muss ich endlich mal anfangen, mehr zu bloggen <img src='http://www.ingokallenbach.de/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> .</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-shr">
<ul class="socials">
		<li class="shr-comfeed">
			<a href="http://www.ingokallenbach.de/2009/07/11/wordpress-update/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://www.ingokallenbach.de/2009/07/11/wordpress-update/&amp;title=Wordpress+Update" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.ingokallenbach.de/2009/07/11/wordpress-update/&amp;title=Wordpress+Update" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.ingokallenbach.de/2009/07/11/wordpress-update/&amp;t=Wordpress+Update" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://www.ingokallenbach.de/2009/07/11/wordpress-update/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://www.ingokallenbach.de/2009/07/11/wordpress-update/&amp;bm_description=Wordpress+Update&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://www.ingokallenbach.de/2009/07/11/wordpress-update/&amp;title=Wordpress+Update" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.ingokallenbach.de/2009/07/11/wordpress-update/&amp;title=Wordpress+Update" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://www.ingokallenbach.de/2009/07/11/wordpress-update/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Wordpress+Update+-+http://b2l.me/cusyH&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://www.ingokallenbach.de/2009/07/11/wordpress-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
