<?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>Architecture Rules - Blog &#187; sonar</title>
	<atom:link href="http://blog.architecturerules.org/tag/sonar/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.architecturerules.org</link>
	<description>"Assert Your Architecture"</description>
	<lastBuildDate>Thu, 20 Aug 2009 11:24:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Hudson</title>
		<link>http://blog.architecturerules.org/hudson/</link>
		<comments>http://blog.architecturerules.org/hudson/#comments</comments>
		<pubDate>Thu, 19 Mar 2009 00:33:16 +0000</pubDate>
		<dc:creator>MikeNereson</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[continuous integration]]></category>
		<category><![CDATA[hudson]]></category>
		<category><![CDATA[sonar]]></category>

		<guid isPermaLink="false">http://blog.architecturerules.org/?p=166</guid>
		<description><![CDATA[The Sonar team has an instance of Hudson running.  Hudson is a fantastic open source continuous integration server.
Here are some links:
Architecture Rules on Hudson
http://ci.sonar.codehaus.org/job/Architecture rules/
Build Status RSS
http://ci.sonar.codehaus.org/job/Architecture rules/rssAll
Modules
http://ci.sonar.codehaus.org/job/Architecture rules/modules
Share/SaveRelated PostsArchitecture Rules eats his own Dog FoodSonar
&#169; MikeNereson for Architecture Rules - Blog, 2009. &#124;
Permalink &#124;
No comment &#124;
Add to
del.icio.us

Post tags: continuous integration, hudson, sonar

Feed enhanced by [...]]]></description>
			<content:encoded><![CDATA[<p>The Sonar team has an instance of Hudson running.  Hudson is a fantastic open source continuous integration server.</p>
<p>Here are some links:</p>
<p><strong>Architecture Rules on Hudson</strong><br />
<a href="http://ci.sonar.codehaus.org/job/Architecture%20rules/">http://ci.sonar.codehaus.org/job/Architecture rules/</a></p>
<p><strong>Build Status RSS</strong><br />
<a href="http://ci.sonar.codehaus.org/job/Architecture%20rules/rssAll">http://ci.sonar.codehaus.org/job/Architecture rules/rssAll</a></p>
<p><strong>Modules</strong><br />
<a href="http://ci.sonar.codehaus.org/job/Architecture%20rules/modules">http://ci.sonar.codehaus.org/job/Architecture rules/modules</a></p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fblog.architecturerules.org%2Fhudson%2F&amp;linkname=Hudson">Share/Save</a><h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://blog.architecturerules.org/architecture-rules-eats-his-own-dog-food/" title="Architecture Rules eats his own Dog Food">Architecture Rules eats his own Dog Food</a></li><li><a href="http://blog.architecturerules.org/sonar/" title="Sonar">Sonar</a></li></ul><hr />
<p><small>&copy; MikeNereson for <a href="http://blog.architecturerules.org">Architecture Rules - Blog</a>, 2009. |
<a href="http://blog.architecturerules.org/hudson/">Permalink</a> |
<a href="http://blog.architecturerules.org/hudson/#comments">No comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://blog.architecturerules.org/hudson/&amp;title=Hudson">del.icio.us</a>
<br/>
Post tags: <a href="http://blog.architecturerules.org/tag/continuous-integration/" rel="tag">continuous integration</a>, <a href="http://blog.architecturerules.org/tag/hudson/" rel="tag">hudson</a>, <a href="http://blog.architecturerules.org/tag/sonar/" rel="tag">sonar</a><br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.architecturerules.org/hudson/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sonar</title>
		<link>http://blog.architecturerules.org/sonar/</link>
		<comments>http://blog.architecturerules.org/sonar/#comments</comments>
		<pubDate>Sun, 08 Mar 2009 00:17:25 +0000</pubDate>
		<dc:creator>MikeNereson</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[integration]]></category>
		<category><![CDATA[sonar]]></category>

		<guid isPermaLink="false">http://blog.architecturerules.org/?p=161</guid>
		<description><![CDATA[Sonar is an &#8220;Open Source Quality Management Platform&#8221;.  It provides software analysis using many great open source tools such as Checkstyle, PMD, Maven, and Cobertura to provide a dashboard with granular drill down capabilities from projects, to packages, to classes. Architecture Rules has been added to their public hosted instanced (they call this instance [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://sonar.codehaus.org/">Sonar</a> is an &#8220;Open Source Quality Management Platform&#8221;.  It provides software analysis using many great open source tools such as Checkstyle, PMD, Maven, and Cobertura to provide a dashboard with granular drill down capabilities from projects, to packages, to classes. Architecture Rules has been added to their public hosted instanced (they call this instance Nemo). I encourage you to check out <a href="http://nemo.sonar.codehaus.org/project/index/org.architecturerules:architecture-rules-parent">Architecture Rules on Sonar</a>. Sonar is also continuously building our project and <a href="http://ci.sonar.codehaus.org/job/Architecture%20rules/">running our tests with Hudson</a>.</p>
<p>While investigating back links to our websites, I <a href="http://jira.codehaus.org/browse/SONAR-501">discovered an issue in Sonar&#8217;s issue tracker</a> where they were discussing finding a tool that could analyze architecture so that they can add additional reporting to Sonar. This issue brought me to the <a href="http://jira.codehaus.org/browse/SONARPLUGINS-35">source of the issue</a>. I added my input to that issue. It turns out that they would prefer to utilize a project like ours more than the alternatives because our project is the most active. The alternatives have not been updated in years. Sonar also really wants to add DSM analysis reporting to their product, so they are looking for an architecture analysis tool to handle this.</p>
<p>We are discussing with the Sonar project team how we might fill this role.</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fblog.architecturerules.org%2Fsonar%2F&amp;linkname=Sonar">Share/Save</a><h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://blog.architecturerules.org/xml-report-prototype/" title="XML Report Prototype">XML Report Prototype</a></li><li><a href="http://blog.architecturerules.org/hudson/" title="Hudson">Hudson</a></li></ul><hr />
<p><small>&copy; MikeNereson for <a href="http://blog.architecturerules.org">Architecture Rules - Blog</a>, 2009. |
<a href="http://blog.architecturerules.org/sonar/">Permalink</a> |
<a href="http://blog.architecturerules.org/sonar/#comments">One comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://blog.architecturerules.org/sonar/&amp;title=Sonar">del.icio.us</a>
<br/>
Post tags: <a href="http://blog.architecturerules.org/tag/integration/" rel="tag">integration</a>, <a href="http://blog.architecturerules.org/tag/sonar/" rel="tag">sonar</a><br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.architecturerules.org/sonar/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
