<?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: A new Hudson plugin for a closer integration with Sonar</title>
	<atom:link href="http://www.sonarsource.org/a-new-hudson-plugin-for-a-closer-integration-with-sonar/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sonarsource.org/a-new-hudson-plugin-for-a-closer-integration-with-sonar/</link>
	<description>Open Source Quality Management Platform</description>
	<lastBuildDate>Fri, 10 Feb 2012 12:00: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: Özkan</title>
		<link>http://www.sonarsource.org/a-new-hudson-plugin-for-a-closer-integration-with-sonar/comment-page-1/#comment-1096</link>
		<dc:creator>Özkan</dc:creator>
		<pubDate>Tue, 18 Oct 2011 16:33:31 +0000</pubDate>
		<guid isPermaLink="false">http://private.sonar.codehaus.org/?p=153#comment-1096</guid>
		<description>Hi Amira how to resolved, could you share us, i m having same exception</description>
		<content:encoded><![CDATA[<p>Hi Amira how to resolved, could you share us, i m having same exception</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amira</title>
		<link>http://www.sonarsource.org/a-new-hudson-plugin-for-a-closer-integration-with-sonar/comment-page-1/#comment-1078</link>
		<dc:creator>Amira</dc:creator>
		<pubDate>Tue, 04 Oct 2011 15:37:38 +0000</pubDate>
		<guid isPermaLink="false">http://private.sonar.codehaus.org/?p=153#comment-1078</guid>
		<description>Hi comunity,
I resolved the problem thank you for this plugin
Amira</description>
		<content:encoded><![CDATA[<p>Hi comunity,<br />
I resolved the problem thank you for this plugin<br />
Amira</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amira</title>
		<link>http://www.sonarsource.org/a-new-hudson-plugin-for-a-closer-integration-with-sonar/comment-page-1/#comment-1077</link>
		<dc:creator>Amira</dc:creator>
		<pubDate>Tue, 04 Oct 2011 12:53:59 +0000</pubDate>
		<guid isPermaLink="false">http://private.sonar.codehaus.org/?p=153#comment-1077</guid>
		<description>Hi all,
I installed every thing but i&#039;m having this error in the build of my maven 3 project :

I used sonar 2.9

[ERROR] Failed to execute goal org.codehaus.mojo:sonar-maven-plugin:2.0-beta-2:sonar (default-cli) on project e-library-project: Can not execute Sonar: PicoLifecycleException: method &#039;public void org.sonar.jpa.session.AbstractDatabaseConnector.start()&#039;, instance &#039;org.sonar.jpa.session.DriverDatabaseConnector@8bf290b, java.lang.RuntimeException: wrapper: Cannot open connection to database: SQL driver not found org.postgresql.Driver -&gt; [Help 1] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:sonar-maven-plugin:2.0-beta-2:sonar (default-cli) on project e-library-project: Can not execute Sonar at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59) at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:319) at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156) at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537) at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196) at org.apache.maven.cli.MavenCli.main(MavenCli.java:141) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290) at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409) at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352) Caused by: org.apache.maven.plugin.MojoExecutionException: Can not execute Sonar at org.codehaus.mojo.sonar.Bootstraper.executeMojo(Bootstraper.java:118) at org.codehaus.mojo.sonar.Bootstraper.start(Bootstraper.java:65) at org.codehaus.mojo.sonar.SonarMojo.execute(SonarMojo.java:90) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209) ... 19 more Caused by: org.picocontainer.PicoLifecycleException: PicoLifecycleException: method &#039;public void org.sonar.jpa.session.AbstractDatabaseConnector.start()&#039;, instance &#039;org.sonar.jpa.session.DriverDatabaseConnector@8bf290b, java.lang.RuntimeException: wrapper at org.picocontainer.monitors.NullComponentMonitor.lifecycleInvocationFailed(NullComponentMonitor.java:77) at org.picocontainer.lifecycle.ReflectionLifecycleStrategy.monitorAndThrowReflectionLifecycleException(ReflectionLifecycleStrategy.java:132) at org.picocontainer.lifecycle.ReflectionLifecycleStrategy.invokeMethod(ReflectionLifecycleStrategy.java:115) at org.picocontainer.lifecycle.ReflectionLifecycleStrategy.start(ReflectionLifecycleStrategy.java:89) at org.picocontainer.adapters.InstanceAdapter.start(InstanceAdapter.java:108) at org.picocontainer.behaviors.AbstractBehavior.start(AbstractBehavior.java:169) at org.picocontainer.behaviors.Stored$RealComponentLifecycle.start(Stored.java:132) at org.picocontainer.behaviors.Stored.start(Stored.java:110) at org.picocontainer.DefaultPicoContainer.potentiallyStartAdapter(DefaultPicoContainer.java:996) at org.picocontainer.DefaultPicoContainer.startAdapters(DefaultPicoContainer.java:989) at org.picocontainer.DefaultPicoContainer.start(DefaultPicoContainer.java:746) at org.sonar.batch.bootstrap.Module.start(Module.java:88) at org.sonar.batch.Batch.execute(Batch.java:74) at org.sonar.maven3.SonarMojo.executeBatch(SonarMojo.java:147) at org.sonar.maven3.SonarMojo.execute(SonarMojo.java:136) at org.codehaus.mojo.sonar.Bootstraper.executeMojo(Bootstraper.java:113) ... 23 more Caused by: java.lang.RuntimeException: wrapper at org.picocontainer.lifecycle.ReflectionLifecycleStrategy.monitorAndThrowReflectionLifecycleException(ReflectionLifecycleStrategy.java:130) ... 37 more Caused by: org.sonar.jpa.session.DatabaseException: Cannot open connection to database: SQL driver not found org.postgresql.Driver at org.sonar.jpa.session.AbstractDatabaseConnector.testConnection(AbstractDatabaseConnector.java:189) at org.sonar.jpa.session.AbstractDatabaseConnector.start(AbstractDatabaseConnector.java:101) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at org.picocontainer.lifecycle.ReflectionLifecycleStrategy.invokeMethod(ReflectionLifecycleStrategy.java:110) ... 36 more Caused by: java.sql.SQLException: SQL driver not found org.postgresql.Driver at org.sonar.jpa.session.DriverDatabaseConnector.getConnection(DriverDatabaseConnector.java:91) at org.sonar.jpa.session.AbstractDatabaseConnector.testConnection(AbstractDatabaseConnector.java:185) ... 42 more Caused by: java.lang.ClassNotFoundException: org.postgresql.Driver at java.net.URLClassLoader$1.run(URLClassLoader.java:366) at java.net.URLClassLoader$1.run(URLClassLoader.java:355) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:354) at java.lang.ClassLoader.loadClass(ClassLoader.java:423) at java.lang.ClassLoader.loadClass(ClassLoader.java:356) at org.sonar.jpa.session.DriverDatabaseConnector.getConnection(DriverDatabaseConnector.java:88) ... 43 more [ERROR] [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException [DEBUG] Skipping watched dependency update for build: e-library_Job #23 due to result: FAILURE Finished: FAILURE
Any one have idea ??
Thank you in advance</description>
		<content:encoded><![CDATA[<p>Hi all,<br />
I installed every thing but i&#8217;m having this error in the build of my maven 3 project :</p>
<p>I used sonar 2.9</p>
<p>[ERROR] Failed to execute goal org.codehaus.mojo:sonar-maven-plugin:2.0-beta-2:sonar (default-cli) on project e-library-project: Can not execute Sonar: PicoLifecycleException: method &#8216;public void org.sonar.jpa.session.AbstractDatabaseConnector.start()&#8217;, instance &#8216;org.sonar.jpa.session.DriverDatabaseConnector@8bf290b, java.lang.RuntimeException: wrapper: Cannot open connection to database: SQL driver not found org.postgresql.Driver -&gt; [Help 1] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:sonar-maven-plugin:2.0-beta-2:sonar (default-cli) on project e-library-project: Can not execute Sonar at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59) at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:319) at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156) at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537) at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196) at org.apache.maven.cli.MavenCli.main(MavenCli.java:141) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290) at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409) at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352) Caused by: org.apache.maven.plugin.MojoExecutionException: Can not execute Sonar at org.codehaus.mojo.sonar.Bootstraper.executeMojo(Bootstraper.java:118) at org.codehaus.mojo.sonar.Bootstraper.start(Bootstraper.java:65) at org.codehaus.mojo.sonar.SonarMojo.execute(SonarMojo.java:90) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209) &#8230; 19 more Caused by: org.picocontainer.PicoLifecycleException: PicoLifecycleException: method &#8216;public void org.sonar.jpa.session.AbstractDatabaseConnector.start()&#8217;, instance &#8216;org.sonar.jpa.session.DriverDatabaseConnector@8bf290b, java.lang.RuntimeException: wrapper at org.picocontainer.monitors.NullComponentMonitor.lifecycleInvocationFailed(NullComponentMonitor.java:77) at org.picocontainer.lifecycle.ReflectionLifecycleStrategy.monitorAndThrowReflectionLifecycleException(ReflectionLifecycleStrategy.java:132) at org.picocontainer.lifecycle.ReflectionLifecycleStrategy.invokeMethod(ReflectionLifecycleStrategy.java:115) at org.picocontainer.lifecycle.ReflectionLifecycleStrategy.start(ReflectionLifecycleStrategy.java:89) at org.picocontainer.adapters.InstanceAdapter.start(InstanceAdapter.java:108) at org.picocontainer.behaviors.AbstractBehavior.start(AbstractBehavior.java:169) at org.picocontainer.behaviors.Stored$RealComponentLifecycle.start(Stored.java:132) at org.picocontainer.behaviors.Stored.start(Stored.java:110) at org.picocontainer.DefaultPicoContainer.potentiallyStartAdapter(DefaultPicoContainer.java:996) at org.picocontainer.DefaultPicoContainer.startAdapters(DefaultPicoContainer.java:989) at org.picocontainer.DefaultPicoContainer.start(DefaultPicoContainer.java:746) at org.sonar.batch.bootstrap.Module.start(Module.java:88) at org.sonar.batch.Batch.execute(Batch.java:74) at org.sonar.maven3.SonarMojo.executeBatch(SonarMojo.java:147) at org.sonar.maven3.SonarMojo.execute(SonarMojo.java:136) at org.codehaus.mojo.sonar.Bootstraper.executeMojo(Bootstraper.java:113) &#8230; 23 more Caused by: java.lang.RuntimeException: wrapper at org.picocontainer.lifecycle.ReflectionLifecycleStrategy.monitorAndThrowReflectionLifecycleException(ReflectionLifecycleStrategy.java:130) &#8230; 37 more Caused by: org.sonar.jpa.session.DatabaseException: Cannot open connection to database: SQL driver not found org.postgresql.Driver at org.sonar.jpa.session.AbstractDatabaseConnector.testConnection(AbstractDatabaseConnector.java:189) at org.sonar.jpa.session.AbstractDatabaseConnector.start(AbstractDatabaseConnector.java:101) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at org.picocontainer.lifecycle.ReflectionLifecycleStrategy.invokeMethod(ReflectionLifecycleStrategy.java:110) &#8230; 36 more Caused by: java.sql.SQLException: SQL driver not found org.postgresql.Driver at org.sonar.jpa.session.DriverDatabaseConnector.getConnection(DriverDatabaseConnector.java:91) at org.sonar.jpa.session.AbstractDatabaseConnector.testConnection(AbstractDatabaseConnector.java:185) &#8230; 42 more Caused by: java.lang.ClassNotFoundException: org.postgresql.Driver at java.net.URLClassLoader$1.run(URLClassLoader.java:366) at java.net.URLClassLoader$1.run(URLClassLoader.java:355) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:354) at java.lang.ClassLoader.loadClass(ClassLoader.java:423) at java.lang.ClassLoader.loadClass(ClassLoader.java:356) at org.sonar.jpa.session.DriverDatabaseConnector.getConnection(DriverDatabaseConnector.java:88) &#8230; 43 more [ERROR] [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] <a href="http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException" rel="nofollow">http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException</a> [DEBUG] Skipping watched dependency update for build: e-library_Job #23 due to result: FAILURE Finished: FAILURE<br />
Any one have idea ??<br />
Thank you in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fabrice Belingard</title>
		<link>http://www.sonarsource.org/a-new-hudson-plugin-for-a-closer-integration-with-sonar/comment-page-1/#comment-1050</link>
		<dc:creator>Fabrice Belingard</dc:creator>
		<pubDate>Fri, 16 Sep 2011 10:43:23 +0000</pubDate>
		<guid isPermaLink="false">http://private.sonar.codehaus.org/?p=153#comment-1050</guid>
		<description>As said just above your message: &quot;please switch to the Sonar mailing list for such question&quot;.</description>
		<content:encoded><![CDATA[<p>As said just above your message: &#8220;please switch to the Sonar mailing list for such question&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Manmohan</title>
		<link>http://www.sonarsource.org/a-new-hudson-plugin-for-a-closer-integration-with-sonar/comment-page-1/#comment-1049</link>
		<dc:creator>Manmohan</dc:creator>
		<pubDate>Fri, 16 Sep 2011 04:53:24 +0000</pubDate>
		<guid isPermaLink="false">http://private.sonar.codehaus.org/?p=153#comment-1049</guid>
		<description>Hi,

I don&#039;t know where should I write my query(issue) since I got completely stressed.
The documentation on Sonar is very poor, It can&#039;nt help who are just starting exploration on sonar, I&#039;m trying to run sonar from last 3 days by using Javarunner as well as maven.
It is not like I don&#039;t know anything about java, I could write whole web project in notepad but this is really going to happen nightmare for me. my project is in .Net to which I want to analyze using sonar but after reading almost complete documentation on sonar I am not able to figure out this error:

[ERROR]   The project com.mmm.blog:SampleApplication:1.0 (C:\Documents and Setti
ngs\A039009\My Documents\Visual Studio 2010\Projects\SampleApplication\pom.xml)
has 1 error
[ERROR]     Unresolveable build extension: Plugin org.codehaus.sonar-plugins.dot
net:maven-dotnet-plugin:0.6 or one of its dependencies could not be resolved: Fa
iled to collect dependencies for org.codehaus.sonar-plugins.dotnet:maven-dotnet-
plugin:jar:0.6 (): Failed to read artifact descriptor for org.codehaus.sonar-plu
gins.dotnet:maven-dotnet-plugin:jar:0.6: Could not transfer artifact org.codehau
s.sonar-plugins.dotnet:maven-dotnet-plugin:pom:0.6 from/to central (http://repo1
.maven.org/maven2): Error transferring file: Connection timed out: connect -&gt; [Help 2]

On top of that on one replying my query also.
hope some one will be having some workaround this.

Many Thanks
Manmohan</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I don&#8217;t know where should I write my query(issue) since I got completely stressed.<br />
The documentation on Sonar is very poor, It can&#8217;nt help who are just starting exploration on sonar, I&#8217;m trying to run sonar from last 3 days by using Javarunner as well as maven.<br />
It is not like I don&#8217;t know anything about java, I could write whole web project in notepad but this is really going to happen nightmare for me. my project is in .Net to which I want to analyze using sonar but after reading almost complete documentation on sonar I am not able to figure out this error:</p>
<p>[ERROR]   The project com.mmm.blog:SampleApplication:1.0 (C:\Documents and Setti<br />
ngs\A039009\My Documents\Visual Studio 2010\Projects\SampleApplication\pom.xml)<br />
has 1 error<br />
[ERROR]     Unresolveable build extension: Plugin org.codehaus.sonar-plugins.dot<br />
net:maven-dotnet-plugin:0.6 or one of its dependencies could not be resolved: Fa<br />
iled to collect dependencies for org.codehaus.sonar-plugins.dotnet:maven-dotnet-<br />
plugin:jar:0.6 (): Failed to read artifact descriptor for org.codehaus.sonar-plu<br />
gins.dotnet:maven-dotnet-plugin:jar:0.6: Could not transfer artifact org.codehau<br />
s.sonar-plugins.dotnet:maven-dotnet-plugin:pom:0.6 from/to central (<a href="http://repo1" rel="nofollow">http://repo1</a><br />
.maven.org/maven2): Error transferring file: Connection timed out: connect -&gt; [Help 2]</p>
<p>On top of that on one replying my query also.<br />
hope some one will be having some workaround this.</p>
<p>Many Thanks<br />
Manmohan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Olivier Gaudin</title>
		<link>http://www.sonarsource.org/a-new-hudson-plugin-for-a-closer-integration-with-sonar/comment-page-1/#comment-1029</link>
		<dc:creator>Olivier Gaudin</dc:creator>
		<pubDate>Mon, 29 Aug 2011 20:35:06 +0000</pubDate>
		<guid isPermaLink="false">http://private.sonar.codehaus.org/?p=153#comment-1029</guid>
		<description>Please switch to the Sonar mailing list for such question</description>
		<content:encoded><![CDATA[<p>Please switch to the Sonar mailing list for such question</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dario</title>
		<link>http://www.sonarsource.org/a-new-hudson-plugin-for-a-closer-integration-with-sonar/comment-page-1/#comment-1028</link>
		<dc:creator>Dario</dc:creator>
		<pubDate>Mon, 29 Aug 2011 16:04:52 +0000</pubDate>
		<guid isPermaLink="false">http://private.sonar.codehaus.org/?p=153#comment-1028</guid>
		<description>Hi all,

My war file uses an ANT build script. I have added sonar-ant_task1.0.jar and followed the instructions here

http://docs.codehaus.org/display/SONAR/Analyse+with+Ant+Task+1.0

Then In my configure in Hudson(now Jenkins) I have checked the checkbox that says &quot;Check if this project is NOT built with maven 2&quot; and it still seems to try to be using Maven:

[workspace] $ mvn -f /root/.jenkins/jobs/HRDA/workspace/pom.xml -e -B sonar:sonar -Dsonar.jdbc.driver=com.mysql.jdbc.Driver -Dsonar.jdbc.url=jdbc:mysql://localhost:3306/sonar?useUnicode=true&amp;characterEncoding=utf8 ******** ******** -Dsonar.host.url=http://localhost:9000/
FATAL: command execution failed
java.io.IOException: Cannot run program &quot;mvn&quot; (in directory &quot;/root/.jenkins/jobs/HRDA/workspace&quot;): java.io.IOException: error=2, No such file or directory</description>
		<content:encoded><![CDATA[<p>Hi all,</p>
<p>My war file uses an ANT build script. I have added sonar-ant_task1.0.jar and followed the instructions here</p>
<p><a href="http://docs.codehaus.org/display/SONAR/Analyse+with+Ant+Task+1.0" rel="nofollow">http://docs.codehaus.org/display/SONAR/Analyse+with+Ant+Task+1.0</a></p>
<p>Then In my configure in Hudson(now Jenkins) I have checked the checkbox that says &#8220;Check if this project is NOT built with maven 2&#8243; and it still seems to try to be using Maven:</p>
<p>[workspace] $ mvn -f /root/.jenkins/jobs/HRDA/workspace/pom.xml -e -B sonar:sonar -Dsonar.jdbc.driver=com.mysql.jdbc.Driver -Dsonar.jdbc.url=jdbc:mysql://localhost:3306/sonar?useUnicode=true&amp;characterEncoding=utf8 ******** ******** -Dsonar.host.url=http://localhost:9000/<br />
FATAL: command execution failed<br />
java.io.IOException: Cannot run program &#8220;mvn&#8221; (in directory &#8220;/root/.jenkins/jobs/HRDA/workspace&#8221;): java.io.IOException: error=2, No such file or directory</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Freddy Mallet</title>
		<link>http://www.sonarsource.org/a-new-hudson-plugin-for-a-closer-integration-with-sonar/comment-page-1/#comment-777</link>
		<dc:creator>Freddy Mallet</dc:creator>
		<pubDate>Wed, 22 Dec 2010 08:53:58 +0000</pubDate>
		<guid isPermaLink="false">http://private.sonar.codehaus.org/?p=153#comment-777</guid>
		<description>Hi Satish, please switch to the Sonar mailing list for such question. Thanks.</description>
		<content:encoded><![CDATA[<p>Hi Satish, please switch to the Sonar mailing list for such question. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Satish Kumar</title>
		<link>http://www.sonarsource.org/a-new-hudson-plugin-for-a-closer-integration-with-sonar/comment-page-1/#comment-776</link>
		<dc:creator>Satish Kumar</dc:creator>
		<pubDate>Wed, 22 Dec 2010 07:54:45 +0000</pubDate>
		<guid isPermaLink="false">http://private.sonar.codehaus.org/?p=153#comment-776</guid>
		<description>We are integrating the Emma to Sonar. Provided the details of Emma in POM.xml file.( reuseReports   
emma       coverage ). But while running Sonar with maven(mvn sonar:sonar), we are getting below exception:

[ERROR] Failed to execute goal org.codehaus.mojo:sonar-maven-plugin:2.0-beta-2:s
onar (default-cli) on project BbAssist: Can not execute Sonar: null input: mdata
 -&gt; [Help 1]

Anyone please help us on this issue.

Thanks in Advance,
Satish Kumar</description>
		<content:encoded><![CDATA[<p>We are integrating the Emma to Sonar. Provided the details of Emma in POM.xml file.( reuseReports<br />
emma       coverage ). But while running Sonar with maven(mvn sonar:sonar), we are getting below exception:</p>
<p>[ERROR] Failed to execute goal org.codehaus.mojo:sonar-maven-plugin:2.0-beta-2:s<br />
onar (default-cli) on project BbAssist: Can not execute Sonar: null input: mdata<br />
 -&gt; [Help 1]</p>
<p>Anyone please help us on this issue.</p>
<p>Thanks in Advance,<br />
Satish Kumar</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Freddy Mallet</title>
		<link>http://www.sonarsource.org/a-new-hudson-plugin-for-a-closer-integration-with-sonar/comment-page-1/#comment-641</link>
		<dc:creator>Freddy Mallet</dc:creator>
		<pubDate>Sat, 24 Jul 2010 09:22:50 +0000</pubDate>
		<guid isPermaLink="false">http://private.sonar.codehaus.org/?p=153#comment-641</guid>
		<description>Hi Yogish, the C++ plugin was supported by Isotrol but there is no more activity on this plugin.</description>
		<content:encoded><![CDATA[<p>Hi Yogish, the C++ plugin was supported by Isotrol but there is no more activity on this plugin.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

