<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: m2eclipse is useless</title>
	<atom:link href="http://martijndashorst.com/blog/2008/07/22/m2eclipse-is-useless/feed/" rel="self" type="application/rss+xml" />
	<link>http://martijndashorst.com/blog/2008/07/22/m2eclipse-is-useless/</link>
	<description>Ramblings on Java, Wicket, cats and other stuff</description>
	<lastBuildDate>Mon, 05 Dec 2011 20:15:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: PB</title>
		<link>http://martijndashorst.com/blog/2008/07/22/m2eclipse-is-useless/comment-page-1/#comment-57188</link>
		<dc:creator>PB</dc:creator>
		<pubDate>Wed, 27 Aug 2008 19:48:14 +0000</pubDate>
		<guid isPermaLink="false">http://martijndashorst.com/blog/2008/07/22/m2eclipse-is-useless/#comment-57188</guid>
		<description>The complete ignorance ;-). As Mark Phippard says the updating in subclipse is an option. And subversive has the exact same option, only it is turned of by default. And no, m2eclipse has no hardcoded dependency on subclipse, I use it without sublcipse.</description>
		<content:encoded><![CDATA[<p>The complete ignorance <img src='http://martijndashorst.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> . As Mark Phippard says the updating in subclipse is an option. And subversive has the exact same option, only it is turned of by default. And no, m2eclipse has no hardcoded dependency on subclipse, I use it without sublcipse.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Wilson</title>
		<link>http://martijndashorst.com/blog/2008/07/22/m2eclipse-is-useless/comment-page-1/#comment-57176</link>
		<dc:creator>Mike Wilson</dc:creator>
		<pubDate>Sat, 23 Aug 2008 16:47:05 +0000</pubDate>
		<guid isPermaLink="false">http://martijndashorst.com/blog/2008/07/22/m2eclipse-is-useless/#comment-57176</guid>
		<description>&gt; Wonder were that code went?

http://docs.codehaus.org/display/M2ECLIPSE/Integration+with+Subversive</description>
		<content:encoded><![CDATA[<p>&gt; Wonder were that code went?</p>
<p><a href="http://docs.codehaus.org/display/M2ECLIPSE/Integration+with+Subversive" rel="nofollow">http://docs.codehaus.org/display/M2ECLIPSE/Integration+with+Subversive</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Toby</title>
		<link>http://martijndashorst.com/blog/2008/07/22/m2eclipse-is-useless/comment-page-1/#comment-57102</link>
		<dc:creator>Toby</dc:creator>
		<pubDate>Tue, 22 Jul 2008 22:53:42 +0000</pubDate>
		<guid isPermaLink="false">http://martijndashorst.com/blog/2008/07/22/m2eclipse-is-useless/#comment-57102</guid>
		<description>Why do you have to update after a commit? (I use Subclipse all the time.)</description>
		<content:encoded><![CDATA[<p>Why do you have to update after a commit? (I use Subclipse all the time.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin</title>
		<link>http://martijndashorst.com/blog/2008/07/22/m2eclipse-is-useless/comment-page-1/#comment-57100</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Tue, 22 Jul 2008 16:58:53 +0000</pubDate>
		<guid isPermaLink="false">http://martijndashorst.com/blog/2008/07/22/m2eclipse-is-useless/#comment-57100</guid>
		<description>Little research on nabble I came up with this.
http://www.nabble.com/m2eclipse-and-subversive-td16045807.html
Wonder were that code went?

mf</description>
		<content:encoded><![CDATA[<p>Little research on nabble I came up with this.<br />
<a href="http://www.nabble.com/m2eclipse-and-subversive-td16045807.html" rel="nofollow">http://www.nabble.com/m2eclipse-and-subversive-td16045807.html</a><br />
Wonder were that code went?</p>
<p>mf</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Phippard</title>
		<link>http://martijndashorst.com/blog/2008/07/22/m2eclipse-is-useless/comment-page-1/#comment-57099</link>
		<dc:creator>Mark Phippard</dc:creator>
		<pubDate>Tue, 22 Jul 2008 13:17:33 +0000</pubDate>
		<guid isPermaLink="false">http://martijndashorst.com/blog/2008/07/22/m2eclipse-is-useless/#comment-57099</guid>
		<description>Subclipse does not require you to update after a commit.  It simply had a feature that let you know your local folders were out of date with the server.  If you do not know that and you try to rename them, your commit will fail.  It was always a preference to turn this off and in the current release it is off by default.

I am virtually certain that m2eclipse is not hardcoded to Subclipse.  I recall that it even supports Subversive.  Are you sure this is not a case of needing to expand their update site and deselect their Subclipse integration plugin?  We have this problem all the time with Subclipse and users thinking they have to install Mylyn and Buckminster to use Subclipse.  We simply host plugins that integrate with those tools -- if you have them installed.</description>
		<content:encoded><![CDATA[<p>Subclipse does not require you to update after a commit.  It simply had a feature that let you know your local folders were out of date with the server.  If you do not know that and you try to rename them, your commit will fail.  It was always a preference to turn this off and in the current release it is off by default.</p>
<p>I am virtually certain that m2eclipse is not hardcoded to Subclipse.  I recall that it even supports Subversive.  Are you sure this is not a case of needing to expand their update site and deselect their Subclipse integration plugin?  We have this problem all the time with Subclipse and users thinking they have to install Mylyn and Buckminster to use Subclipse.  We simply host plugins that integrate with those tools &#8212; if you have them installed.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

