<?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</title>
	<atom:link href="http://72miles.com/architecturerules/feed" rel="self" type="application/rss+xml" />
	<link>http://72miles.com/architecturerules</link>
	<description>Assert your Architecture!</description>
	<lastBuildDate>Fri, 11 Jul 2008 02:57:33 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Release 2.1.1</title>
		<link>http://72miles.com/architecturerules/releases/release-211</link>
		<comments>http://72miles.com/architecturerules/releases/release-211#comments</comments>
		<pubDate>Fri, 11 Jul 2008 02:05:22 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://72miles.com/architecturerules/?p=42</guid>
		<description><![CDATA[Fixed major issue with 2.1.0 that prevented packages defined with wildcards from even being investigated. Caused when issue-45 was fixed.

architecture-rules-2.1.1.jar 
architecture-rules-2.1.1-sources.jar 
architecture-rules-2.1.1-test-sources.jar 

Maven 2 &#8211; pom.xml



&#60;groupId&#62;com.seventytwomiles&#60;groupId&#62;
&#60;artifactId&#62;architecturerules&#60;artifactId&#62;
&#60;version&#62;2.1.1&#60;version&#62;
    


Also, you must add our maven repository.
Javadocs
This version&#8217;s (2.1.1) api documentation (javadocs) are available here.
Changes

issue-54 report class creating the cyclic redundancy usability

]]></description>
			<content:encoded><![CDATA[<p>Fixed major issue with 2.1.0 that prevented packages defined with wildcards from even being investigated. Caused when <a href="http://code.google.com/p/architecturerules/issues/detail?id=54">issue-45</a> was fixed.</p>
<ol class="downloadable">
<li><a href="http://architecturerules.googlecode.com/files/architecture-rules-2.1.1.jar">architecture-rules-2.1.1.jar </a></li>
<li><a href="http://architecturerules.googlecode.com/files/architecture-rules-2.1.1-sources.jar">architecture-rules-2.1.1-sources.jar </a></li>
<li><a href="http://architecturerules.googlecode.com/files/architecture-rules-2.1.1-test-sources.jar">architecture-rules-2.1.1-test-sources.jar </a></li>
</ol>
<h3>Maven 2 &#8211; pom.xml</h3>
<ol class="downloadable">
<li>
<pre class="brush: xml;">
&lt;groupId&gt;com.seventytwomiles&lt;groupId&gt;
&lt;artifactId&gt;architecturerules&lt;artifactId&gt;
&lt;version&gt;2.1.1&lt;version&gt;
    </pre>
</li>
</ol>
<p>Also, you must add <a href="http://72miles.com/architecturerules/maven-repository">our maven repository</a>.</p>
<h3>Javadocs</h3>
<p>This version&#8217;s (2.1.1) api documentation <a href="http://architecturerules.googlecode.com/svn/docs/api/2.1.1/index.html">(javadocs) are available here</a>.</p>
<h3>Changes</h3>
<ul>
<li><a href="http://code.google.com/p/architecturerules/issues/detail?id=54">issue-54</a> report class creating the cyclic redundancy <em>usability</em></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://72miles.com/architecturerules/releases/release-211/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Release 2.1.0</title>
		<link>http://72miles.com/architecturerules/releases/release-210</link>
		<comments>http://72miles.com/architecturerules/releases/release-210#comments</comments>
		<pubDate>Sat, 05 Jul 2008 02:40:18 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://72miles.com/architecturerules/?p=41</guid>
		<description><![CDATA[This big release, one year after the initial public release of Architecture Rules, finally offers wild card support. You can now use .* and ..* when defining packages to specify one package, or many sub-packages respectively. We&#8217;ve also added support for configuration method chaining, better Exception class hierarchy and metadata, and new tests, javadocs, and [...]]]></description>
			<content:encoded><![CDATA[<p>This big release, one year after the initial public release of Architecture Rules, finally offers wild card support. You can now use .* and ..* when defining packages to specify one package, or many sub-packages respectively. We&#8217;ve also added support for configuration method chaining, better Exception class hierarchy and metadata, and new tests, javadocs, and a copy of the Apache 2.0 License in the archive.</p>
<ol class="downloadable">
<li><a href="http://architecturerules.googlecode.com/files/architecture-rules-2.1.0.jar">architecture-rules-2.1.0.jar </a></li>
<li><a href="http://architecturerules.googlecode.com/files/architecture-rules-2.1.0-sources.jar">architecture-rules-2.1.0-sources.jar </a></li>
<li><a href="http://architecturerules.googlecode.com/files/architecture-rules-2.1.0-test-sources.jar">architecture-rules-2.1.0-test-sources.jar </a></li>
</ol>
<h3>Javadocs</h3>
<p>This version&#8217;s (2.1.0) api documentation <a href="http://architecturerules.googlecode.com/svn/docs/api/2.1.0/index.html">(javadocs) are available here</a>.</p>
<h3>Changes</h3>
<ul>
<li><a href="http://code.google.com/p/architecturerules/issues/detail?id=12">issue-12</a> report class creating the cyclic redundancy <em>usability</em></li>
<li><a href="http://code.google.com/p/architecturerules/issues/detail?id=27">issue-27</a> make testArchitecture() public <em>usability</em></li>
<li><a href="http://code.google.com/p/architecturerules/issues/detail?id=28">issue-28</a> configuration method chaining<em> usability maintainability </em></li>
<li><a href="http://code.google.com/p/architecturerules/issues/detail?id=35"></a></li>
<li><a href="http://code.google.com/p/architecturerules/issues/detail?id=37">issue-37</a> package license file</li>
<li><a href="http://code.google.com/p/architecturerules/issues/detail?id=39">issue-39</a> maven-license-plugin</li>
<li><a href="http://code.google.com/p/architecturerules/issues/detail?id=40">issue-40</a> support for wildcards<em> usability </em></li>
<li><a href="http://code.google.com/p/architecturerules/issues/detail?id=42">issue-42</a> provide API to retrieve list of violations<em> usability </em></li>
<li><a href="http://code.google.com/p/architecturerules/issues/detail?id=43">issue-43</a> Exceptions should implement an ArchitectureRulesException</li>
<li><a href="http://code.google.com/p/architecturerules/issues/detail?id=44">issue-44</a> meaningful defaults with maven plugin <em>usability </em></li>
<li><a href="http://code.google.com/p/architecturerules/issues/detail?id=45">issue-45</a> JPackage equals method not symetric</li>
<li><a href="http://code.google.com/p/architecturerules/issues/detail?id=46">issue-46</a> classpath conflict with common-io and spring <em>usability</em></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://72miles.com/architecturerules/releases/release-210/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mailing List Feeds</title>
		<link>http://72miles.com/architecturerules/mailing-lists/mailing-list-feeds</link>
		<comments>http://72miles.com/architecturerules/mailing-lists/mailing-list-feeds#comments</comments>
		<pubDate>Tue, 06 May 2008 21:00:05 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Mailing-Lists]]></category>

		<guid isPermaLink="false">http://72miles.com/architecturerules/?p=33</guid>
		<description><![CDATA[
ul li
{
list-style-image: url( 'http://www.orcamaritime.com/images/rss_icon_glass_black24.PNG' );
margin-left: 20px;
}
div.left { float: left; width: 180px; }
div.right { float: left; margin-left: 10px; width: 260px; }



architecture-rules-users


architecture-rules-dev


architecture-rules-activity





Use these links to subscribe to the various mailing lists, or scroll down for more information, and for recent activity for each of the mailing lists.


]]></description>
			<content:encoded><![CDATA[<style>
ul li
{
list-style-image: url( 'http://www.orcamaritime.com/images/rss_icon_glass_black24.PNG' );
margin-left: 20px;
}
div.left { float: left; width: 180px; }
div.right { float: left; margin-left: 10px; width: 260px; }
</style>
<div class="left">
<ul>
<li><a href="http://groups.google.com/group/architecture-rules-users/feed/rss_v2_0_topics.xml">architecture-rules-users<br />
</a>
</li>
<li><a href="http://groups.google.com/group/architecture-rules-dev/feed/rss_v2_0_topics.xml">architecture-rules-dev<br />
</a>
</li>
<li><a href="http://groups.google.com/group/architecture-rules-activity/feed/rss_v2_0_topics.xml">architecture-rules-activity<br />
</a>
</li>
</ul>
</div>
<div class="right">
<p>Use these links to subscribe to the various mailing lists, or scroll down for more information, and for recent activity for each of the mailing lists.</p>
</div>
<p><br style="clear: both;" /></p>
]]></content:encoded>
			<wfw:commentRss>http://72miles.com/architecturerules/mailing-lists/mailing-list-feeds/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>architecture-rules-users</title>
		<link>http://72miles.com/architecturerules/mailing-lists/architecture-rules-users</link>
		<comments>http://72miles.com/architecturerules/mailing-lists/architecture-rules-users#comments</comments>
		<pubDate>Tue, 06 May 2008 20:25:43 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Mailing-Lists]]></category>

		<guid isPermaLink="false">http://72miles.com/architecturerules/?p=27</guid>
		<description><![CDATA[
.post table { margin-top: 20px; } 
.post table tbody th { color: #6eb700; valign: top; padding-right: 10px;} 
.post table tbody tr { height: 30px; } 
.post ol, .post ol li, span.rssLinkListItemTitle { margin-left: 0px !important; padding-left: 0px !important;} 
.post ol li { line-height: 24px; font-size: 10px; border-bottom: dashed silver 1px;} .post h6 { display: none;} [...]]]></description>
			<content:encoded><![CDATA[<style>
.post table { margin-top: 20px; } 
.post table tbody th { color: #6eb700; valign: top; padding-right: 10px;} 
.post table tbody tr { height: 30px; } 
.post ol, .post ol li, span.rssLinkListItemTitle { margin-left: 0px !important; padding-left: 0px !important;} 
.post ol li { line-height: 24px; font-size: 10px; border-bottom: dashed silver 1px;} .post h6 { display: none;} 
.recent-activity{ margin: 30px; border: solid silver 1px; background: url(/images/page_curl.gif) top right no-repeat; padding: 10px; }
.recent-activity h2 { margin-left: 2px; padding-left: 20px; background: url(/images/rss-black-white.png) left 8px no-repeat;  }
</style>
<table border="0">
<tbody>
<tr>
<th>Description</th>
<td>The users mailing list is open to everyone to read, join, and<br />
post to. Ask anything here.</td>
</tr>
<tr>
<th>Topics</th>
<td>Anything</td>
</tr>
<tr>
<th>Archive</th>
<td><a href="http://groups.google.com/group/architecture-rules-users/topics?gvc=2">http://groups.google.com/group/architecture-rules-users/<br />
</a></td>
</tr>
<tr>
<th>RSS Feed</th>
<td><a href="http://groups.google.com/group/architecture-rules-users/feed/rss_v2_0_topics.xml">http://groups.google.com/group/architecture-rules-users/feed/rss_v2_0_topics.xml<br />
</a></td>
</tr>
<tr>
<th>Guidlines</th>
<td>
<a href="mailing-list-guidelines">Mailing List Guidelines</a>
</td>
</tr>
</tbody>
</table>
<div class="recent-activity">
<h2>Recent Activity</h2>
<ol> <li><span class="rssLinkListItemTitle"><a href="http://groups.google.com/group/architecture-rules-users/browse_thread/thread/105e052617d71ffe/ca12f313872588cf?show_docid=ca12f313872588cf" rel="external"  title="  Hi,  I want to add architecture rules to a multi-module maven(version  2.0.9) project.I tried some versions from the svn repo,but i coudnt be  succesful.I deployed the versions i tried to my local repository,but i  got an error every time.  Either i get;  The plugin descriptor for the plugin [com.">Multi module maven project-which version?</a></span></li><li><span class="rssLinkListItemTitle"><a href="http://groups.google.com/group/architecture-rules-users/browse_thread/thread/437cba72009fc7eb/1f11301a2db1177e?show_docid=1f11301a2db1177e" rel="external"  title="  Mykola posted  [link]  Please vote up at  [link]  Mykola, at some point can I repost that at blog.architecturerules.org?  ~ Mike Nereson  ">Mykola's blog</a></span></li><li><span class="rssLinkListItemTitle"><a href="http://groups.google.com/group/architecture-rules-users/browse_thread/thread/753ada1af674138c/438d6670ab0a6f2f?show_docid=438d6670ab0a6f2f" rel="external"  title="  I have managed to add 0.0-SNAPSHOT version,but i cant use newer  versions.There is no &quot;plugin.xml&quot; file in these .jar files.So,I get  plugin descriptor not found error for these versions(2.1.1,3.0,..)Is  there a way to overcome this problem?  ">Plugin descriptor</a></span></li><li><span class="rssLinkListItemTitle"><a href="http://groups.google.com/group/architecture-rules-users/browse_thread/thread/900db16ad944368d/1a9378c13cd3457d?show_docid=1a9378c13cd3457d" rel="external"  title="  For a multimodule maven project, do i have to put an architecture-  rules.xml file for every sub-module(submodule\src\test\ resources)?Is  it possible to define one xml file for the multimodule project and  define the rules for every sub-module in this file?I have tried  placing the xml file under">architecture-rules.xml multi module maven project</a></span></li><li><span class="rssLinkListItemTitle"><a href="http://groups.google.com/group/architecture-rules-users/browse_thread/thread/ff30be8ba5e7d7b9/5dc42238c063c633?show_docid=5dc42238c063c633" rel="external"  title="  Hi,  When i use &quot;0.1-SNAPSHOT&quot; version of maven-architecture-rules-  plugin,maven doesn't allow to make a release.Is there a stable(not a  snapshot) version of maven-plugin?  thanks..  ">maven plugin-release problem</a></span></li></ol>
</div>
]]></content:encoded>
			<wfw:commentRss>http://72miles.com/architecturerules/mailing-lists/architecture-rules-users/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>architecture-rules-dev</title>
		<link>http://72miles.com/architecturerules/mailing-lists/architecture-rules-dev</link>
		<comments>http://72miles.com/architecturerules/mailing-lists/architecture-rules-dev#comments</comments>
		<pubDate>Tue, 06 May 2008 19:00:36 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Mailing-Lists]]></category>

		<guid isPermaLink="false">http://72miles.com/architecturerules/?p=28</guid>
		<description><![CDATA[
.post table { margin-top: 20px; } 
.post table tbody th { color: #6eb700; valign: top; padding-right: 10px;} 
.post table tbody tr { height: 30px; } 
.post ol, .post ol li, span.rssLinkListItemTitle { margin-left: 0px !important; padding-left: 0px !important;} 
.post ol li { line-height: 24px; font-size: 10px; border-bottom: dashed silver 1px;} .post h6 { display: none;} [...]]]></description>
			<content:encoded><![CDATA[<style>
.post table { margin-top: 20px; } 
.post table tbody th { color: #6eb700; valign: top; padding-right: 10px;} 
.post table tbody tr { height: 30px; } 
.post ol, .post ol li, span.rssLinkListItemTitle { margin-left: 0px !important; padding-left: 0px !important;} 
.post ol li { line-height: 24px; font-size: 10px; border-bottom: dashed silver 1px;} .post h6 { display: none;} 
.recent-activity{ margin: 30px; border: solid silver 1px; background: url(/images/page_curl.gif) top right no-repeat; padding: 10px; }
.recent-activity h2 { margin-left: 2px; padding-left: 20px; background: url(/images/rss-black-white.png) left 8px no-repeat;  }
</style>
<table border="0">
<tbody>
<tr>
<th>Description</th>
<td>A group readable by anyone but new posts are reserved for source code commiters and observers.</td>
</tr>
<tr>
<th>Topics</th>
<td>Development, Issues, Tasks</td>
</tr>
<tr>
<th>Archive</th>
<td><a href="http://groups.google.com/group/architecture-rules-dev/topics?gvc=2">http://groups.google.com/group/architecture-rules-dev/<br />
</a></td>
</tr>
<tr>
<th>RSS Feed</th>
<td><a href="http://groups.google.com/group/architecture-rules-dev/feed/rss_v2_0_topics.xml">http://groups.google.com/group/architecture-rules-dev/feed/rss_v2_0_topics.xml<br />
</a></td>
</tr>
<tr>
<th>Guidlines</th>
<td>
<a href="mailing-list-guidelines">Mailing List Guidelines</a>
</td>
</tr>
</tbody>
</table>
<div class="recent-activity">
<h2>Recent Activity</h2>
<ol> <li><span class="rssLinkListItemTitle"><a href="http://groups.google.com/group/architecture-rules-dev/browse_thread/thread/5bad282798bc08be/4f1833218619d53e?show_docid=4f1833218619d53e" rel="external"  title="  Mykola, I have assigned most of the open issues to a release.  What do you think about this?  [link]  Are we good with completing all of those assigned to 3.0 before releasing  ">Issue by release</a></span></li><li><span class="rssLinkListItemTitle"><a href="http://groups.google.com/group/architecture-rules-dev/browse_thread/thread/bd65be83ca583826/a38aa93b7d7b351d?show_docid=a38aa93b7d7b351d" rel="external"  title="  With regard to  [link]  I want to close this issue. I think its done.  So the requirement for this issue it to load up a  default-architecture-rules.xml prior to ever loading a user defined xml  file, yaml file, programmatic configuration, or any other format that we may  ">Issue 64: default-architecture-rules.xml</a></span></li><li><span class="rssLinkListItemTitle"><a href="http://groups.google.com/group/architecture-rules-dev/browse_thread/thread/6dbff7df4d8b3386/8c57a192819a3277?show_docid=8c57a192819a3277" rel="external"  title="  *mykola.nickishov: what do you think about excluded listeners? are they  practically usefull?*  That is a good question. Lets look at default-architecture-rules.xml  &lt;architecture&gt;  &lt;configuration&gt;  &lt;sources no-packages=&quot;ignore&quot;/&gt;  &lt;cyclicalDependency test=&quot;true">exclude listeners + yaml</a></span></li><li><span class="rssLinkListItemTitle"><a href="http://groups.google.com/group/architecture-rules-dev/browse_thread/thread/faf1a7db709db93c/f8e13adc31e2a676?show_docid=f8e13adc31e2a676" rel="external"  title="  Hi Mykola.  So you are going to develop an eclipse plugin?  What are you plans for it? Would you be interested in writing up a paragraph  or two on [link]  ~ Mike Nereson  ">eclipse plugin</a></span></li><li><span class="rssLinkListItemTitle"><a href="http://groups.google.com/group/architecture-rules-dev/browse_thread/thread/4ad1848ab43b4749/66552d4a7226babe?show_docid=66552d4a7226babe" rel="external"  title="  Mykola,  Thanks for getting that issue fixed today.  I am not sure that we can deploy the trunk. It is in the midst of the 3.0  roadmap which included a migrating to the org.architecturerules package. So  if the bug was reported against the trunk, then those users can get the  latest from SVN, but">deploy parent POM, closes issue #70</a></span></li></ol>
</div>
]]></content:encoded>
			<wfw:commentRss>http://72miles.com/architecturerules/mailing-lists/architecture-rules-dev/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>architcture-rules-activity</title>
		<link>http://72miles.com/architecturerules/mailing-lists/architcture-rules-activity</link>
		<comments>http://72miles.com/architecturerules/mailing-lists/architcture-rules-activity#comments</comments>
		<pubDate>Tue, 06 May 2008 18:00:50 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Mailing-Lists]]></category>

		<guid isPermaLink="false">http://72miles.com/architecturerules/?p=30</guid>
		<description><![CDATA[
.post table { margin-top: 20px; } 
.post table tbody th { color: #6eb700; valign: top; padding-right: 10px;} 
.post table tbody tr { height: 30px; } 
.post ol, .post ol li, span.rssLinkListItemTitle { margin-left: 0px !important; padding-left: 0px !important;} 
.post ol li { line-height: 18px; font-size: 10px; border-bottom: dashed silver 1px;} .post h6 { display: none;} [...]]]></description>
			<content:encoded><![CDATA[<style>
.post table { margin-top: 20px; } 
.post table tbody th { color: #6eb700; valign: top; padding-right: 10px;} 
.post table tbody tr { height: 30px; } 
.post ol, .post ol li, span.rssLinkListItemTitle { margin-left: 0px !important; padding-left: 0px !important;} 
.post ol li { line-height: 18px; font-size: 10px; border-bottom: dashed silver 1px;} .post h6 { display: none;} 
.recent-activity{ margin: 30px; border: solid silver 1px; background: url(/images/page_curl.gif) top right no-repeat; padding: 10px; }
.recent-activity h2 { margin-left: 2px; padding-left: 20px; background: url(/images/rss-black-white.png) left 8px no-repeat;  }
</style>
<table border="0">
<tbody>
<tr>
<th>Description</th>
<td>SVN commits and issue list additions/changes. This list is automated.</td>
</tr>
<tr>
<th>Topics</th>
<td>Subversion Commits, Issue Activity</td>
</tr>
<tr>
<th>Archive</th>
<td><a href="http://groups.google.com/group/architecture-rules-activity/topics?gvc=2">http://groups.google.com/group/architecture-rules-activity/<br />
</a></td>
</tr>
<tr>
<th>RSS Feed</th>
<td><a href="http://groups.google.com/group/architecture-rules-activity/feed/rss_v2_0_topics.xml">http://groups.google.com/group/architecture-rules-activity/feed/rss_v2_0_topics.xml<br />
</a></td>
</tr>
</tbody>
</table>
<div class="recent-activity">
<h2>Recent Activity</h2>
<ol> <li><span class="rssLinkListItemTitle"><a href="http://groups.google.com/group/architecture-rules-activity/browse_thread/thread/d1b2eed4a4b6e497/41a39e26cb791cd7?show_docid=41a39e26cb791cd7" rel="external"  title="  Updates:  Labels: -Priority-Critical Priority-Medium  Comment #13 on issue 33 by mykola.nickishov: maven plugin/ maven report  [link]  (No comment was entered for this change.)  ">Re: Issue 33 in architecturerules: maven plugin/ maven report</a></span></li><li><span class="rssLinkListItemTitle"><a href="http://groups.google.com/group/architecture-rules-activity/browse_thread/thread/a68b4bcceeca8c3c/0a666c29e44bb3fd?show_docid=0a666c29e44bb3fd" rel="external"  title="  See &lt;[link]&gt;  ">Hudson build is back to normal: Architecture Rules with multiple JDK » java-6-openjdk #75</a></span></li><li><span class="rssLinkListItemTitle"><a href="http://groups.google.com/group/architecture-rules-activity/browse_thread/thread/f7f1a623115dbaba/463fac38824113bc?show_docid=463fac38824113bc" rel="external"  title="  See &lt;[link]&gt;  ">Hudson build is back to normal: Architecture Rules with multiple JDK » java-6-sun #75</a></span></li><li><span class="rssLinkListItemTitle"><a href="http://groups.google.com/group/architecture-rules-activity/browse_thread/thread/2869610f1c34b1fe/978b1bb68762fa6f?show_docid=978b1bb68762fa6f" rel="external"  title="  See &lt;[link]&gt;  Changes:  [mykola.nickishov] remove unsued org.architecturerules.eclipse. core.editors  [mykola.nickishov] define versions for some plugins and reporting plugins  [mykola.nickishov] POMs for architecture-rules-ant and architecture-rules both has duplicated  ">Build failed in Hudson: Architecture Rules with multiple JDK » java-6-cacao #75</a></span></li><li><span class="rssLinkListItemTitle"><a href="http://groups.google.com/group/architecture-rules-activity/browse_thread/thread/719a33205e2f0abc/c8a38fba190095b2?show_docid=c8a38fba190095b2" rel="external"  title="  See &lt;[link]&gt;  ">Hudson build is back to normal: Architecture Rules with multiple JDK » java-1.5.0-sun #75</a></span></li><li><span class="rssLinkListItemTitle"><a href="http://groups.google.com/group/architecture-rules-activity/browse_thread/thread/4d5d54c27eb394cd/895557c741785c6b?show_docid=895557c741785c6b" rel="external"  title="  Revision: 728  Author: mykola.nickishov  Log: Upload by wagon-svn  [link]  Added:  /maven2/org/architecturerules/ maven-architecture-rules-plugi n/0.1/maven-architecture-rules -plugin-0.1-javadoc.jar  /maven2/org/architecturerules/ maven-architecture-rules-plugi n/0.1/maven-architecture-rules -plu">[architecturerules] r728 committed - Upload by wagon-svn</a></span></li><li><span class="rssLinkListItemTitle"><a href="http://groups.google.com/group/architecture-rules-activity/browse_thread/thread/c5c4ed905fc60e42/328e8682018b17ac?show_docid=328e8682018b17ac" rel="external"  title="  Revision: 727  Author: mykola.nickishov  Log: Upload by wagon-svn  [link]  Added:  /maven2/org/architecturerules/ maven-architecture-rules-plugi n/0.1/maven-architecture-rules -plugin-0.1-test-sources.jar  /maven2/org/architecturerules/ maven-architecture-rules-plugi n/0.1/maven-architecture-rules">[architecturerules] r727 committed - Upload by wagon-svn</a></span></li><li><span class="rssLinkListItemTitle"><a href="http://groups.google.com/group/architecture-rules-activity/browse_thread/thread/03d02ed9e94f420e/fafa0644e799d141?show_docid=fafa0644e799d141" rel="external"  title="  Revision: 726  Author: mykola.nickishov  Log: Upload by wagon-svn  [link]  Modified:  /maven2/org/architecturerules/ maven-architecture-rules-plugi n/0.1/maven-architecture-rules -plugin-0.1-sources.jar  /maven2/org/architecturerules/ maven-architecture-rules-plugi n/0.1/maven-architecture-rules -">[architecturerules] r726 committed - Upload by wagon-svn</a></span></li><li><span class="rssLinkListItemTitle"><a href="http://groups.google.com/group/architecture-rules-activity/browse_thread/thread/11f6c4fcea298e37/e6288178be8f9bf0?show_docid=e6288178be8f9bf0" rel="external"  title="  Revision: 725  Author: mykola.nickishov  Log: Upload by wagon-svn  [link]  Added:  /maven2/org/architecturerules/ maven-architecture-rules-plugi n/0.1/maven-architecture-rules -plugin-0.1-sources.jar  /maven2/org/architecturerules/ maven-architecture-rules-plugi n/0.1/maven-architecture-rules -plu">[architecturerules] r725 committed - Upload by wagon-svn</a></span></li><li><span class="rssLinkListItemTitle"><a href="http://groups.google.com/group/architecture-rules-activity/browse_thread/thread/6f1834119317ea71/338f5953566a9188?show_docid=338f5953566a9188" rel="external"  title="  Revision: 724  Author: mykola.nickishov  Log: Upload by wagon-svn  [link]  Modified:  /maven2/org/architecturerules/ maven-architecture-rules-plugi n/maven-metadata.xml  /maven2/org/architecturerules/ maven-architecture-rules-plugi n/maven-metadata.xml.md5  ">[architecturerules] r724 committed - Upload by wagon-svn</a></span></li></ol>
</div>
]]></content:encoded>
			<wfw:commentRss>http://72miles.com/architecturerules/mailing-lists/architcture-rules-activity/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Architecture Rules is Moving</title>
		<link>http://72miles.com/architecturerules/uncategorized/architecture-rules-is-moving</link>
		<comments>http://72miles.com/architecturerules/uncategorized/architecture-rules-is-moving#comments</comments>
		<pubDate>Thu, 10 Apr 2008 02:59:24 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://72miles.com/architecturerules/?p=7</guid>
		<description><![CDATA[From http://architecturerules.googlecode.com to http://72miles.com/architecturerules
Actually, we&#8217;re mirroring on both sites, indefinitely. googlecode is not crawlable, and its all static HTML that has to be maintained. This is an open source blogging system that makes new pages, and edits much easier.
]]></description>
			<content:encoded><![CDATA[<p>From <a href="http://architecturerules.googlecode.com/svn/docs/index.html" target="_blank">http://architecturerules.googlecode.com</a> to <a href="http://72miles.com/architecturerules" target="_self">http://72miles.com/architecturerules</a></p>
<p>Actually, we&#8217;re mirroring on both sites, indefinitely. googlecode is not crawlable, and its all static HTML that has to be maintained. This is an open source blogging system that makes new pages, and edits much easier.</p>
]]></content:encoded>
			<wfw:commentRss>http://72miles.com/architecturerules/uncategorized/architecture-rules-is-moving/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Release 2.0.3</title>
		<link>http://72miles.com/architecturerules/releases/release-203</link>
		<comments>http://72miles.com/architecturerules/releases/release-203#comments</comments>
		<pubDate>Sun, 20 Jan 2008 01:47:14 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://72miles.com/architecturerules/?p=15</guid>
		<description><![CDATA[Resolved reported issues with XML configuration and path separator / on  non-windows platforms. Also documenting which dependencies are not required, but  are optional. For example the ant dependency is only needed by those developers  who want to execute the test via the ant task.

architecture-rules-2.0.3.jar 
architecture-rules-2.0.3-sources.jar 
architecture-rules-2.0.3-test-sources.jar 

Javadocs
This version&#8217;s (2.0.3) api documentation (javadocs) [...]]]></description>
			<content:encoded><![CDATA[<p>Resolved reported issues with XML configuration and path separator / on  non-windows platforms. Also documenting which dependencies are not required, but  are optional. For example the ant dependency is only needed by those developers  who want to execute the test via the ant task.</p>
<ol class="downloadable">
<li><a href="http://architecturerules.googlecode.com/files/architecture-rules-2.0.3.jar">architecture-rules-2.0.3.jar </a></li>
<li><a href="http://architecturerules.googlecode.com/files/architecture-rules-2.0.3-sources.jar">architecture-rules-2.0.3-sources.jar </a></li>
<li><a href="http://architecturerules.googlecode.com/files/architecture-rules-2.0.3-test-sources.jar">architecture-rules-2.0.3-test-sources.jar </a></li>
</ol>
<h3>Javadocs</h3>
<p>This version&#8217;s (2.0.3) api documentation <a href="http://architecturerules.googlecode.com/svn/docs/api/2.0.3/index.html">(javadocs) are available here</a>.</p>
<h3>Changes</h3>
<ul>
<li> <a href="http://code.google.com/p/architecturerules/issues/detail?id=23">issue-23 </a>determine which dependencies are optional <em>usability</em></li>
<li><a href="http://code.google.com/p/architecturerules/issues/detail?id=24">issue-24 </a>slashes in Unix and windows are different, paths can not be read  <em>usability </em></li>
<li> <a href="http://code.google.com/p/architecturerules/issues/detail?id=25">issue-25</a> cycles test not run with XML configuration <em>usability</em></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://72miles.com/architecturerules/releases/release-203/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Release 2.0.2</title>
		<link>http://72miles.com/architecturerules/releases/release-202</link>
		<comments>http://72miles.com/architecturerules/releases/release-202#comments</comments>
		<pubDate>Fri, 23 Nov 2007 05:00:27 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://72miles.com/architecturerules/?p=16</guid>
		<description><![CDATA[Resolved major issue regarding scope of getConfiguration which allows for  programmatic configuration.

architecture-rules-2.0.2.jar
architecture-rules-2.0.2-sources.jar
architecture-rules-2.0.2-test-sources.jar

Javadocs
This version&#8217;s (2.0.2) api documentation (javadocs) are available here. 
Changes

issue-9 add package.html and overview.html maintainability
issue-21 getConfiguration() scope too weak usability

]]></description>
			<content:encoded><![CDATA[<p>Resolved major issue regarding scope of getConfiguration which allows for  programmatic configuration.</p>
<ol class="downloadable">
<li><a href="http://architecturerules.googlecode.com/files/architecture-rules-2.0.2.jar">architecture-rules-2.0.2.jar</a></li>
<li><a href="http://architecturerules.googlecode.com/files/architecture-rules-2.0.2-sources.jar">architecture-rules-2.0.2-sources.jar</a></li>
<li><a href="http://architecturerules.googlecode.com/files/architecture-rules-2.0.2-test-sources.jar">architecture-rules-2.0.2-test-sources.jar</a></li>
</ol>
<h3>Javadocs</h3>
<p>This version&#8217;s (2.0.2) api documentation <a href="http://architecturerules.googlecode.com/svn/docs/api/2.0.2/index.html" target="_blank">(javadocs) are available here</a>.<a href="http://architecturerules.googlecode.com/svn/docs/api/2.0.2/index.html" target="_blank"> </a></p>
<h3>Changes</h3>
<ul class="changes">
<li id="issue-9"><a href="http://code.google.com/p/architecturerules/issues/detail?id=9">issue-9</a> add package.html and overview.html <em><span>maintainability</span></em></li>
<li id="issue-21"><a href="http://code.google.com/p/architecturerules/issues/detail?id=21">issue-21</a> getConfiguration() scope too weak <em><span>usability</span></em></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://72miles.com/architecturerules/releases/release-202/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Release 2.0.1</title>
		<link>http://72miles.com/architecturerules/releases/release-201</link>
		<comments>http://72miles.com/architecturerules/releases/release-201#comments</comments>
		<pubDate>Fri, 16 Nov 2007 05:00:02 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://72miles.com/architecturerules/?p=17</guid>
		<description><![CDATA[Reduces JRE dependency from version 5.0 to version 1.4, which was the intended  version all along. Fixed scope of abstract methods in the abstract test.

architecture-rules-2.0.1.jar
architecture-rules-2.0.1-sources.jar
architecture-rules-2.0.1-test-sources.jar

Javadocs
This version&#8217;s (2.0.1) api documentation (javadocs) are available here.

Changes

issue-18 Cannot extend AbstractArchitectureRulesConfigurationTest usability
issue-20 should only require java 1.4 usability

]]></description>
			<content:encoded><![CDATA[<p>Reduces JRE dependency from version 5.0 to version 1.4, which was the intended  version all along. Fixed scope of abstract methods in the abstract test.</p>
<ol class="downloadable">
<li><a href="http://architecturerules.googlecode.com/files/architecture-rules-2.0.1.jar">architecture-rules-2.0.1.jar</a></li>
<li><a href="http://architecturerules.googlecode.com/files/architecture-rules-2.0.1-sources.jar">architecture-rules-2.0.1-sources.jar</a></li>
<li><a href="http://architecturerules.googlecode.com/files/architecture-rules-2.0.1-test-sources.jar">architecture-rules-2.0.1-test-sources.jar</a></li>
</ol>
<h3>Javadocs</h3>
<p>This version&#8217;s (2.0.1) api documentation <a href="http://architecturerules.googlecode.com/svn/docs/api/2.0.1/index.html" target="_blank">(javadocs) are available here</a>.</p>
<p><!-- /download  --></p>
<h3>Changes</h3>
<ul class="changes">
<li id="issue-18"><a href="http://code.google.com/p/architecturerules/issues/detail?id=18">issue-18</a> Cannot extend AbstractArchitectureRulesConfigurationTest <em><span>usability</span></em></li>
<li id="issue-20"><a href="http://code.google.com/p/architecturerules/issues/detail?id=20">issue-20</a> should only require java 1.4 <em><span>usability</span></em></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://72miles.com/architecturerules/releases/release-201/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Release 2.0-rc2</title>
		<link>http://72miles.com/architecturerules/releases/release-20-rc2</link>
		<comments>http://72miles.com/architecturerules/releases/release-20-rc2#comments</comments>
		<pubDate>Tue, 13 Nov 2007 05:00:31 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://72miles.com/architecturerules/?p=18</guid>
		<description><![CDATA[Improvements release. Rewrite of the CyclicRedundencyService  to utilize features in the JDepend JavaPackage to discover cyclic dependencies.

architecture-rules-2.0-rc2.jar
architecture-rules-2.0-rc2-sources.jar
architecture-rules-2.0-rc2-test-sources.jar


Changes

issue-10 run test with Ant and other tools usability
issue-11 remove log4j.xml from package
issue-13 Use JavaPackage logic to locate cycles performance maintainability
issue-14 allow programmatic-only configuration usability
issue-15 add appropriate copy write to sources usability maintainability
issue-16 provide test-sources jar usability

]]></description>
			<content:encoded><![CDATA[<p>Improvements release. Rewrite of the CyclicRedundencyService  to utilize features in the JDepend JavaPackage to discover cyclic dependencies.</p>
<ol class="downloadable">
<li><a onclick="javascript:pageTracker._trackPageview ('/outbound/architecturerules.googlecode.com');" href="http://architecturerules.googlecode.com/files/architecture-rules-2.0-rc2.jar">architecture-rules-2.0-rc2.jar</a></li>
<li><a onclick="javascript:pageTracker._trackPageview ('/outbound/architecturerules.googlecode.com');" href="http://architecturerules.googlecode.com/files/architecture-rules-2.0-rc2-sources.jar">architecture-rules-2.0-rc2-sources.jar</a></li>
<li><a onclick="javascript:pageTracker._trackPageview ('/outbound/architecturerules.googlecode.com');" href="http://architecturerules.googlecode.com/files/architecture-rules-2.0-rc2-test-sources.jar">architecture-rules-2.0-rc2-test-sources.jar</a></li>
</ol>
<p><!-- /download  --></p>
<h3>Changes</h3>
<ul class="changes">
<li id="issue-10"><a href="http://code.google.com/p/architecturerules/issues/detail?id=10">issue-10</a> run test with Ant and other tools <em><span>usability</span></em></li>
<li id="issue-11"><a href="http://code.google.com/p/architecturerules/issues/detail?id=11">issue-11</a> remove log4j.xml from package</li>
<li id="issue-13"><a href="http://code.google.com/p/architecturerules/issues/detail?id=13">issue-13</a> Use JavaPackage logic to locate cycles <span>performance <em>maintainability</em></span></li>
<li id="issue-14"><a href="http://code.google.com/p/architecturerules/issues/detail?id=14">issue-14</a> allow programmatic-only configuration <em><span>usability</span></em></li>
<li id="issue-15"><a href="http://code.google.com/p/architecturerules/issues/detail?id=15">issue-15</a> add appropriate copy write to sources <span><em>usability</em> <em>maintainability</em></span></li>
<li id="issue-16"><a href="http://code.google.com/p/architecturerules/issues/detail?id=16">issue-16</a> provide test-sources jar <em><span>usability</span></em></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://72miles.com/architecturerules/releases/release-20-rc2/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Release 2.0-rc1</title>
		<link>http://72miles.com/architecturerules/releases/release-20-rc1</link>
		<comments>http://72miles.com/architecturerules/releases/release-20-rc1#comments</comments>
		<pubDate>Fri, 02 Nov 2007 05:00:53 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://72miles.com/architecturerules/?p=19</guid>
		<description><![CDATA[First real release. This probably should have been the 1.0 series. This  release finished the issues and tasks that should have been completed before  attempting to release the tool. It added a real xml parsing strategy to the ConfigurationFactory  &#8211; commons digester. Also, test  coverage is now at 88%, beating the [...]]]></description>
			<content:encoded><![CDATA[<p>First real release. This probably should have been the 1.0 series. This  release finished the issues and tasks that should have been completed before  attempting to release the tool. It added a real xml parsing strategy to the ConfigurationFactory  &#8211; commons digester. Also, test  coverage is now at 88%, beating the goal of 80%. And finally, rather than just  reporting that a cyclic dependency exists, the exact packages with the cyclic  dependency are exposed. Soon, even the classes will be identified.</p>
<ol class="downloadable">
<li><a href="http://architecturerules.googlecode.com/files/architecture-rules-2.0-rc1.jar">architecture-rules-2.0-rc1.jar</a></li>
<li><a href="http://architecturerules.googlecode.com/files/architecture-rules-2.0-rc1-sources.jar">architecture-rules-2.0-rc1-sources.jar</a></li>
</ol>
<h3>Changes</h3>
<ul class="changes">
<li id="issue-1"><a href="http://code.google.com/p/architecturerules/issues/detail?id=1">issue-1</a> more complete test coverage</li>
<li id="issue-4"><a href="http://code.google.com/p/architecturerules/issues/detail?id=4">issue-4</a> allow programmatic configuration <em><span>usability</span></em></li>
<li id="issue-5"><a href="http://code.google.com/p/architecturerules/issues/detail?id=5">issue-5</a> rewrite configurationhandler with new xml parser <span><em>maintainability </em> <em>performance</em></span></li>
<li id="issue-6"><a href="http://code.google.com/p/architecturerules/issues/detail?id=6">issue-6</a> report which packages were cyclic in dependency <em><span>usability</span></em></li>
<li id="issue-7"><a href="http://code.google.com/p/architecturerules/issues/detail?id=7">issue-7</a> exceptions should be unchecked <em><span>usability</span></em></li>
<li id="issue-8"><a href="http://code.google.com/p/architecturerules/issues/detail?id=8">issue-8</a> change rule configuration of id to name value pair <em><span>usability</span></em></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://72miles.com/architecturerules/releases/release-20-rc1/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Release 1.1</title>
		<link>http://72miles.com/architecturerules/releases/release-11</link>
		<comments>http://72miles.com/architecturerules/releases/release-11#comments</comments>
		<pubDate>Thu, 26 Jul 2007 05:00:41 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://72miles.com/architecturerules/?p=20</guid>
		<description><![CDATA[Removed dependencies that only used a single class but brought along a large  package.

architecture-rules-1.1.jar
architecture-rules-1.1-sources.jar


Changes

issue-2 remove unnecessary dependencies maintainability
issue-3 complete javadocs maintainability

]]></description>
			<content:encoded><![CDATA[<p>Removed dependencies that only used a single class but brought along a large  package.</p>
<ol class="downloadable">
<li><a href="http://architecturerules.googlecode.com/files/architecture-rules-1.1.jar">architecture-rules-1.1.jar</a></li>
<li><a href="http://architecturerules.googlecode.com/files/architecture-rules-1.1-sources.jar">architecture-rules-1.1-sources.jar</a></li>
</ol>
<p><!-- /download  --></p>
<h3>Changes</h3>
<ul class="changes">
<li id="issue-2"><a href="http://code.google.com/p/architecturerules/issues/detail?id=2">issue-2</a> remove unnecessary dependencies <em><span>maintainability</span></em></li>
<li id="issue-3"><a href="http://code.google.com/p/architecturerules/issues/detail?id=3">issue-3</a> complete javadocs <em><span>maintainability</span></em></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://72miles.com/architecturerules/releases/release-11/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Release 1.0</title>
		<link>http://72miles.com/architecturerules/releases/release-10</link>
		<comments>http://72miles.com/architecturerules/releases/release-10#comments</comments>
		<pubDate>Wed, 18 Jul 2007 02:03:22 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://72miles.com/architecturerules/?p=21</guid>
		<description><![CDATA[First release. It works and is usable. The only known issues are  enhancements.

architecture-rules-1.0.jar
architecture-rules-1.0-sources.jar

]]></description>
			<content:encoded><![CDATA[<p>First release. It works and is usable. The only known issues are  enhancements.</p>
<ol class="downloadable">
<li><a href="http://architecturerules.googlecode.com/files/architecture-rules-1.0.jar">architecture-rules-1.0.jar</a></li>
<li><a href="http://architecturerules.googlecode.com/files/architecture-rules-1.0-sources.jar">architecture-rules-1.0-sources.jar</a></li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://72miles.com/architecturerules/releases/release-10/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
