<?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: Eclipse Sonar Plugin 0.1 in screenshots</title>
	<atom:link href="http://www.sonarsource.org/eclipse-sonar-plugin-0-1-in-screenshots/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sonarsource.org/eclipse-sonar-plugin-0-1-in-screenshots/</link>
	<description>Open Source Quality Management Platform</description>
	<lastBuildDate>Tue, 31 Jan 2012 22:52:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Evgeny Mandrikov</title>
		<link>http://www.sonarsource.org/eclipse-sonar-plugin-0-1-in-screenshots/comment-page-1/#comment-937</link>
		<dc:creator>Evgeny Mandrikov</dc:creator>
		<pubDate>Thu, 12 May 2011 10:41:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.sonarsource.org/?p=3506#comment-937</guid>
		<description>Hi Gael Sonney,
Please switch to the users mailing list ( http://www.sonarsource.org/support ) in order to troubleshoot your problems.</description>
		<content:encoded><![CDATA[<p>Hi Gael Sonney,<br />
Please switch to the users mailing list ( <a href="http://www.sonarsource.org/support" rel="nofollow">http://www.sonarsource.org/support</a> ) in order to troubleshoot your problems.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gael Sonney</title>
		<link>http://www.sonarsource.org/eclipse-sonar-plugin-0-1-in-screenshots/comment-page-1/#comment-936</link>
		<dc:creator>Gael Sonney</dc:creator>
		<pubDate>Thu, 12 May 2011 09:58:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.sonarsource.org/?p=3506#comment-936</guid>
		<description>Hi, 

I installed the plugin Sonar for Eclipse and that work fine.

But when I want to start my Tomcat server to run the web application, the starting fails.

Without the plugin, there is non problem and after unstalling the pluginm the problem stays.

I didn&#039;t find where to post this bug, so I came here.

here is the log of the error:
java.lang.NoSuchMethodError: org.eclipse.wst.server.core.model.ServerBehaviourDelegate.getTempDirectory(Z)Lorg/eclipse/core/runtime/IPath;
at org.eclipse.jst.server.tomcat.core.internal.TomcatServerBehaviour.getTempDirectory(TomcatServerBehaviour.java:620)
at org.eclipse.jst.server.tomcat.core.internal.TomcatVersionHelper.getStandardBaseDirectory(TomcatVersionHelper.java:154)
at org.eclipse.jst.server.tomcat.core.internal.Tomcat60Handler.getRuntimeBaseDirectory(Tomcat60Handler.java:112)
at org.eclipse.jst.server.tomcat.core.internal.TomcatServer.getRuntimeBaseDirectory(TomcatServer.java:316)
at org.eclipse.jst.server.tomcat.core.internal.TomcatServerBehaviour.getRuntimeBaseDirectory(TomcatServerBehaviour.java:103)
at org.eclipse.jst.server.tomcat.core.internal.TomcatServerBehaviour.getRuntimeProgramArguments(TomcatServerBehaviour.java:115)
at org.eclipse.jst.server.tomcat.core.internal.TomcatServerBehaviour.setupLaunchConfiguration(TomcatServerBehaviour.java:833)
at org.eclipse.wst.server.core.internal.Server.setupLaunchConfiguration(Server.java:1440)
at org.eclipse.wst.server.core.internal.Server.getLaunchConfiguration(Server.java:1483)
at org.eclipse.wst.server.core.internal.Server.startImpl2(Server.java:3048)
at org.eclipse.wst.server.core.internal.Server.startImpl(Server.java:3001)
at org.eclipse.wst.server.core.internal.Server$StartJob.run(Server.java:300)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)</description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>I installed the plugin Sonar for Eclipse and that work fine.</p>
<p>But when I want to start my Tomcat server to run the web application, the starting fails.</p>
<p>Without the plugin, there is non problem and after unstalling the pluginm the problem stays.</p>
<p>I didn&#8217;t find where to post this bug, so I came here.</p>
<p>here is the log of the error:<br />
java.lang.NoSuchMethodError: org.eclipse.wst.server.core.model.ServerBehaviourDelegate.getTempDirectory(Z)Lorg/eclipse/core/runtime/IPath;<br />
at org.eclipse.jst.server.tomcat.core.internal.TomcatServerBehaviour.getTempDirectory(TomcatServerBehaviour.java:620)<br />
at org.eclipse.jst.server.tomcat.core.internal.TomcatVersionHelper.getStandardBaseDirectory(TomcatVersionHelper.java:154)<br />
at org.eclipse.jst.server.tomcat.core.internal.Tomcat60Handler.getRuntimeBaseDirectory(Tomcat60Handler.java:112)<br />
at org.eclipse.jst.server.tomcat.core.internal.TomcatServer.getRuntimeBaseDirectory(TomcatServer.java:316)<br />
at org.eclipse.jst.server.tomcat.core.internal.TomcatServerBehaviour.getRuntimeBaseDirectory(TomcatServerBehaviour.java:103)<br />
at org.eclipse.jst.server.tomcat.core.internal.TomcatServerBehaviour.getRuntimeProgramArguments(TomcatServerBehaviour.java:115)<br />
at org.eclipse.jst.server.tomcat.core.internal.TomcatServerBehaviour.setupLaunchConfiguration(TomcatServerBehaviour.java:833)<br />
at org.eclipse.wst.server.core.internal.Server.setupLaunchConfiguration(Server.java:1440)<br />
at org.eclipse.wst.server.core.internal.Server.getLaunchConfiguration(Server.java:1483)<br />
at org.eclipse.wst.server.core.internal.Server.startImpl2(Server.java:3048)<br />
at org.eclipse.wst.server.core.internal.Server.startImpl(Server.java:3001)<br />
at org.eclipse.wst.server.core.internal.Server$StartJob.run(Server.java:300)<br />
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Evgeny Mandrikov</title>
		<link>http://www.sonarsource.org/eclipse-sonar-plugin-0-1-in-screenshots/comment-page-1/#comment-613</link>
		<dc:creator>Evgeny Mandrikov</dc:creator>
		<pubDate>Sun, 13 Jun 2010 10:37:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.sonarsource.org/?p=3506#comment-613</guid>
		<description>Hi,

2 Boris : Could you please switch to the mailing list in order to troubleshoot your problems? and provide more details - like exact version of your eclipse and so on. Moreover org.sonar.ide.eclipse.sonar_embedder_0.1.0.201005260312.jar is just a part of plugin.

2 bchaplin1 : If I correctly understand your question - answer is yes - if you use maven-eclipse plugin, you still need to configure Sonar Eclipse plugin.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>2 Boris : Could you please switch to the mailing list in order to troubleshoot your problems? and provide more details &#8211; like exact version of your eclipse and so on. Moreover org.sonar.ide.eclipse.sonar_embedder_0.1.0.201005260312.jar is just a part of plugin.</p>
<p>2 bchaplin1 : If I correctly understand your question &#8211; answer is yes &#8211; if you use maven-eclipse plugin, you still need to configure Sonar Eclipse plugin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Boris Ozegovic</title>
		<link>http://www.sonarsource.org/eclipse-sonar-plugin-0-1-in-screenshots/comment-page-1/#comment-611</link>
		<dc:creator>Boris Ozegovic</dc:creator>
		<pubDate>Thu, 10 Jun 2010 10:14:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.sonarsource.org/?p=3506#comment-611</guid>
		<description>Hi

I am trying to install Sonar plugin, but there are some problem.  If I put http://dist.sonar-ide.codehaus.org/eclipse/ in my Eclipse (Galileo) it says no repository found.  If I put http://dist.sonar-ide.codehaus.org/eclipse/plugins/org.sonar.ide.eclipse.sonar_embedder_0.1.0.201005260312.jar

in my /eclipse/plugins folder Eclipse doesn&#039;t recognize the plugin, and if I check in plugins, the icon before plugin apperas broken.</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>I am trying to install Sonar plugin, but there are some problem.  If I put <a href="http://dist.sonar-ide.codehaus.org/eclipse/" rel="nofollow">http://dist.sonar-ide.codehaus.org/eclipse/</a> in my Eclipse (Galileo) it says no repository found.  If I put <a href="http://dist.sonar-ide.codehaus.org/eclipse/plugins/org.sonar.ide.eclipse.sonar_embedder_0.1.0.201005260312.jar" rel="nofollow">http://dist.sonar-ide.codehaus.org/eclipse/plugins/org.sonar.ide.eclipse.sonar_embedder_0.1.0.201005260312.jar</a></p>
<p>in my /eclipse/plugins folder Eclipse doesn&#8217;t recognize the plugin, and if I check in plugins, the icon before plugin apperas broken.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bchaplin1</title>
		<link>http://www.sonarsource.org/eclipse-sonar-plugin-0-1-in-screenshots/comment-page-1/#comment-609</link>
		<dc:creator>bchaplin1</dc:creator>
		<pubDate>Wed, 09 Jun 2010 21:17:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.sonarsource.org/?p=3506#comment-609</guid>
		<description>will maven-eclipse-plugin automatically generate the .settings/org.sonar.ide.eclipse.prefs for me?
In particular, I have to manually populate the projectGroupId 
and also verify that the projectArtifactId matches the pom</description>
		<content:encoded><![CDATA[<p>will maven-eclipse-plugin automatically generate the .settings/org.sonar.ide.eclipse.prefs for me?<br />
In particular, I have to manually populate the projectGroupId<br />
and also verify that the projectArtifactId matches the pom</p>
]]></content:encoded>
	</item>
</channel>
</rss>

