<?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>jm2dev &#187; squeeze</title>
	<atom:link href="http://www.jm2dev.com/tag/squeeze/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jm2dev.com</link>
	<description>desarrollo software en el siglo XXI</description>
	<lastBuildDate>Sun, 28 Aug 2011 16:09:44 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Eclipse STS + maven2 no embebido</title>
		<link>http://www.jm2dev.com/2010/03/eclipse-sts-maven2-no-embebido/</link>
		<comments>http://www.jm2dev.com/2010/03/eclipse-sts-maven2-no-embebido/#comments</comments>
		<pubDate>Tue, 16 Mar 2010 11:11:43 +0000</pubDate>
		<dc:creator>josemiguel</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[maven2]]></category>
		<category><![CDATA[springsource]]></category>
		<category><![CDATA[squeeze]]></category>
		<category><![CDATA[sts]]></category>

		<guid isPermaLink="false">http://www.jm2dev.com/?p=154</guid>
		<description><![CDATA[Recientemente he comenzado a utilizar la versión de Eclipse desarrollada por Spring Source, y me he encontrado con una serie de inconvenientes a la hora de usar maven2, como no poder añadir dependencias o plugins porque no se encuentran.
La solución que he encontrado consiste en dejar de usar la versión de maven embebida, y reemplazarla [...]]]></description>
			<content:encoded><![CDATA[<p>Recientemente he comenzado a utilizar la versión de <a href="http://www.eclipse.org">Eclipse</a> desarrollada por <a href="http://www.grails.org/STS+Integration">Spring Source</a>, y me he encontrado con una serie de <a href="http://stackoverflow.com/questions/2341004/eclipse-sts-maven">inconvenientes</a> a la hora de usar <a href="http://maven.apache.org">maven2</a>, como no poder añadir dependencias o plugins porque no se encuentran.</p>
<p>La solución que he encontrado consiste en dejar de usar la versión de maven embebida, y reemplazarla por la instalada en mi sistema. Para ello se accede al menú <em>Window/Preferences/Maven/Installations</em> y se añade el maven2 resisdente en mi sistema (en mi caso un debian squeeze):</p>
<p><code>/usr/share/maven2</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jm2dev.com/2010/03/eclipse-sts-maven2-no-embebido/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>grub2 in a partition</title>
		<link>http://www.jm2dev.com/2010/02/grub2-in-a-partition/</link>
		<comments>http://www.jm2dev.com/2010/02/grub2-in-a-partition/#comments</comments>
		<pubDate>Sat, 13 Feb 2010 17:52:04 +0000</pubDate>
		<dc:creator>josemiguel</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[grub2]]></category>
		<category><![CDATA[macbook]]></category>
		<category><![CDATA[squeeze]]></category>
		<category><![CDATA[testing]]></category>

		<guid isPermaLink="false">http://www.jm2dev.com/?p=118</guid>
		<description><![CDATA[grub2 working in a partition, non MBR.]]></description>
			<content:encoded><![CDATA[<p>I enjoy using debian on my second generation macbook, and everything was working fine until my last system update, because I was unable to boot linux. I followed this <a href="http://wiki.debian.org/MacBook">guide</a> to install it, and I use rEFIt to boot OS X and grub which boots linux. So grub is installed in a partition, /dev/sda3 in my case.</p>
<p>With previous updates grub2 was ready to replace grub in my current installation so I was surprised to see it was falling, till now <img src='http://www.jm2dev.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>It seems when I tried to install it on the desired partition grub reported and error, but with the force option I succeed and now everything works.</p>
<p><code>grub-install --force /dev/sda3</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jm2dev.com/2010/02/grub2-in-a-partition/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

